Disclaimer: This dissertation has been written by a student and is not an example of our professional work, which you can see examples of here.

Any opinions, findings, conclusions, or recommendations expressed in this dissertation are those of the authors and do not necessarily reflect the views of UKDiss.com.

Data Pre-processing Tool

Info: 5384 words (22 pages) Dissertation
Published: 6th Dec 2019

Reference this

Tagged: Statistics

Chapter- 2

Real life data rarely comply with the necessities of various data mining tools. It is usually inconsistent and noisy. It may contain redundant attributes, unsuitable formats etc. Hence data has to be prepared vigilantly before the data mining actually starts. It is well known fact that success of a data mining algorithm is very much dependent on the quality of data processing. Data processing is one of the most important tasks in data mining. In this context it is natural that data pre-processing is a complicated task involving large data sets. Sometimes data pre-processing take more than 50% of the total time spent in solving the data mining problem. It is crucial for data miners to choose efficient data preprocessing technique for specific data set which can not only save processing time but also retain the quality of the data for data mining process.

A data pre-processing tool should help miners with many data mining activates. For example, data may be provided in different formats as discussed in previous chapter (flat files, database files etc). Data files may also have different formats of values, calculation of derived attributes, data filters, joined data sets etc. Data mining process generally starts with understanding of data. In this stage pre-processing tools may help with data exploration and data discovery tasks. Data processing includes lots of tedious works,

Data pre-processing generally consists of

  • Data Cleaning
  • Data Integration
  • Data Transformation And
  • Data Reduction.

In this chapter we will study all these data pre-processing activities.

2.1 Data Understanding

In Data understanding phase the first task is to collect initial data and then proceed with activities in order to get well known with data, to discover data quality problems, to discover first insight into the data or to identify interesting subset to form hypothesis for hidden information. The data understanding phase according to CRISP model can be shown in following .

2.1.1 Collect Initial Data

The initial collection of data includes loading of data if required for data understanding. For instance, if specific tool is applied for data understanding, it makes great sense to load your data into this tool. This attempt possibly leads to initial data preparation steps. However if data is obtained from multiple data sources then integration is an additional issue.

2.1.2 Describe data

Here the gross or surface properties of the gathered data are examined.

2.1.3 Explore data

This task is required to handle the data mining questions, which may be addressed using querying, visualization and reporting. These include:

  • Sharing of key attributes, for instance the goal attribute of a prediction task
  • Relations between pairs or small numbers of attributes
  • Results of simple aggregations
  • Properties of important sub-populations
  • Simple statistical analyses.

2.1.4 Verify data quality

In this step quality of data is examined. It answers questions such as:

  • Is the data complete (does it cover all the cases required)?
  • Is it accurate or does it contains errors and if there are errors how common are they?
  • Are there missing values in the data?
  • If so how are they represented, where do they occur and how common are they?

2.2 Data Preprocessing

Data preprocessing phase focus on the pre-processing steps that produce the data to be mined. Data preparation or preprocessing is one most important step in data mining. Industrial practice indicates that one data is well prepared; the mined results are much more accurate. This means this step is also a very critical fro success of data mining method. Among others, data preparation mainly involves data cleaning, data integration, data transformation, and reduction.

2.2.1 Data Cleaning

Data cleaning is also known as data cleansing or scrubbing. It deals with detecting and removing inconsistencies and errors from data in order to get better quality data. While using a single data source such as flat files or databases data quality problems arises due to misspellings while data entry, missing information or other invalid data. While the data is taken from the integration of multiple data sources such as data warehouses, federated database systems or global web-based information systems, the requirement for data cleaning increases significantly. This is because the multiple sources may contain redundant data in different formats. Consolidation of different data formats abs elimination of redundant information becomes necessary in order to provide access to accurate and consistent data. Good quality data requires passing a set of quality criteria. Those criteria include:

  • Accuracy: Accuracy is an aggregated value over the criteria of integrity, consistency and density.
  • Integrity: Integrity is an aggregated value over the criteria of completeness and validity.
  • Completeness: completeness is achieved by correcting data containing anomalies.
  • Validity: Validity is approximated by the amount of data satisfying integrity constraints.
  • Consistency: consistency concerns contradictions and syntactical anomalies in data.
  • Uniformity: it is directly related to irregularities in data.
  • Density: The density is the quotient of missing values in the data and the number of total values ought to be known.
  • Uniqueness: uniqueness is related to the number of duplicates present in the data.

