#datascience #python What is a classification model (pref random forest) that can create models where the model only requires pure python to run?
For example, sklearn requires numpy etc & a saved model is pickling the whole thing. I don't want to ship sklearn with my little app
Post
January 10, 2021