Open iamankan opened 1 week ago
In requirements.txt, change sklearn to scikit-learn. Otherwise it is giving error while pip installing your requirements file. "The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands."
sklearn
scikit-learn
In requirements.txt, change
sklearn
toscikit-learn
. Otherwise it is giving error while pip installing your requirements file. "The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands."