SlideShare une entreprise Scribd logo
1  sur  22
Data Preprocessing

1
Data Preprocessing





Today’s real-world databases are highly susceptible to noisy,
missing, and inconsistent data due to their typically huge size
(often several gigabytes or more) and their likely origin from
multiple, heterogeneous sources.
Low-quality data will lead to low-quality mining results.
Process or steps to make a “raw data” into quality data ( good
input for mining tools).
Why Data Preprocessing?


Data in the real world is dirty
• incomplete: lacking attribute values, lacking certain
attributes of interest, or containing only aggregate data
 e.g., occupation=“ ”
• noisy: containing errors or outliers
 e.g., Salary=“-10”
• inconsistent: containing discrepancies in codes or names
 e.g., Age=“42” Birthday=“03/07/1997”
 e.g., Was rating “1,2,3”, now rating “A, B, C”
 e.g., discrepancy between duplicate records

3
Why Is Data Preprocessing
Important?


No quality data, no quality mining results!
• Quality decisions must be based on quality data


e.g., duplicate or missing data may cause incorrect or even
misleading statistics.

• Data warehouse needs consistent integration of quality data


Data extraction, cleaning, and transformation involves the majority
of the work of building a data warehouse (90%).

4
DATA PROBLEMS
Major Tasks in Data
Preprocessing










Data cleaning
• Fill in missing values, smooth noisy data, identify or remove
outliers, and resolve inconsistencies
Data integration
• Integration of multiple databases, data cubes, or files
Data transformation
• Normalization and aggregation
Data reduction
• Obtains reduced representation in volume but produces the
same or similar analytical results
Data discretization
• Part of data reduction but with particular importance, especially
for numerical data

6
Forms of Data Preprocessing

7
Data Cleaning




Importance
• “Data cleaning is the number one problem in data
warehousing”—DCI survey
Data cleaning tasks
• Fill in missing values
• Identify outliers and smooth out noisy data

• Correct inconsistent data
• Resolve redundancy caused by data integration

8
Noisy Data



Noise: random error or variance in a measured variable
Incorrect attribute values may due to
• faulty data collection instruments
• data entry problems
• data transmission problems

9
Conti….





Noise: random error or variance in a measured variable
Incorrect attribute values may due to
• faulty data collection instruments
• data entry problems
• data transmission problems
• technology limitation
• inconsistency in naming convention
Other data problems which requires data cleaning
• duplicate records
• incomplete data
• inconsistent data

10
How to Handle Noisy Data?


Binning

• first sort data and partition into (equal-frequency)
bins
• then one can smooth by bin means, smooth by bin
median, smooth by bin boundaries, etc.



Regression

• smooth by fitting the data into regression functions



Clustering

• detect and remove outliers



Combined computer and human inspection

• detect suspicious values and check by human (e.g.,
deal with possible outliers)

11
Cluster Analysis

12
Data Integration


Data integration:

• Combines data from multiple sources into a coherent
store





Schema integration: Integrate metadata from
different sources

Entity identification problem:

• Identify real world entities from multiple data
sources, e.g., Bill Clinton = William Clinton
• metadata can be used to help avoid errors in schema
integration



Detecting and resolving data value conflicts

• For the same real world entity, attribute values
from different sources are different
• Possible reasons: different
representations, different scales, e.g., Kg vs.
Pound

13
Handling Redundancy in Data Integration


Redundant data occur often when integration of
multiple databases
• Object identification: The same attribute or
object may have different names in
different databases
• Derivable data: One attribute may be a
“derived” attribute in another table, e.g.,
annual revenue





Redundant attributes may be able to be
detected by correlation analysis

Careful integration of the data from multiple
sources may help reduce/avoid redundancies
and inconsistencies and improve mining speed
and quality

14
Descriptive Data Summarization










For data preprocessing to be successful, you have an
overall picture of your data.
It can be used to identify the typical properties of your
data and highlight which data values should be treated
as noise or outliers.
Measures of central tendency include
mean, median, mode, and midrange
Midrange : It is the average of the largest and smallest
values in the set.
measures of data dispersion include
quartiles, interquartile range (IQR), and variance.

March 6, 2014

15
Data Transformation


Smoothing: remove noise from data(binning,
regression, and clustering)



Aggregation: summarization, data cube construction



Generalization: concept hierarchy climbing



Normalization: scaled to fall within a small, specified
range
• min-max normalization

• z-score normalization
• normalization by decimal scaling


Attribute/feature construction
• New attributes constructed from the given ones

16
Min-max normalization
Suppose that min_A and max_A are the minimum
and maximum values of an attribute A.
Min-max normalization maps a value v of A to v’ in
the range [new_min_A, new_max_A]

