Skip to content

Commit

Permalink
Add OpenML 5 datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Jun 5, 2021
1 parent 73ea17c commit 008f9ed
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fseval --help

Now, create a [wandb](https://wandb.ai/) account and login to the CLI. We are now able to run benchmarks 💪🏻. The results will automatically be uploaded to the wandb dashboard.

Run ReliefF on Iris dataset:
Run ANOVA F-Value on Iris dataset:
```shell
fseval dataset=iris estimator@pipeline.ranker=anova_f_value
```
Expand Down
9 changes: 0 additions & 9 deletions fseval/conf/dataset/dresses_sales.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions fseval/conf/dataset/madelon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Madelon
task: classification
domain: synthetic
adapter:
_target_: fseval.adapters.OpenML
dataset_id: 1485
target_column: Class
7 changes: 7 additions & 0 deletions fseval/conf/dataset/nomao.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Nomao
task: classification
domain: geodata
adapter:
_target_: fseval.adapters.OpenML
dataset_id: 1486
target_column: Class
7 changes: 7 additions & 0 deletions fseval/conf/dataset/ozone_levels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Ozone Levels
task: classification
domain: nature
adapter:
_target_: fseval.adapters.OpenML
dataset_id: 1487
target_column: Class
7 changes: 7 additions & 0 deletions fseval/conf/dataset/phoneme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Phoneme
task: classification
domain: biomedical
adapter:
_target_: fseval.adapters.OpenML
dataset_id: 1489
target_column: Class
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description_content_type="text/markdown",
license="MIT",
author="Jeroen Overschie",
url="https://dunnkers.com/",
url="https://github.com/dunnkers/fseval",
include_package_data=True,
install_requires=[
"hydra-core==1.1.0.rc1",
Expand Down

0 comments on commit 008f9ed

Please sign in to comment.