SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Data preprocessing using Machine Learning
Data  preprocessing using Machine Learning Data  preprocessing using Machine Learning
Data preprocessing using Machine Learning Gopal Sakarkar
 
DATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptxDATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptxAbdullahAbbasi55
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingankur bhalla
 
Data Wrangling
Data WranglingData Wrangling
Data WranglingGramener
 
Exploratory data analysis with Python
Exploratory data analysis with PythonExploratory data analysis with Python
Exploratory data analysis with PythonDavis David
 
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Salah Amean
 
Handling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingHandling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingIRJET Journal
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsDatamining Tools
 
Linear regression
Linear regressionLinear regression
Linear regressionMartinHogg9
 
1.7 data reduction
1.7 data reduction1.7 data reduction
1.7 data reductionKrish_ver2
 
Dm from databases perspective u 1
Dm from databases perspective u 1Dm from databases perspective u 1
Dm from databases perspective u 1sakthyvel3
 
1.2 steps and functionalities
1.2 steps and functionalities1.2 steps and functionalities
1.2 steps and functionalitiesKrish_ver2
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data miningkavitha muneeshwaran
 
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
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisEva Durall
 
Data Reduction
Data ReductionData Reduction
Data ReductionRajan Shah
 

Was ist angesagt? (20)

Data preprocessing using Machine Learning
Data  preprocessing using Machine Learning Data  preprocessing using Machine Learning
Data preprocessing using Machine Learning
 
DATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptxDATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptx
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Wrangling
Data WranglingData Wrangling
Data Wrangling
 
Data Wrangling
Data WranglingData Wrangling
Data Wrangling
 
Exploratory data analysis with Python
Exploratory data analysis with PythonExploratory data analysis with Python
Exploratory data analysis with Python
 
Data mining primitives
Data mining primitivesData mining primitives
Data mining primitives
 
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...Data Mining:  Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
Data Mining: Concepts and Techniques_ Chapter 6: Mining Frequent Patterns, ...
 
Handling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random UndersamplingHandling Imbalanced Data: SMOTE vs. Random Undersampling
Handling Imbalanced Data: SMOTE vs. Random Undersampling
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
 
Linear regression
Linear regressionLinear regression
Linear regression
 
1.7 data reduction
1.7 data reduction1.7 data reduction
1.7 data reduction
 
Data cleansing
Data cleansingData cleansing
Data cleansing
 
Dm from databases perspective u 1
Dm from databases perspective u 1Dm from databases perspective u 1
Dm from databases perspective u 1
 
1.2 steps and functionalities
1.2 steps and functionalities1.2 steps and functionalities
1.2 steps and functionalities
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data mining
 
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
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data Analysis
 
Data Reduction
Data ReductionData Reduction
Data Reduction
 

Andere mochten auch

Data preprocessing
Data preprocessingData preprocessing
Data preprocessingHarry Potter
 
Adaptive pre-processing for streaming data
Adaptive pre-processing for streaming dataAdaptive pre-processing for streaming data
Adaptive pre-processing for streaming dataLARCA UPC
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingkayathri02
 
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 preprocessingSlideshare
 

Andere mochten auch (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
 
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
 
Pre processing big data
Pre processing big dataPre processing big data
Pre processing big data
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data Mining: Data processing
Data Mining: Data processingData Mining: Data processing
Data Mining: Data processing
 
Data Processing
Data ProcessingData Processing
Data Processing
 

Ähnlich wie 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
 

Ähnlich wie 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.
 
My3prep
My3prepMy3prep
My3prep
 
DM Lecture 3
DM Lecture 3DM Lecture 3
DM Lecture 3
 
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
 

Kürzlich hochgeladen

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 

Kürzlich hochgeladen (20)

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 

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