Sponsored Links
-->

Tuesday, December 19, 2017

Data Preprocessing Steps - Data Analytics with Python #5 - YouTube
src: i.ytimg.com

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 (e.g., Income: -100), impossible data combinations (e.g., Sex: Male, Pregnant: Yes), missing values, etc. 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. Often, data pre-processing is the most important phase of a machine learning project, especially in computational biology.

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, Instance selection, normalization, transformation, feature extraction and selection, etc. The product of data pre-processing is the final training set. Kotsiantis et al. (2006) present a well-known algorithm for each step of data pre-processing.


Video Data pre-processing



See also

  • Data cleansing
  • Data editing
  • Data reduction
  • Data wrangling

Maps Data pre-processing



References


Data Preparation vs. Data Wrangling Comparison in Machine Learning ...
src: i.ytimg.com


External links

  • Online Data Processing Compendium

Source of article : Wikipedia