Jensen-holm commited on
Commit
0b22038
2 Parent(s): d0ddef9 832640a

Merge branch 'main' of hf.co:Jensen-holm/Nigl

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,10 +1,15 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
4
 
5
  # Nigl
6
 
7
  Nigl is a collection of machine learning models the are built to predict the outcomes of NCAA D1 basketball games, particularly for the march madness tournament. Nigl gets its name after [Greg Nigl](https://www.si.com/college/2019/03/26/march-madness-ncaa-tournament-perfect-bracket-greg-nigl), who as of now has the record for the most amount of games in a row predicted in the mens NCAA tournament (49 in 2019).
8
 
9
- ---
10
-
 
1
  ---
2
  license: mit
3
+ pipeline_tag: tabular-classification
4
+ library_name: PyTorch
5
+ metrics:
6
+ - Binary Cross Entropy
7
+ - F1 Score
8
+ - Accuracy
9
  ---
10
 
11
  # Nigl
12
 
13
  Nigl is a collection of machine learning models the are built to predict the outcomes of NCAA D1 basketball games, particularly for the march madness tournament. Nigl gets its name after [Greg Nigl](https://www.si.com/college/2019/03/26/march-madness-ncaa-tournament-perfect-bracket-greg-nigl), who as of now has the record for the most amount of games in a row predicted in the mens NCAA tournament (49 in 2019).
14
 
15
+ ---