Scikit-learn requirement
onyekaokonji opened this issue · 7 comments
I'd like to know if Keract now displays heatmaps with more recent versions of scikit-learn as opposed to the hard requirement of using versions <= 0.32.2. Reason i ask is, I'm trying to build a Flask backend which should display the heatmaps and so need to pip install this exact version of scikit-learn, unfortunately, subprocess.check_call keeps failing with this version specification.
@onyekaokonji I think it still needs the old version 0.32.2 or less but I can see how to upgrade it with the latest scikit-learn version.
That would be very appreciated @philipperemy can i ask when that might be done?
I'll try to work on it tomorrow.
So actually the work has already been done here: 9943b6e.
Pushed in version 4.5.1. This will solve your problem:
pip install keract --upgrade
Oh! Thank you very much! I will do the upgrade now
Works perfectly! Thanks again.