openml-python
openml-python copied to clipboard
Python module to interface with OpenML
#### Reference Issue Fixes #577 #### What does this PR implement/fix? Explain your changes. Adds unit test to verify the implemented comparison for the dataset object. #### How should this...
I occured to me that there are many functions that actually do the same: caching (runs, datasets, flows, etc) Would be good to unify these functions and get rid of...
It would be nice we could validate some fields in the dataset prior to uploading. I just got an error in the parsing after uploading a large file because there...
Probably like for Auto-sklearn or scikit-learn. I have a command in the Auto-sklearn repo which can retrieve all contributors between two commits. https://github.com/automl/auto-sklearn/blob/master/doc/releases.rst (edit by @PGijsbers from `edit` link to...
right now there's some really slow tests. We should have nose list the top 10 slowest tests using the nose timing module.
#### Description Some of the sklearn pipeline flows have the wrong component order. For example flow ids: {6969, 8330, 7694} where, in the 'component OrderedDict` the mode is the first...
I would suggest that you make it configurable if digest (md5 checksum) should be computed and checked, or not, when data is downloaded. Currently it always is, which can lead...
Reading [here](https://openml.github.io/openml-python/master/generated/openml.OpenMLDataset.html#openml.OpenMLDataset). It looks like many properties are missing. Parameters to the constructor are documented. But most of them are then copied to properties of the object. But the fact...
This feature has also been requested by @prabhant and others that want to use it to build the dataset upload web interface. The dataset upload experience can be cumbersome, especially...
#### Description I have a [study](https://www.openml.org/s/184) full of uploaded data benchmarks. I would like to create associated supervised classification tasks for each benchmark automatically; however, I have not been able...