March 6, 2014

17
Data Reduction Strategies




Why data reduction?
• A database/data warehouse may store
terabytes of data
• Complex data analysis/mining may take a
very long time to run on the complete
data set
Data reduction
• Obtain a reduced representation of the
data set that is much smaller in volume
but yet produce the same (or almost the
same) analytical results

18
Data Reduction










1. Data cube aggregation, where aggregation operations are
applied to the data in the construction of a data cube.
2. Attribute subset selection, where irrelevant, weakly
relevant, or redundant attributes or dimensions may be detected
and removed.
3. Dimensionality reduction, where encoding mechanisms are
used to reduce the data set size.
Numerosity reduction: where the data are replaced or
estimated by alternative, smaller data representations
4. Discretization and concept hierarchy generation, where
raw data values for attributes are replaced by ranges or higher
conceptual levels.
• Data discretization is a form of multiplicity reduction that is
very useful for the automatic generation of concept
hierarchies.
• Discretization and concept hierarchy generation are powerful
tools for data mining, in that they allow the mining of data at
multiple levels of abstraction.

19
Data Cube Aggregation

March 6, 2014

20
Cluster Analysis


Clustering can be used to generate a
concept hierarchy for A by following
either a top-down splitting strategy
or a bottom-up merging strategy.

March 6, 2014

21
Concept Hierarchy Generation
for Categorical Data
Specification of a partial ordering of
attributes explicitly at the schema
level by users or experts
 Specification of a portion of a
hierarchy by explicit data grouping:


March 6, 2014

22

Contenu connexe

Tendances

Data preprocessing
Data preprocessingData preprocessing
Data preprocessingankur bhalla
 
Feature Engineering in Machine Learning
Feature Engineering in Machine LearningFeature Engineering in Machine Learning
Feature Engineering in Machine LearningKnoldus Inc.
 
Data preparation and processing chapter 2
Data preparation and processing chapter  2Data preparation and processing chapter  2
Data preparation and processing chapter 2Mahmoud Alfarra
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data MiningDHIVYADEVAKI
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kambererror007
 
3.7 outlier analysis
3.7 outlier analysis3.7 outlier analysis
3.7 outlier analysisKrish_ver2
 
Introduction to data pre-processing and cleaning
Introduction to data pre-processing and cleaning Introduction to data pre-processing and cleaning
Introduction to data pre-processing and cleaning Matteo Manca
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data PreprocessingT Kavitha
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessingSalah Amean
 
Data preprocessing in Machine learning
Data preprocessing in Machine learning Data preprocessing in Machine learning
Data preprocessing in Machine learning pyingkodi maran
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingHarry Potter
 
Data Science Process.pptx
Data Science Process.pptxData Science Process.pptx
Data Science Process.pptxWidsoulDevil
 
Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysisGramener
 
Unit 1-Data Science Process Overview.pptx
Unit 1-Data Science Process Overview.pptxUnit 1-Data Science Process Overview.pptx
Unit 1-Data Science Process Overview.pptxAnusuya123
 

Tendances (20)

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Mining: Data processing
Data Mining: Data processingData Mining: Data processing
Data Mining: Data processing
 
02 data
02 data02 data
02 data
 
Feature Engineering in Machine Learning
Feature Engineering in Machine LearningFeature Engineering in Machine Learning
Feature Engineering in Machine Learning
 
Data preparation and processing chapter 2
Data preparation and processing chapter  2Data preparation and processing chapter  2
Data preparation and processing chapter 2
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data Mining
 
Data Mining: Data Preprocessing
Data Mining: Data PreprocessingData Mining: Data Preprocessing
Data Mining: Data Preprocessing
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
3.7 outlier analysis
3.7 outlier analysis3.7 outlier analysis
3.7 outlier analysis
 
Outlier Detection
Outlier DetectionOutlier Detection
Outlier Detection
 
Introduction to data pre-processing and cleaning
Introduction to data pre-processing and cleaning Introduction to data pre-processing and cleaning
Introduction to data pre-processing and cleaning
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
 
Data preprocessing in Machine learning
Data preprocessing in Machine learning Data preprocessing in Machine learning
Data preprocessing in Machine learning
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Science Process.pptx
Data Science Process.pptxData Science Process.pptx
Data Science Process.pptx
 
Data reduction
Data reductionData reduction
Data reduction
 
Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysis
 
Unit 1-Data Science Process Overview.pptx
Unit 1-Data Science Process Overview.pptxUnit 1-Data Science Process Overview.pptx
Unit 1-Data Science Process Overview.pptx
 

