Fit and predict
Machine learning in python is elusively easy and convenient.
Last updated
Was this helpful?
Machine learning in python is elusively easy and convenient.
Last updated
Was this helpful?
For any model one simply calls:
Fitting a model to the famous can be done as:
This interface makes it amazingly easy to use these relatively advanced statistical models. However, it's never a good idea to just throw a model on your data.