Fit scikit-learn algorithms with data stored in SFrame

938 views Asked by At

Is it possible to use data stored in Sframe to train e.g., a Random Forest, of scikit-learn implementation without converting the whole dataset to numpy?

1

There are 1 answers

1
Miklós Molnár On

According by Turi-forum:

"If you use the most recent version of SFrame (which only became available via pip yesterday) you can use the tonumpy function to create an ndarray from an SFrame."

https://forum.turi.com/discussion/1642/