2.2.1.1 Terms Related to Data Cleaning

Data cleaning: data cleaning is the process of detecting, diagnosing, and editing damaged data.

Data editing: data editing means changing the value of data which are incorrect.

Data flow: data flow is defined as passing of recorded information through succeeding information carriers.

Inliers: Inliers are data values falling inside the projected range.

Outlier: outliers are data value falling outside the projected range.

Robust estimation: evaluation of statistical parameters, using methods that are less responsive to the effect of outliers than more conventional methods are called robust method.

2.2.1.2 Definition: Data Cleaning

Data cleaning is a process used to identify imprecise, incomplete, or irrational data and then improving the quality through correction of detected errors and omissions. This process may include

  • format checks
  • Completeness checks
  • Reasonableness checks
  • Limit checks
  • Review of the data to identify outliers or other errors
  • Assessment of data by subject area experts (e.g. taxonomic specialists).

By this process suspected records are flagged, documented and checked subsequently. And finally these suspected records can be corrected. Sometimes validation checks also involve checking for compliance against applicable standards, rules, and conventions.

The general framework for data cleaning given as:

  • Define and determine error types;
  • Search and identify error instances;
  • Correct the errors;
  • Document error instances and error types; and
  • Modify data entry procedures to reduce future errors.

Data cleaning process is referred by different people by a number of terms. It is a matter of preference what one uses. These terms include: Error Checking, Error Detection, Data Validation, Data Cleaning, Data Cleansing, Data Scrubbing and Error Correction.

We use Data Cleaning to encompass three sub-processes, viz.

  • Data checking and error detection;
  • Data validation; and
  • Error correction.

A fourth – improvement of the error prevention processes – could perhaps be added.

2.2.1.3 Problems with Data

Here we just note some key problems with data

Missing data : This problem occur because of two main reasons

  • Data are absent in source where it is expected to be present.
  • Some times data is present are not available in appropriately form

Detecting missing data is usually straightforward and simpler.

Erroneous data: This problem occurs when a wrong value is recorded for a real world value. Detection of erroneous data can be quite difficult. (For instance the incorrect spelling of a name)
Duplicated data : This problem occur because of two reasons

  • Repeated entry of same real world entity with some different values
  • Some times a real world entity may have different identifications.

Repeat records are regular and frequently easy to detect. The different identification of the same real world entities can be a very hard problem to identify and solve.

Heterogeneities: When data from different sources are brought together in one analysis problem heterogeneity may occur. Heterogeneity could be

  • Structural heterogeneity arises when the data structures reflect different business usage
  • Semantic heterogeneity arises when the meaning of data is different n each system that is being combined

Heterogeneities are usually very difficult to resolve since because they usually involve a lot of contextual data that is not well defined as metadata.

Information dependencies in the relationship between the different sets of attribute are commonly present. Wrong cleaning mechanisms can further damage the information in the data. Various analysis tools handle these problems in different ways. Commercial offerings are available that assist the cleaning process, but these are often problem specific. Uncertainty in information systems is a well-recognized hard problem. In following a very simple examples of missing and erroneous data is shown

Extensive support for data cleaning must be provided by data warehouses. Data warehouses have high probability of “dirty data” since they load and continuously refresh huge amounts of data from a variety of sources. Since these data warehouses are used for strategic decision making therefore the correctness of their data is important to avoid wrong decisions. The ETL (Extraction, Transformation, and Loading) process for building a data warehouse is illustrated in following .

Data transformations are related with schema or data translation and integration, and with filtering and aggregating data to be stored in the data warehouse. All data cleaning is classically performed in a separate data performance area prior to loading the transformed data into the warehouse. A large number of tools of varying functionality are available to support these tasks, but often a significant portion of the cleaning and transformation work has to be done manually or by low-level programs that are difficult to write and maintain.

