
- NHL has 31 teams (Vegas Golden Knights joined in 2017)
- Scoring system
- 0 points for a loss
- 1 point for a loss in overtime or a shootout
- 2 points for a win
4/25/2018
principal()
functionlibrary(psych)
as the Principal Components Analysis (PCA) package to so simplify datasets in supervised learningpca_rotate <- principal(train_scale, nfactors = 5, rotate = "varimax")
pca_scores <- data.frame(pca_rotate$scores)
lm()
and predict()