10-22-2018 Notes
Run 2 different machine learning systems (randomly select the training and testing groups)
-
linear regression (predicting the away teams spread)
%%% key %%% % X (input) Four factors stats % Y (output) Score differential % f = function which describes the relationship between the four factors stats & final score % e = random error term %%%%%%%%%%%
-
logistic regression (predicting if the away team will cover the spread)