Álvaro Sánchez Martínez
Results
2
comments of
Álvaro Sánchez Martínez
I installed scikit-learn ($ pip install scikit-learn), because it wasn't installed in the first execution. I checked I had pandas, joblib and numpy. > my.user@computer1:\~/folder/detect-anomalies/r4.2$ pip install pandas > Requirement...
I noticed that when I installed the libraries in python, they installed in the default version (3.8) instead of in the one I want to use (3.10). After correctly installing...