Closed JulesLiu closed 11 months ago
The sklearn document says .estimator is new in version 1.2. Considered the results, the sklearn.version 1.0.2 is the real version, which does not have this new feature, the pip-show is not the real version?
Hi @JulesLiu THANKS for trying out AutoViML 👍 I have made a few minor changes to the code and the requirements.txt and setup.py files. Can you please try one of these two install methods and see if it works:
pip install git+https://github.com/AutoViML/Auto_ViML.git
python3 -m pip install git+https://github.com/AutoViML/Auto_ViML.git
thanks again Auto Vimal
Well, maybe this is an issue that I should post in scikit-learn project? I installed scikit-learn of 1.1: my modification for the codes: results and errors:
For 1.3 of scikit-learn, the result is exactly same. btw, my numpy is 1.26, I failed dozens of times to build the wheel for the ~1.19 version suggested in requirments.txt, but I doubt that this may affect sklearn CalibratedClassifierCV object's estimator attribute.