ImportError: cannot import name 'fetch_mldata' from 'sklearn.datasets' (/Users/eljas.roellin/Documents/imbalance/imbalance_venv/lib/python3.11/site-packages/sklearn/datasets/__init__.py)
Explanation
This dataset has been discontinued on sklearn.datasets, see here.
Suggested Solution
Any other small unbalanced dataset with 2 classes could be used for showcase instead I think.
Describe the bug
The documentation of
CondensedNearestNeighbors
uses a dead dataset.Steps/Code to Reproduce
Expected Results
No error thrown. The outputs should be
Actual Results
Explanation
This dataset has been discontinued on sklearn.datasets, see here.
Suggested Solution
Any other small unbalanced dataset with 2 classes could be used for showcase instead I think.
Versions