EHWUSF / HS68_2018_Project_1

0 stars 9 forks source link

Data visualization vs Model Evaluation #16

Open choikwun opened 6 years ago

choikwun commented 6 years ago

People have been saying data visualization for all plotting related things, but I think we should split them between data visualization (more for understanding the dataset) and model evaluation (plots which help us assess the fit of the model to the data). What do you guys think?

choikwun commented 6 years ago

And of course some modules can have crossover, like @NikitaThomas's suggestion for labels/keys etc.

RoxanneXin commented 6 years ago

Yes, model evaluation will play an important role in linear regression. Like residual plots? And plotting is a good way to find out the correlation between predictors and evaluate the model.