AmberSJones / pyhydroqc

This software was designed with the purpose of anomaly detection and correction for time series water sensor data. This software was developed using the Logan River Observatory data set.
BSD 3-Clause "New" or "Revised" License
21 stars 12 forks source link

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' #107

Open DrDaveWood opened 3 months ago

DrDaveWood commented 3 months ago

The sklearn package has been depreciated. It might be helpful to replace 'sklearn' with 'sci-kit-learn' in your pip requirements file setup.py setup.cfg, files

https://github.com/scikit-learn/sklearn-pypi-package

Thank you