justinetaylor / mids-w207-final-project

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

combined notebooks #10

Closed justinetaylor closed 4 years ago

justinetaylor commented 4 years ago

Added Yang's visualizations and fixed normalization. I couldn't get StandardScaler to work (essentially we have to drop the id column when we separate to standardize and this makes re-combining harder. I tried to use variations of merge, concat, append, and combine but none of them gave me the behavior we need. Feel free to try though! I just needed to move on :) )