Hacker News new | ask | show | jobs
by sandGorgon 3358 days ago
Arrow doesn't do scikit - atleast last time I checked . Has it changed ?
1 comments

pyarrow has methods to convert to pandas, which scikit supports

http://pyarrow.readthedocs.io/en/latest/pandas.html

No - this is not it. Scikit models need to be persisted. The only ways I have found is pickle or dill.

Take a look at this to understand what I mean . http://stackoverflow.com/questions/32757656/what-are-the-pit...