jchristo12 / fantasy_football

Files related to fantasy football analysis
0 stars 0 forks source link

Imputation via decision trees #8

Open jchristo12 opened 5 years ago

jchristo12 commented 5 years ago

Currently using simple (i.e. mean and most frequent) methods of imputation from sklearn.impute class.

Want to use an advanced method of imputation such as decision trees or k-nearest neighbor.