A data cleaning method should assure following:

  1. It should identify and eliminate all major errors and inconsistencies in an individual data sources and also when integrating multiple sources.
  2. Data cleaning should be supported by tools to bound manual examination and programming effort and it should be extensible so that can cover additional sources.
  3. It should be performed in association with schema related data transformations based on metadata.
  4. Data cleaning mapping functions should be specified in a declarative way and be reusable for other data sources.

2.2.1.4 Data Cleaning: Phases

1. Analysis: To identify errors and inconsistencies in the database there is a need of detailed analysis, which involves both manual inspection and automated analysis programs. This reveals where (most of) the problems are present.

2. Defining Transformation and Mapping Rules: After discovering the problems, this phase are related with defining the manner by which we are going to automate the solutions to clean the data. We will find various problems that translate to a list of activities as a result of analysis phase.

Example:

– Remove all entries for J. Smith because they are duplicates of John Smith

– Find entries with `bule’ in colour field and change these to `blue’.

– Find all records where the Phone number field does not match the pattern (NNNNN NNNNNN). Further steps for cleaning this data are then applied.

– Etc …

3. Verification: In this phase we check and assess the transformation plans made in phase- 2. Without this step, we may end up making the data dirtier rather than cleaner. Since data transformation is the main step that actually changes the data itself – so there is a need to be sure that the applied transformations will do it correctly. Therefore test and examine the transformation plans very carefully.

Example:

– Let we have a very thick C++ book where it says strict in all the places where it should say struct

4. Transformation: Now if it is sure that cleaning will be done correctly, then apply the transformation verified in last step. For large database, this task is supported by a variety of tools

Backflow of Cleaned Data: In a data mining the main objective is to convert and move clean data into target system. This asks for a requirement to purify legacy data. Cleansing can be a complicated process depending on the technique chosen and has to be designed carefully to achieve the objective of removal of dirty data. Some methods to accomplish the task of data cleansing of legacy system include:

n Automated data cleansing

n Manual data cleansing

n The combined cleansing process

2.2.1.5 Missing Values

Data cleaning addresses a variety of data quality problems, including noise and outliers, inconsistent data, duplicate data, and missing values. Missing values is one important problem to be addressed. Missing value problem occurs because many tuples may have no record for several attributes. For Example there is a customer sales database consisting of a whole bunch of records (lets say around 100,000) where some of the records have certain fields missing. Let’s say customer income in sales data may be missing. Goal here is to find a way to predict what the missing data values should be (so that these can be filled) based on the existing data. Missing data may be due to following reasons

  • Equipment malfunction
  • Inconsistent with other recorded data and thus deleted
  • Data not entered due to misunderstanding
  • Certain data may not be considered important at the time of entry
  • Not register history or changes of the data

How to Handle Missing Values?

Dealing with missing values is a regular question that has to do with the actual meaning of the data. There are various methods for handling missing entries

1. Ignore the data row. One solution of missing values is to just ignore the entire data row. This is generally done when the class label is not there (here we are assuming that the data mining goal is classification), or many attributes are missing from the row (not just one). But if the percentage of such rows is high we will definitely get a poor performance.

2. Use a global constant to fill in for missing values. We can fill in a global constant for missing values such as “unknown”, “N/A” or minus infinity. This is done because at times is just doesn’t make sense to try and predict the missing value. For example if in customer sales database if, say, office address is missing for some, filling it in doesn’t make much sense. This method is simple but is not full proof.

3. Use attribute mean. Let say if the average income of a a family is X you can use that value to replace missing income values in the customer sales database.

4. Use attribute mean for all samples belonging to the same class. Lets say you have a cars pricing DB that, among other things, classifies cars to “Luxury” and “Low budget” and you’re dealing with missing values in the cost field. Replacing missing cost of a luxury car with the average cost of all luxury cars is probably more accurate then the value you’d get if you factor in the low budget

5. Use data mining algorithm to predict the value. The value can be determined using regression, inference based tools using Bayesian formalism, decision trees, clustering algorithms etc.

2.2.1.6 Noisy Data

