Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Preprocess :u'device.mobileDeviceBranding', u'device.mobileDeviceInfo', u'device.mobileDeviceMarketingName', u'device.mobileDeviceModel', u'device.mobileInputSelector', #71

@wesleytian

Description

@wesleytian

Preprocess the following features:

u'device.mobileDeviceBranding',
u'device.mobileDeviceInfo',
u'device.mobileDeviceMarketingName',
u'device.mobileDeviceModel',
u'device.mobileInputSelector',

  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions