openml-python
                                
                                 openml-python copied to clipboard
                                
                                    openml-python copied to clipboard
                            
                            
                            
                        Python module to interface with OpenML
I wanted to investigate which unit tests fail and why (and how to get them working again). One of the changes that broke multiple tests was the switch from ARFF...
#### Description I am trying to upload some high-dimensional datasets with p >> n (n generally 100-800, p usually around ~80,000). Now while some of the smaller datasets have uploaded...
This PR adds dependabot to check for updates to workflow versions, creating PR's to the repo if an update exists. This is checked daily and the documentation for such is...
Checks everyday to create PR that is to update pre-commit hooks See #1153
See #1150, it might be useful to have some automation which can bump the versions for the pre-commit dependencies and automatically notify us of this. We should look at how...
Hello Freinds, I am getting below error during the data-set uploading: --------------------------------------------------------------------------- ExpatError Traceback (most recent call last) in ----> 1 dataset.publish() 2 print(f"URL for dataset: {dataset.openml_url}") ~/anaconda3/lib/python3.7/site-packages/openml/base.py in publish(self)...
#### Description The estimation_procedure_id does not always seem to correspond with the displayed estimation procedure. I came across this when reproducing tasks from existing datasets to new datasets. #### Steps/Code...
#### Description run_model_on_task has an option to avoid running experiments that already exist on OpenML, called avoid_duplicate_runs. This, however, requires an API key. It is currently the default, meaning that...
#### Reference Issue Fixes #1125 #### What does this PR implement/fix? Explain your changes. Update to pull request #1134. Deletion of test files from tasks folder reverted. Change appears to...
#### Reference Issue Closes #1104 #### What does this PR implement/fix? Explain your changes. Fixes the docstring for the `list_tasks` function, as well as the private `_list_tasks` function. It used...