MichiganDataScienceTeam / googleanalytics

MDST Project Fall 2018
7 stars 7 forks source link

Preprocess: u'trafficSource.adwordsClickInfo.isVideoAd', u'trafficSource.adwordsClickInfo.page', u'trafficSource.adwordsClickInfo.slot', #78

Open wesleytian opened 6 years ago

wesleytian commented 6 years ago

Preprocess the following features:

u'trafficSource.adwordsClickInfo.isVideoAd', u'trafficSource.adwordsClickInfo.page', u'trafficSource.adwordsClickInfo.slot',

  1. Standardization: http://scikit-learn.org/stable/modules/preprocessing.html#standardization-or-mean-removal-and-variance-scaling

  2. Impute missing values: http://scikit-learn.org/stable/modules/impute.html

  3. Normalization: http://scikit-learn.org/stable/modules/preprocessing.html#normalization

  4. Encode categorical features (optional): http://scikit-learn.org/stable/modules/preprocessing.html#encoding-categorical-features

  5. Discretization (optional): http://scikit-learn.org/stable/modules/preprocessing.html#discretization

http://scikit-learn.org/stable/modules/preprocessing.html