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

updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.12.1)

Work converting the Python docs to mkdocs. Left to do before it's "functional": - [ ] Make sure notebooks run - [ ] Add the test server warning back, preferably...

To make sure that each test runs on the test server by default, we need to change the scope to "function," as another test might overwrite this otherwise. @eddiebergman Was...

#### Description Running the example code found at https://openml.github.io/openml-python/main/ throws an error. #### Steps/Code to Reproduce ```python import openml from sklearn import impute, tree, pipeline clf = pipeline.Pipeline( steps=[ ('imputer',...

bug
priority
sklearn-extension

```python import openml # string or int doesn't matter datasets = openml.datasets.list_datasets(number_classes="2") len(datasets) ``` > 652 ```python datasets = openml.datasets.list_datasets(number_classes=">1") len(datasets) ``` > 0

Feature request
serverside

#### Description The cache directory change from example did not really work for me: https://openml.github.io/openml-python/develop/examples/20_basic/introduction_tutorial.html `` #### Steps/Code to Reproduce #### Expected Results ```python openml.config.get_cache_directory() 'mydir' ``` #### Actual Results...

Documentation

updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.12.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.3...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.16.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.33.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.33.1)

#### Metadata * Reference Issue: * New Tests Added: * Documentation Updated: * Change Log Entry: #### Details To be merged _after_ the branches are updated, which I plan to...

#### Metadata * Reference Issue: N/A * New Tests Added: N/A * Documentation Updated: Yes * Change Log Entry: Reworked and streamlined all of the documentation. #### Details See changes.