forked from kyleskom/NBA-Machine-Learning-Sports-Betting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
35 lines (27 loc) · 805 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
https://www.sportsbookreviewsonline.com/scoresoddsarchives/nba/nbaoddsarchives.htm
https://www.youtube.com/watch?v=wQ8BIBpya2k
Random Forrest
https://www.analyticsvidhya.com/blog/2015/09/random-forest-algorithm-multiple-challenges/?utm_source=blog&utm_medium=understandingsupportvectormachinearticle
Regression
logistic regression
naive bayes
XGBoost
Support Vector Machine
LSTM
Recurrent
Support Vector Regression
https://www.youtube.com/watch?v=BqgTU7_cBnk
Hyperparameter tuning
https://www.youtube.com/watch?v=vvC15l4CY1Q
FIX ODDS-DATA
1-24-16 Raptors.....OKC
Miles travled since last game?
Days since last game
https://klane.github.io/databall
https://www.covers.com
https://www.oddsportal.com
Leaky ReLu for most
try elu and selu
# xgb.plot_tree(model)
# plt.show()
# plt.savefig("graph.pdf")