En vedette (8)

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Adaptive pre-processing for streaming data
Adaptive pre-processing for streaming dataAdaptive pre-processing for streaming data
Adaptive pre-processing for streaming data
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Pre processing big data
Pre processing big dataPre processing big data
Pre processing big data
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
1.7 data reduction
1.7 data reduction1.7 data reduction
1.7 data reduction
 
Data Processing
Data ProcessingData Processing
Data Processing
 

Similaire à Data pre processing

Data preprocessing ppt1
Data preprocessing ppt1Data preprocessing ppt1
Data preprocessing ppt1meenas06
 
Pre-Processing and Data Preparation
Pre-Processing and Data PreparationPre-Processing and Data Preparation
Pre-Processing and Data PreparationUmair Shafique
 
Chapter 2 Cond (1).ppt
Chapter 2 Cond (1).pptChapter 2 Cond (1).ppt
Chapter 2 Cond (1).pptkannaradhas
 
Machine learning topics machine learning algorithm into three main parts.
Machine learning topics  machine learning algorithm into three main parts.Machine learning topics  machine learning algorithm into three main parts.
Machine learning topics machine learning algorithm into three main parts.DurgaDeviP2
 
DM Lecture 3
DM Lecture 3DM Lecture 3
DM Lecture 3asad199
 
data processing.pdf
data processing.pdfdata processing.pdf
data processing.pdfDimpyJindal4
 
Data mining and data warehouse lab manual updated
Data mining and data warehouse lab manual updatedData mining and data warehouse lab manual updated
Data mining and data warehouse lab manual updatedYugal Kumar
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingsuganmca14
 

Similaire à Data pre processing (20)

Data preprocessing ppt1
Data preprocessing ppt1Data preprocessing ppt1
Data preprocessing ppt1
 
Pre-Processing and Data Preparation
Pre-Processing and Data PreparationPre-Processing and Data Preparation
Pre-Processing and Data Preparation
 
Data processing
Data processingData processing
Data processing
 
Dmblog
DmblogDmblog
Dmblog
 
Chapter 2 Cond (1).ppt
Chapter 2 Cond (1).pptChapter 2 Cond (1).ppt
Chapter 2 Cond (1).ppt
 
Machine learning topics machine learning algorithm into three main parts.
Machine learning topics  machine learning algorithm into three main parts.Machine learning topics  machine learning algorithm into three main parts.
Machine learning topics machine learning algorithm into three main parts.
 
DM Lecture 3
DM Lecture 3DM Lecture 3
DM Lecture 3
 
My3prep
My3prepMy3prep
My3prep
 
Datapreprocessing
DatapreprocessingDatapreprocessing
Datapreprocessing
 
data processing.pdf
data processing.pdfdata processing.pdf
data processing.pdf
 
Data mining and data warehouse lab manual updated
Data mining and data warehouse lab manual updatedData mining and data warehouse lab manual updated
Data mining and data warehouse lab manual updated
 
Data Preparation.pptx
Data Preparation.pptxData Preparation.pptx
Data Preparation.pptx
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data pre processing
Data pre processingData pre processing
Data pre processing
 
Assignmentdatamining
AssignmentdataminingAssignmentdatamining
Assignmentdatamining
 
Data1
Data1Data1
Data1
 
Data1
Data1Data1
Data1
 
Data processing
Data processingData processing
Data processing
 
Data Preparation.pptx
Data Preparation.pptxData Preparation.pptx
Data Preparation.pptx
 
Datapreprocess
DatapreprocessDatapreprocess
Datapreprocess
 

