justinetaylor / mids-w207-final-project

Clear Cut Solution - https://www.kaggle.com/c/forest-cover-type-prediction
1 stars 1 forks source link

Added MLP and fixed the normalization #8

Closed justinetaylor closed 3 years ago

justinetaylor commented 3 years ago

Added MLP with a few commented out variations Adjusted scaling again - so sklearn.preprocessing.scale gives a 0 mean and 1 variance and I think this is what we want (instead of .normalize). However, we need to scale the dev data using the training datas mean and variance (I think).