Noise can be defined as a random error or variance in a measured variable. Due to randomness it is very difficult to follow a strategy for noise removal from the data. Real world data is not always faultless. It can suffer from corruption which may impact the interpretations of the data, models created from the data, and decisions made based on the data. Incorrect attribute values could be present because of following reasons

  • Faulty data collection instruments
  • Data entry problems
  • Duplicate records
  • Incomplete data:
  • Inconsistent data
  • Incorrect processing
  • Data transmission problems
  • Technology limitation.
  • Inconsistency in naming convention
  • Outliers

How to handle Noisy Data?

The methods for removing noise from data are as follows.

1. Binning: this approach first sort data and partition it into (equal-frequency) bins then one can smooth it using- Bin means, smooth using bin median, smooth using bin boundaries, etc.

2. Regression: in this method smoothing is done by fitting the data into regression functions.

3. Clustering: clustering detect and remove outliers from the data.

4. Combined computer and human inspection: in this approach computer detects suspicious values which are then checked by human experts (e.g., this approach deal with possible outliers)..

Following methods are explained in detail as follows:

Binning: – Data preparation activity that converts continuous data to discrete data by replacing a value from a continuous range with a bin identifier, where each bin represents a range of values. For instance, age can be changed to bins such as 20 or under, 21-40, 41-65 and over 65. Binning methods smooth a sorted data set by consulting values around it. This is therefore called local smoothing. Let consider a binning example

Binning Methods

n Equal-width (distance) partitioning

Divides the range into N intervals of equal size: uniform grid if A and B are the lowest and highest values of the attribute, the width of intervals will be: W = (B-A)/N.

The most straightforward, but outliers may dominate presentation
Skewed data is not handled well

n Equal-depth (frequency) partitioning

1. It divides the range (values of a given attribute) into N intervals, each containing approximately same number of samples (elements)

2. Good data scaling

3. Managing categorical attributes can be tricky.

n Smooth by bin means- Each bin value is replaced by the mean of values

n Smooth by bin medians- Each bin value is replaced by the median of values

n Smooth by bin boundaries – Each bin value is replaced by the closest boundary value

Example

Let Sorted data for price (in dollars): 4, 8, 9, 15, 21, 21, 24, 25, 26, 28, 29, 34

n Partition into equal-frequency (equi-depth) bins:

o Bin 1: 4, 8, 9, 15

o Bin 2: 21, 21, 24, 25

o Bin 3: 26, 28, 29, 34

n Smoothing by bin means:

o Bin 1: 9, 9, 9, 9 ( for example mean of 4, 8, 9, 15 is 9)

o Bin 2: 23, 23, 23, 23

o Bin 3: 29, 29, 29, 29

n Smoothing by bin boundaries:

o Bin 1: 4, 4, 4, 15

o Bin 2: 21, 21, 25, 25

o Bin 3: 26, 26, 26, 34

Regression: Regression is a DM technique used to fit an equation to a dataset. The simplest form of regression is linear regression which uses the formula of a straight line (y = b+ wx) and determines the suitable values for b and w to predict the value of y based upon a given value of x. Sophisticated techniques, such as multiple regression, permit the use of more than one input variable and allow for the fitting of more complex models, such as a quadratic equation. Regression is further described in subsequent chapter while discussing predictions.
Clustering: clustering is a method of grouping data into different groups , so that data in each group share similar trends and patterns. Clustering constitute a major class of data mining algorithms. These algorithms automatically partitions the data space into set of regions or cluster. The goal of the process is to find all set of similar examples in data, in some optimal fashion. Following shows three clusters. Values that fall outside the cluster are outliers.

4. Combined computer and human inspection: These methods find the suspicious values using the computer programs and then they are verified by human experts. By this process all outliers are checked.

2.2.1.7 Data cleaning as a process

Data cleaning is the process of Detecting, Diagnosing, and Editing Data. Data cleaning is a three stage method involving repeated cycle of screening, diagnosing, and editing of suspected data abnormalities. Many data errors are detected by the way during study activities. However, it is more efficient to discover inconsistencies by actively searching for them in a planned manner. It is not always right away clear whether a data point is erroneous. Many times it requires careful examination. Likewise, missing values require additional check. Therefore, predefined rules for dealing with errors and true missing and extreme values are part of good practice. One can monitor for suspect features in survey questionnaires, databases, or analysis data. In small studies, with the examiner intimately involved at all stages, there may be small or no difference between a database and an analysis dataset.

