Skip to content

Fix deprecated load_boston() in gradient_boosting_regressor.py#1

Open
LincolnBurrows2017 wants to merge 2 commits into
masterfrom
fix/gradient-boosting-regressor-deprecated-boston
Open

Fix deprecated load_boston() in gradient_boosting_regressor.py#1
LincolnBurrows2017 wants to merge 2 commits into
masterfrom
fix/gradient-boosting-regressor-deprecated-boston

Conversation

@LincolnBurrows2017
Copy link
Copy Markdown
Owner

Replaced deprecated sklearn.datasets.load_boston with sklearn.datasets.fetch_openml to fix compatibility with recent sklearn versions (load_boston was removed in sklearn 1.2).

VAIBHAVVARORA and others added 2 commits March 12, 2026 08:00
* Add Extra edge cases

* Update coloring.py

---------

Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Replaced deprecated sklearn.datasets.load_boston with
sklearn.datasets.fetch_openml to fix compatibility with
recent sklearn versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants