Thinkful-Ed / machine-learning-regression-problems

Objective: Students can formulate a research question, conduct preliminary data analysis, and prepare data, and select features, build, evaluate, optimize a model using regression
10 stars 22 forks source link

Add drill on interpreting coefficients and statistical significance of a known model #7

Closed benjaminEwhite closed 5 years ago

benjaminEwhite commented 6 years ago

Add another drill to this checkpoint: https://github.com/Thinkful-Ed/machine-learning-regression-problems/blob/master/notebooks/4.understanding_the_relationship.ipynb

In addition to having them do this on a model they created, we should also have them do it on one or more known models.

YunusBulut commented 5 years ago

I added two more drills. One is to interpret an already estimated fictional model and the other one is an analysis of weather conditions dataset from Kaggle. I also prepared the backup of the dataset which can be ported to Postgre server.

benjaminEwhite commented 5 years ago

Great! closing this.