During as well as after treatment, the diagnostic and treatment phases of cleaning need insight into the sources and types of errors at all stages of the study. Data flow concept is therefore crucial in this respect. After measurement the research data go through repeated steps of- entering into information carriers, extracted, and transferred to other carriers, edited, selected, transformed, summarized, and presented. It is essential to understand that errors can occur at any stage of the data flow, including during data cleaning itself. Most of these problems are due to human error.

Inaccuracy of a single data point and measurement may be tolerable, and associated to the inherent technological error of the measurement device. Therefore the process of data clenaning mus focus on those errors that are beyond small technical variations and that form a major shift within or beyond the population distribution. In turn, it must be based on understanding of technical errors and expected ranges of normal values.

Some errors are worthy of higher priority, but which ones are most significant is highly study-specific. For instance in most medical epidemiological studies, errors that need to be cleaned, at all costs, include missing gender, gender misspecification, birth date or examination date errors, duplications or merging of records, and biologically impossible results. Another example is – in nutrition studies, date errors lead to age errors, which in turn lead to errors in weight-for-age scoring and, further, to misclassification of subjects as under- or overweight. Errors of sex and date are particularly important because they contaminate derived variables. Prioritization is essential if the study is under time pressures or if resources for data cleaning are limited.

2.2.2 Data Integration

This is a process of taking data from one or more sources and mapping it, field by field, onto a new data structure. Idea is to combine data from multiple sources into a coherent form. Various data mining projects requires data from multiple sources because

n Data may be distributed over different databases or data warehouses. (for example an epidemiological study that needs information about hospital admissions and car accidents)

n Sometimes data may be required from different geographic distributions, or there may be need for historical data. (e.g. integrate historical data into a new data warehouse)

n There may be a necessity of enhancement of data with additional (external) data. (for improving data mining precision)

2.2.2.1 Data Integration Issues

There are number of issues in data integrations. Consider two database tables. Imagine two database tables

Database Table-1

Database Table-2

In integration of there two tables there are variety of issues involved such as

1. The same attribute may have different names (for example in above tables Name and Given Name are same attributes with different names)

2. An attribute may be derived from another (for example attribute Age is derived from attribute DOB)

3. Attributes might be redundant( For example attribute PID is redundant)

4. Values in attributes might be different (for example for PID 4791 values in second and third field are different in both the tables)

5. Duplicate records under different keys( there is a possibility of replication of same record with different key values)

Therefore schema integration and object matching can be trickier. Question here is – how equivalent entities from different sources are matched? This problem is known as entity identification problem. Conflicts have to be detected and resolved. Integration becomes easier if unique entity keys are available in all the data sets (or tables) to be linked. Metadata can help in schema integration (example of metadata for each attribute includes the name, meaning, data type and range of values permitted for the attribute)

2.2.2.1 Redundancy

Redundancy is another important issue in data integration. Two given attribute (such as DOB and age for instance in give table) may be redundant if one is derived form the other attribute or set of attributes. Inconsistencies in attribute or dimension naming can lead to redundancies in the given data sets.

Handling Redundant Data

We can handle data redundancy problems by following ways

n Use correlation analysis

n Different coding / representation has to be considered (e.g. metric / imperial measures)

n Careful (manual) integration of the data can reduce or prevent redundancies (and inconsistencies)

n De-duplication (also called internal data linkage)

o If no unique entity keys are available

o Analysis of values in attributes to find duplicates

n Process redundant and inconsistent data (easy if values are the same)

o Delete one of the values

o Average values (only for numerical attributes)

o Take majority values (if more than 2 duplicates and some values are the same)

Correlation analysis is explained in detail here.

Correlation analysis (also called Pearson’s product moment coefficient): some redundancies can be detected by using correlation analysis. Given two attributes, such analysis can measure how strong one attribute implies another. For numerical attribute we can compute correlation coefficient of two attributes A and B to evaluate the correlation between them. This is given by

Where

