Skip to content

TM Update Model Scores

shortlikeafox edited this page Jun 24, 2021 · 2 revisions

TM-Update Model Scores.ipynb

Purpose

Get new scores for all models in models.csv. Usually run after an event.

Steps

Cycle through models reserving the most 250 fights as the test set and training on the rest. The score is based off of 100 bets on the 250 test sets.

Information about the models performances is displayed as the scoring function runs. Model scoring information

Usage

Just run it! The only variable that is meant to be adjusted is remove_fight_island in the first cell. If set to True this will remove fight island fights from consideration.

Clone this wiki locally