epsilon-machine / missingpy

Missing Data Imputation for Python
GNU General Public License v3.0
236 stars 63 forks source link

Deprecation warning for sklearn.neighbors #22

Closed ekerstein closed 4 months ago

ekerstein commented 4 years ago

I get this deprecation warning when I use the package:

FutureWarning: The sklearn.neighbors.base module is  deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.neighbors. Anything that cannot be imported from sklearn.neighbors is now part of the private API.
  warnings.warn(message, FutureWarning)

I see that KNN impute reference sklearn.neighbors.base.