openml-python
openml-python copied to clipboard
Python module to interface with OpenML
we should add support in the Python library
The `openml/runs/functions.py` file contains the code below, which retrieves the list of unique classes used inside the best estimator of the BaseSearchCV. I believe this list is often just `np.unique(y)`,...
The function seems to implicitly assume that all predictions in the predictions.arff count towards the final score, but this assumption is violated with lc tasks
The tests are incompatible with newer versions of scikit-learn, due to changes in parameter names, accepted values, changed in docstrings, and so on. For now, I just want to alleviate...
In order to be able to generate openml-wide documentation that incorporates the documentation of the different programmatic interfaces, we have decided that each subproject should provide their documentation in mkdocs...
#### Description Downloading large datasets can take an unpredictable amount of time. It would be nice if a progress bar could be shown. #### Steps/Code to Reproduce openml_dataset = openml.datasets.get_dataset(ID)...
* Adds a progress bar to MinIO downloads * When `download_all_files=True`, only download the files which do not yet exist in cache. Overwriting is no longer necessary, as it was...
Possible through Github integration: https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content
#### Description Implement upload of additional files (such as model in binary format etc.) in the run object. #### Steps To upload additional files, each file should be added as...