cavalab / srbench

A living benchmark framework for symbolic regression
https://cavalab.org/srbench/
GNU General Public License v3.0
216 stars 77 forks source link

Scikit-learn version issue ? #61

Closed sdascoli closed 2 years ago

sdascoli commented 2 years ago

Hi, I am encountering the following ImportError: ImportError: cannot import name 'HalvingGridSearchCV' from 'sklearn.model_selection' But I checked and my sckikit-learn version is 0.24.1, as required in the environment... Should I be using a different version ? Note : I also encountered errors when running conda env create -f environment.yml, which prevented aifeynman and operon from being installed, but I would believe this is unrelated as the scikit-learn version is correct...