Fit scikit-learn algorithms with data stored in SFrame

913 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 best solutions below

1
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/