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

In the 'Store repository status' step we get [this message](https://github.com/openml/openml-python/actions/runs/4240917530/jobs/7370492921#step:7:8): > Run echo "::set-output name=BEFORE::$(git status --porcelain -b)" Warning: The `set-output` command is deprecated and will be disabled soon. Please...

CI

Decouple openml-python tests from server state by mocking server responses.

Currently a lot of the tests are integration tests with the test server, which makes them rely on internet and run veeeery slowly. Maybe we should add more mocking to...

testing
CI

#### Description When a dataset description is updated, it gives the following error: #### Steps/Code to Reproduce ```python # Import OpenML import openml # Configure API Key openml.config.apikey = 'API_KEY'...

Data

As suggested by @janvanrijn [here](https://github.com/openml/openml-python/pull/647#discussion_r270705750).

Flow

With @hp2500 we've been trying to analyse some runs on openml. It would be great if there was a way to get the parameter settings from a run in a...

Run

Hi there, I am trying to analyze cpu runtimes of my runs, but I it seems like they are not available on openml. ```{python} # get HGB evals evals_hgb =...

Run

Need to create unit tests to check all combination of input-output pairs of data type conversions allowed in openml-python. For example: ARFF -> DENSE ARFF -> SciPy Sparse matirx Sparse...

Data

#### Description Add a unit test for dataset equality. Something which was changed in #540.

Data