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

See #1005. If someone is able to complete this PR (e.g. add unit tests), then that would be greatly appreciated. Otherwise this will go stale for at least two weeks....

Uploading a run (and presumably any entity) with the same tag twice produces a stack trace: ```python import openml from sklearn.tree import DecisionTreeClassifier run = openml.runs.run_model_on_task(DecisionTreeClassifier(), 59) print('Run is not...

enhancement
serverside

#### Description When the dataset download is corrupted the user gets a cryptic error message. Clearing the cache fixes it but this may not be obvious to people. Could we...

Data

Say that I want to www.openml.org and test.openml.org. Or I have my own local install and I also want to talk to www.openml.org. Is this at all possible? I think...

enhancement
Feature request

I think it will be helpful to have an example to convert image datasets to open python datasets, We already have Image datasets on OpenML like cifar10 but currently, there...

Documentation
Feature request
Data

#### Description Hi, I'm encountering the following error when trying to initialize a model from Run ID: ` ValueError: Trying to deserialize a model with dependency sklearn==0.21.dev0 not satisfied. `...

Flow

The example on the [documentation homepage](https://openml.github.io/openml-python/master/) is currently not covered by CI. The other examples are executed automatically as they are part of the gallery. We could use e.g. [`doctest`...

testing

When files are uploaded which are not Black-formatted, CI gives a [less than helpful](https://github.com/openml/openml-python/pull/1001/checks?check_run_id=1406428802#step:5:32) message about what is wrong. We'll have to look into what is possible, but I would...

enhancement
CI

#### Description I think it would be nice to show who is helping this project succeed :rocket: :nerd_face: For this we are planning to add all-contributors bots to the OpenML...

in progress
Good First Issue

#### Description Sometimes, the server returns an invalid XML which cannot be parsed by xmltodict. It would be great to see this invalid XML. #### Steps/Code to Reproduce Continuously run...

enhancement
Feature request