openml-python
                                
                                 openml-python copied to clipboard
                                
                                    openml-python copied to clipboard
                            
                            
                            
                        Python module to interface with OpenML
#### Description Create an example with datasets that have different types of features.
#### 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...
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...
#### 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...
#### 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...
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)....
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...
#### 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...
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...
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