n n is the number of tuples,

n and are the respective means of A and B

n σA and σB are the respective standard deviation of A and B

n Σ(AB) is the sum of the AB cross-product.

a. If -1 < rA, B ≤ +1 is calculated and if rA,B is greater than 0 , then A and B are positively correlated , meaning that if values of A increases then values of B also increases. In this case higher the value of rA,B , stronger is the correlation between A and B. hence higher vales indicates that one of A or B may be removed as a redundancy.

b. If rA, B is equal to zero it indicates A and B are independent of each other and there is no correlation between them.

c. If rA, B is less than zero then A and B are negatively correlated. , where if value of one attribute increases value of another attribute decreases. This means that one attribute discourages another attribute.

It is important to note that correlation does not imply causality. That is, if A and B are correlated, this does not essentially mean that A causes B or that B causes A. for example in analyzing a demographic database, we may find that attribute representing number of accidents and the number of car theft in a region are correlated. This does not mean that one is related to another. Both may be related to third attribute, namely population.

For discrete data, a correlation relation between two attributes, can be discovered by a χ²(chi-square) test. Let A has c distinct values a1,a2,……ac and B has r different values namely b1,b2,……br The data tuple described by A and B are shown as contingency table, with c values of A (making up columns) and r values of B( making up rows). Each and every (Ai, Bj) cell in table has.

X^2 = sum_{i=1}^{r} sum_{j=1}^{c} {(O_{i,j} – E_{i,j})^2 over E_{i,j}} .

Where

n Oi, j is the observed frequency (i.e. actual count) of joint event (Ai, Bj) and

n Ei, j is the expected frequency which can be computed as

E_{i,j}=frac{sum_{k=1}^{c} O_{i,k} sum_{k=1}^{r} O_{k,j}}{N} , ,

Where

n N is number of data tuple

n Oi,k is number of tuples having value ai for A

n Ok,j is number of tuples having value bj for B

The larger the χ² value, the more likely the variables are related. The cells that contribute the most to the χ² value are those whose actual count is very different from the expected count

Chi-Square Calculation: An Example

Suppose a group of 1,500 people were surveyed. The gender of each person was noted. Each person has polled their preferred type of reading material as fiction or non-fiction. The observed frequency of each possible joint event is summarized in following table.( number in parenthesis are expected frequencies) . Calculate chi square.

Play chess

Not play chess

Sum (row)

Like science fiction

250(90)

200(360)

450

Not like science fiction

50(210)

1000(840)

1050

Sum(col.)

300

1200

1500

E11 = count (male)*count(fiction)/N = 300 * 450 / 1500 =90 and so on

For this table the degree of freedom are (2-1)(2-1) =1 as table is 2X2. for 1 degree of freedom , the χ² value needed to reject the hypothesis at the 0.001 significance level is 10.828 (taken from the table of upper percentage point of the χ² distribution typically available in any statistic text book). Since the computed value is above this, we can reject the hypothesis that gender and preferred reading are independent and conclude that two attributes are strongly correlated for given group.

Duplication must also be detected at the tuple level. The use of renormalized tables is also a source of redundancies. Redundancies may further lead to data inconsistencies (due to updating some but not others).

2.2.2.2 Detection and resolution of data value conflicts

Another significant issue in data integration is the discovery and resolution of data value conflicts. For example, for the same entity, attribute values from different sources may differ. For example weight can be stored in metric unit in one source and British imperial unit in another source. For instance, for a hotel cha

Cite This Work

To export a reference to this article please select a referencing stye below:

Reference Copied to Clipboard.
Reference Copied to Clipboard.
Reference Copied to Clipboard.
Reference Copied to Clipboard.
Reference Copied to Clipboard.
Reference Copied to Clipboard.
Reference Copied to Clipboard.

Related Services

View all

Related Content

All Tags

Content relating to: "Statistics"

Statistics is a branch of applied mathematics concerned with the collection and analysis of numerical data. The term statistics is also used to describe the facts that are obtained from the collection and analysis of that data.

Related Articles

DMCA / Removal Request

If you are the original writer of this dissertation and no longer wish to have your work published on the UKDiss.com website then please: