dsp-uga / team-Squadron-final

Final project, Customer Transaction Prediction for Santander Bank (Kaggle competition)
MIT License
0 stars 1 forks source link

Prepare the datasets by normalizing, scaling, dividing and etc. for applying methods on them. #3

Closed mrezaim closed 5 years ago

mrezaim commented 5 years ago

Implement the code to read train and test data sets. Provide Different set of normalized and scaled data. Also, divide train dataset to train and validation sets.

mrezaim commented 5 years ago

Done.