openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Python module to interface with OpenML

Results 181 openml-python issues
Sort by recently updated
recently updated
newest added
trafficstars

we should add support in the Python library

Documentation
Good First Issue
Data

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)`,...

Run

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

Run

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...

testing

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...

Documentation

#### 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)...

Feature request

* 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

Documentation

#### 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...

enhancement