Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 494 Bytes

MLP_classification

Prediction of whether the order is returned or not with Multi Layer Classification

Project also inludes data cleaning because of having incorrect and missing data. For data cleaning we used maximum likely ones and avarage calculation for adjustment.

To use date data we convert them to days. Convertion is made as difference from some constant date. Also to use string data we transform them to some unique integer values with Label Encoder.(see the convert_to_number())