A Python wrapper for the Penn Machine Learning Benchmark (PMLB) data repository, which provides curated datasets for evaluating classification and regression algorithms. Current version is 1.0.1.post3, with low release cadence.
pip install pmlbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load the iris dataset as a DataFrame or as (X, y) arrays.
Use `from pmlb import dataset_names` and filter manually if needed.
Use `return_X_y=True` to get NumPy arrays (still in memory). Consider subsampling if necessary.
Check dataset metadata or manually handle missing values after loading.
Run `pip install pmlb` in the correct Python environment.
Use `fetch_data` from pmlb, not `fetch_ucirepo`.
Check available datasets with `pmlb.dataset_names`.