State Farm interview question

Predict test data using training set

Interview Answer

Anonymous

30 Aug 2021

Data set is sparse with many uninformative features. Need to scale and impute data, eliminate non-informative features (LASSO) then train classifier. Also need to report statistics on training so need to use cross validation.