You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ?
The text was updated successfully, but these errors were encountered:
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. ?
The text was updated successfully, but these errors were encountered: