Carlos Leyson
Carlos Leyson
Good point, I am using windows so maybe that's the problem. Let me go through it again using Linux and the exact same versions in the git repo and I'll...
Used the `requirements.txt` in the repo for my conda environment and still got the error. ``` (ml) C:\Users\leyso\Documents\Courses\Approaching almost all ML problems\Chapter 8\src>python rf_gp_minimize.py [Integer(low=3, high=15, prior='uniform', transform='identity'), Integer(low=100, high=1500,...
Had to install `scikit-optimize` because it wasn't in the file `requirements.txt`. Which version are you using? I have `0.7.4`
Just ran the exactly same code with a new environment created inside WSL2 using the `requirements.txt` file in the repo an runs perfectly. Maybe it is a Windows thing.