Dernier

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Dernier (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Data pre processing

  • 2. Data Preprocessing    Today’s real-world databases are highly susceptible to noisy, missing, and inconsistent data due to their typically huge size (often several gigabytes or more) and their likely origin from multiple, heterogeneous sources. Low-quality data will lead to low-quality mining results. Process or steps to make a “raw data” into quality data ( good input for mining tools).
  • 3. Why Data Preprocessing?  Data in the real world is dirty • incomplete: lacking attribute values, lacking certain attributes of interest, or containing only aggregate data  e.g., occupation=“ ” • noisy: containing errors or outliers  e.g., Salary=“-10” • inconsistent: containing discrepancies in codes or names  e.g., Age=“42” Birthday=“03/07/1997”  e.g., Was rating “1,2,3”, now rating “A, B, C”  e.g., discrepancy between duplicate records 3
  • 4. Why Is Data Preprocessing Important?  No quality data, no quality mining results! • Quality decisions must be based on quality data  e.g., duplicate or missing data may cause incorrect or even misleading statistics. • Data warehouse needs consistent integration of quality data  Data extraction, cleaning, and transformation involves the majority of the work of building a data warehouse (90%). 4
  • 6. Major Tasks in Data Preprocessing      Data cleaning • Fill in missing values, smooth noisy data, identify or remove outliers, and resolve inconsistencies Data integration • Integration of multiple databases, data cubes, or files Data transformation • Normalization and aggregation Data reduction • Obtains reduced representation in volume but produces the same or similar analytical results Data discretization • Part of data reduction but with particular importance, especially for numerical data 6
  • 7. Forms of Data Preprocessing 7
  • 8. Data Cleaning   Importance • “Data cleaning is the number one problem in data warehousing”—DCI survey Data cleaning tasks • Fill in missing values • Identify outliers and smooth out noisy data • Correct inconsistent data • Resolve redundancy caused by data integration 8
  • 9. Noisy Data   Noise: random error or variance in a measured variable Incorrect attribute values may due to • faulty data collection instruments • data entry problems • data transmission problems 9
  • 10. Conti….    Noise: random error or variance in a measured variable Incorrect attribute values may due to • faulty data collection instruments • data entry problems • data transmission problems • technology limitation • inconsistency in naming convention Other data problems which requires data cleaning • duplicate records • incomplete data • inconsistent data 10
  • 11. How to Handle Noisy Data?  Binning • first sort data and partition into (equal-frequency) bins • then one can smooth by bin means, smooth by bin median, smooth by bin boundaries, etc.  Regression • smooth by fitting the data into regression functions  Clustering • detect and remove outliers  Combined computer and human inspection • detect suspicious values and check by human (e.g., deal with possible outliers) 11
  • 13. Data Integration  Data integration: • Combines data from multiple sources into a coherent store   Schema integration: Integrate metadata from different sources Entity identification problem: • Identify real world entities from multiple data sources, e.g., Bill Clinton = William Clinton • metadata can be used to help avoid errors in schema integration  Detecting and resolving data value conflicts • For the same real world entity, attribute values from different sources are different • Possible reasons: different representations, different scales, e.g., Kg vs. Pound 13
  • 14. Handling Redundancy in Data Integration  Redundant data occur often when integration of multiple databases • Object identification: The same attribute or object may have different names in different databases • Derivable data: One attribute may be a “derived” attribute in another table, e.g., annual revenue   Redundant attributes may be able to be detected by correlation analysis Careful integration of the data from multiple sources may help reduce/avoid redundancies and inconsistencies and improve mining speed and quality 14
  • 15. Descriptive Data Summarization      For data preprocessing to be successful, you have an overall picture of your data. It can be used to identify the typical properties of your data and highlight which data values should be treated as noise or outliers. Measures of central tendency include mean, median, mode, and midrange Midrange : It is the average of the largest and smallest values in the set. measures of data dispersion include quartiles, interquartile range (IQR), and variance. March 6, 2014 15
  • 16. Data Transformation  Smoothing: remove noise from data(binning, regression, and clustering)  Aggregation: summarization, data cube construction  Generalization: concept hierarchy climbing  Normalization: scaled to fall within a small, specified range • min-max normalization • z-score normalization • normalization by decimal scaling  Attribute/feature construction • New attributes constructed from the given ones 16
  • 17. Min-max normalization Suppose that min_A and max_A are the minimum and maximum values of an attribute A. Min-max normalization maps a value v of A to v’ in the range [new_min_A, new_max_A] March 6, 2014 17
  • 18. Data Reduction Strategies   Why data reduction? • A database/data warehouse may store terabytes of data • Complex data analysis/mining may take a very long time to run on the complete data set Data reduction • Obtain a reduced representation of the data set that is much smaller in volume but yet produce the same (or almost the same) analytical results 18
  • 19. Data Reduction      1. Data cube aggregation, where aggregation operations are applied to the data in the construction of a data cube. 2. Attribute subset selection, where irrelevant, weakly relevant, or redundant attributes or dimensions may be detected and removed. 3. Dimensionality reduction, where encoding mechanisms are used to reduce the data set size. Numerosity reduction: where the data are replaced or estimated by alternative, smaller data representations 4. Discretization and concept hierarchy generation, where raw data values for attributes are replaced by ranges or higher conceptual levels. • Data discretization is a form of multiplicity reduction that is very useful for the automatic generation of concept hierarchies. • Discretization and concept hierarchy generation are powerful tools for data mining, in that they allow the mining of data at multiple levels of abstraction. 19
  • 21. Cluster Analysis  Clustering can be used to generate a concept hierarchy for A by following either a top-down splitting strategy or a bottom-up merging strategy. March 6, 2014 21
  • 22. Concept Hierarchy Generation for Categorical Data Specification of a partial ordering of attributes explicitly at the schema level by users or experts  Specification of a portion of a hierarchy by explicit data grouping:  March 6, 2014 22