Git Product home page Git Product logo

data-preprocessing-python's Introduction

Data Preprocessing

Data pre-processing is an important step in the data mining process. The phrase "garbage in, garbage out" is particularly applicable to data mining and machine learning projects. Data-gathering methods are often loosely controlled, resulting in out-of-range values, impossible data combinations (e.g., Sex: Male, Pregnant: Yes), missing values. Analyzing data that has not been carefully screened for such problems can produce misleading results. Thus, the representation and quality of data is first and foremost before running an analysis.

If there is much irrelevant and redundant information present or noisy and unreliable data, then knowledge discovery during the training phase is more difficult. Data preparation and filtering steps can take considerable amount of processing time. Data pre-processing includes cleaning, normalization, transformation, feature extraction and selection. The product of data pre-processing is the final training set.

The data-preprocessing routines involve standardization (stndze), graphical summary(gs), skewness, kurtosis, creating dummy variables, box cox transformation etc.

Key Highlights

Standardization - Standardize the raw feature vectors from the training data.

Deviations - Calculate the deviation of a particular value from the average.

Indicator Variables - Create Indicator variables representing the training data.

Skewness - Compute the skewness of a sample within a training set.

Kurtosis - Compute the kurtosis of a sample within a training set.

Box-cox Transformation - Transform the training vectors using Box-cox.

Poisson Transformation - Transform the training vectors using Poihttps://github.com/serendio-labs/data-preprocessing-python/wiki/Box-Cox-Transformationsson.

Proportional Transformation - Transform the training vectors with Proportional transformation.

Graphical Summary - Get a pictorial representation of the training data.

Getting started

Download or pull the data-preprocessing package https://github.com/serendio-labs/data-preprocessing-python.git into the appropriate location, then refer to each of the above links to work with the respective utility.

data-preprocessing-python's People

Contributors

kshitij21 avatar pjesudhas avatar serendio-labs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.