- Model Training
Training a model, storing it to the GCS and then loading it.
We'll cover the following
Example
The modeling task that we’ll be performing is predicting the birth weight of a child given a number of factors, using the Natality public dataset. To build a model with sklearn, we can sample the dataset before loading it into a Pandas dataframe and fitting the model.
Get hands-on with 1200+ tech skills courses.