Closed aozalevsky closed 1 year ago
Thanks for reporting the issue. The reason this error occurs is that there is no sklearn installed with the version the models are trained with. We have trained our models using the scikit-learn version 1.0.2. However, we will check and provide more detailed information on dependencies (maybe installation with a .yml file as you suggested)
During the first run, the script complained about missing
sklearn
module:After the installation, it also complains about possible
sklearn
version conflicts.Maybe it would be more convenient to provide the full
.yml
file with hardcoded versions.