79587634

Date: 2025-04-23 00:18:18
Score: 1
Natty:
Report link

Bro you can just simply upgrade you numpy and scikit-learn

pip install -upgrade numpy sciikit-learn 

Or create a virtual environment .

cd C:\Users\sinha\Projects
python -m venv myenv  
myenv\Scripts\activate  
pip install numpy scikit-learn  
deactivate
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chitranshu Sanket