/KaggleNCAAMens2019

My 2019 NCAA Men's Tournament Prediction Submission

Primary LanguagePython

Kaggle 2019 NCAA Men's Tournament

Summary

This is my first real Kaggle competition as I begin diving into Machine Learning. I used Keras to build my Sequential model using a Sigmoid activation function and binary crossentropy loss. I used the Score of the first team, the seed of the first team, the region of both teams, the difference in seed and the difference in score to train my model. For the tourney predictions I averaged out the scores for the season and used that. None of this data was associated with any specific team ID.

This was way more about me learning to use Python and Pandas than it was about me building a good model. I also don't know very much about Basketball so I wasn't sure what data would be good to use. Next year I will definitely put more research into it to try to give myself a chance to compete reasonably well.

I am definitely very excited that I was able to create a submission and I can't wait to begin entering other Kaggle Competitions.

Visualized Bracket Results

Thanks to Mark's Math for visualizing my submission

Link to my Kernel

Link to the Kaggle Competition