Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 455 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 455 Bytes

SFrame Data Preparation

Preparing data for machine learning using SFrame

I have started this to store and share python code modules for preparing data for building models.

Currently, I am using [XGBoost] (https://github.com/dmlc/xgboost) for most of my needs and it requires numerical input. I have used [SFrame] (https://github.com/turi-code/SFrame) for generating one hot encoded variables for catgorical variables and their final output to a CSV.