steven-dicristofaro
steven-dicristofaro
+Also running into this issue when converting a RandomForestClassifier created in sklearn 0.23.2 (python 3.7). Coremltools conversion is being disabled due to the versioning mismatch. Downgraded sklearn to 0.19.2 at...
I use a PyCharm managed venv, but I just spun up another one through the terminal and ran: ```bash pip install 'scikit-learn==0.19.2' ``` and it worked fine. You could also...
also for those who have some flexibility in their model deployment form factor - just discovered this library for python that looks mighty interesting https://github.com/BayesWitnesses/m2cgen#supported-models . Haven't tried it out...
+1 I am as well