Transcription of LECTURE 2: DATA (PRE-)PROCESSING - IIT Roorkee
{{id}} {{{paragraph}}}
LECTURE 2: data (PRE-)PROCESSINGDr. DhavalPatel CSE, In Previous Class, We discuss various type of data with examples In this Class, We focus on data pre- processing an important milestone of the data Mining Process data analysis pipeline Mining is not the only step in the analysis process Preprocessing: real data is noisy, incomplete and inconsistent. data cleaning is required to make sense of the data Techniques: Sampling, Dimensionality Reduction, Feature Selection. Post- processing : Make the data actionable and useful to the user : Statistical analysis of importance & PreprocessingData MiningResult Post-processingData Preprocessing Attribute Values Attribute Transformation Normalization (Standardization) Aggregation Discretization Sampling Dimensionality Reduction Feature subset selection Distance/Similarity Calculation VisualizationAttribute ValuesData is describ
Discrete and Continuous Attributes Discrete Attribute Has only a finite or countable infinite set of values Examples: zip codes, counts, or the set of words in a collection of documents Often represented as integer variables. Continuous Attribute Has real numbers as attribute values Examples: temperature, height, or weight.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}