https://github.com/openml/evaluationengine2
Evaluation Engine for the attribute-based meta-features
https://github.com/openml/evaluationengine2
Last synced: 11 months ago
JSON representation
Evaluation Engine for the attribute-based meta-features
- Host: GitHub
- URL: https://github.com/openml/evaluationengine2
- Owner: openml
- Created: 2017-11-06T17:42:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T17:59:25.000Z (over 8 years ago)
- Last Synced: 2025-06-07T11:08:04.945Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EvaluationEngine2
Evaluation Engine for the attribute-based meta-features
Usage : java main [-id did] [-x] [-config config_string]
With did an openML dataset id, and config_string the config string describing the settings for API interaction (server and api key).
If not given a config string, the engine tries to load it from .openml/openml.conf
If given a dataset id, the engine computes and uploads its attribute meta-features. Else it prompts the server for either the next (in id order) or a random (if -x is set) dataset missing some attribute meta-features, then computes and uploads them. It then keeps doing so until none are found.