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

#### Description Create an example with datasets that have different types of features.

Data

#### Description The `__repr__` print for OpenML objects is called from [here](https://github.com/openml/openml-python/blob/develop/openml/base.py#L19). The `_get_repr_body_fields` function contains formatters for printing each object. However, if for certain reasons, some of the attributes...

enhancement
Good First Issue

Using the nitpick option in conf.py makes sure that everything is properly configured and all links to classes etc are rendered correctly. See for example https://github.com/astropy/astropy/pull/2508 This currently fails because...

Documentation

#### Description `Codecov` is currently being triggered for Python `3.8`, for Scikit-learn `0.23.1`. #### Expected Results The coverage statistics are successfully updated. #### Actual Results The coverage instance fails in...

Good First Issue
testing
CI

#### Description In datasets.get_dataset(data_id) the default is currently to always download the dataset: https://openml.github.io/openml-python/master/generated/openml.datasets.get_dataset.html#openml.datasets.get_dataset This is problematic for large datasets - it takes a long time and may cause out-of-memory...

Data

Currently `openml-python` only allows for the deletion of `studies` but the rest API (and our internal `openml.utils._delete_entity`) support the deletion of other entities as well (dataset, flow, task, run, user)....

Feature request
Good First Issue

Roadmap (when #1029 is merged): - wait for production server to include minio references in the dataset description (hence `serverside`) - update the unit tests when the test server has...

enhancement
in progress
priority
serverside
Data

#### Description The dataset used in a unit test for task upload can be a temporary one created by another unit test and then deleted at before the task upload...

testing

I am currently working on adding Parquet support to `openml-python`. Parquet files will load a lot faster than arff files, so I was wondering if we should still aim to...

Data

The following links return 404 error code. https://openml.github.io/openml-python/develop/examples/tasks_tutorial.html https://openml.github.io/openml-python/develop/examples/flows_and_runs_tutorial.html

Documentation