Closed carlosal1015 closed 2 years ago
It is also failing on Alpine Linux.
@lukapecnik, please check it out.
ChangedBehaviorWarning and NonBLASDotWarning were deprecated in scikit-learn 0.24.2 and removed in the newest version because they were not being used. They have to be removed from the imports and constructors of every classifier.
@zStupan, can we ask you to propose a PR with suggested changes?
@zStupan, according to the logs, a previous version of the scikit-learn package is installed. The installed version may be the main problem.
Hi, the following test
conftest.py
is not passing with recent version of sklearn, with versions less than 1.1.0, all the tests are passing.Setup:
python 3.10.4
pandas 1.4.2
scikit-learn 1.1.0
NiaPy 2.0.1
NiaAML 1.1.7
OS: Arch Linux
Steps to reproduce:
For easy setup, can be reproduce with an Arch Linux based with base-devel group and AUR helper.