Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 424 Bytes

pushbutton_data_science

This project aims to train a model based on supervised data with minimal effort.

Aims are to:

-Clean out missing values, uninformative features. -Normalize data between different sources. -Automatically detect discrete vs continuous data types, handle appropriately. -Scale all features appropriately. -Select the best model automatically using cross-validation.