Can I predict the results of NCAAM Games?
The short answer is no.
The long answer is that I can try. I created a big data model to pull in some data points about two teams playing against each other, then spit out a predicted score. The idea is simple: to predict the score of an upcoming game, find a really similar game in the past and assume that the result of that game will be the result of the upcoming game. This is an example of a KNN Prediction Model, but the description is on the Projects Page. This page will be focused on the daily picks and running totals.
The current model is very similar to my old bracket creating model. I have changed my data set since then, but the methodology is the same.