Skip to content
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

sklearn package support #49

Closed
Javedbyte opened this issue Aug 12, 2024 · 2 comments
Closed

sklearn package support #49

Javedbyte opened this issue Aug 12, 2024 · 2 comments

Comments

@Javedbyte
Copy link

Function 'plt_overfit.py' has dependency for 'sklearn' package in one of Python project due to which 'ModuleNotFoundError' is received. How to handle it? However, I understand the 'sklearn' package has been deprecated and instead recommended to use 'scikit-learn'. I am not sure the suggested package supports module definition such as 'LogisticRegression, Ridge' etc. ?

@adrinjalali
Copy link
Member

sklearn was an alias for scikit-learn, you should just replace your install scripts to install scikit-learn directly.

@adrinjalali adrinjalali closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2024
@Javedbyte
Copy link
Author

Thanks, it worked by installing scikit-learn rather than sklearn

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

No branches or pull requests

2 participants