-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python-package] [tests] FutureWarning: load_boston will be removed in scikit-learn 1.2. #4910
Comments
I'm open to develop this once there is an agreement on which dataset to use. |
@TremaMiguel Thanks a lot for bringing this to our attention! But we have already created an issue for this problem: #4793. Please let's continue discussion there. |
it's just a version issue ,just don't bother |
To be clear, for anyone finding this from search...LightGBM absolutely needs to fix this issue and remove uses of |
just use the one on kaggle https://www.kaggle.com/datasets/vikrishnan/boston-house-prices |
just use the one on kaggle https://www.kaggle.com/datasets/vikrishnan/boston-house-prices Since this is the second comment like this, I'm locking this thread. To be clear:
|
Description
Scikit-learn
load_boston
function will be removed in future version.python-package tests
test_engine.py
,test_plotting.py
, andtest_sklearn.py
uses boston dataset. Some of this tests have already been changed in #4895Solution
Tests should be changed to another available regression dataset like load_diabetes or use proposed synthetic regression dataset.
The text was updated successfully, but these errors were encountered: