What Is CRISP in Data Mining - Javatpoint
What Is CRISP in Data Mining - Javatpoint
The life
cycle model comprises six phases, with arrows indicating the most important and frequent
Educational Data Mining
dependencies between phases. The sequence of the phases is not strict. And most projects
Data Mining in Healthcare
move back and forth between phases as necessary. The CRISP-DM model is flexible and can
Apriori Algorithm be customized easily.
Data Integration in Data Mining
← prev next →
Advertisement
Advertisement
Try for 1 month at no charge Sign Up
Phases of CRISP-DM
and measurable, for example, reducing customer beat to a certain level. However, sometimes
it might be necessary to have more subjective criteria, such as giving useful insights into the
relationships.
Home Python Java JavaScript HTML SQL PHP C#
Assess the current situation
This involves more detailed fact-finding about the resources, constraints, assumptions and
other factors you'll need to consider when determining your data analysis goal and project
plan.
A business goal states objectives in business terminology. A data mining goal states project
objectives in technical terms. For example, the business goal might be Increase catalogue
sales to existing customers. A data mining goal might be to Predict how many widgets a
customer will buy, given their purchases over the past three years, demographic
information (age, salary, city, etc.), and the item's price.
1. Business success criteria: It describes the intended outputs of the project that enable the
achievement of the business objectives.
2. Data mining success criteria: It defines the criteria for a successful project outcome. For
example, a certain level of predictive accuracy or a propensity-to-purchase profile with a given 2. Initial assessment of tools and techniques: At the end of the first phase, you should
degree of "lift." As with business success criteria, it may be necessary to describe these in undertake an initial assessment of tools and techniques. For example, you select a data
subjective terms, in which case the person or persons making the subjective judgment mining tool that supports various methods for different stages of the process. It is
should be identified. important to assess tools and techniques early in the process since the selection of tools
and techniques may influence the entire project.
Produce project plan
Advertisement Advertisement
Initial data collection report: List the data sources acquired, their locations, the
methods used to acquire them, and any problems encountered. Record
problems you encountered and any resolutions achieved. This will help with During this stage, you'll address data mining questions using querying, data visualization
future replication of this project and the execution of similar future projects. and reporting techniques. These may include:
These analyses may directly address your data mining goals. They may contribute to or
refine the data description and quality reports and feed into the transformation and other
data preparation steps needed for further analysis.
Data exploration report: Describe the results of your data exploration, including
the first findings or initial hypothesis and their impact on the remainder of the
project. If appropriate, you could include graphs and plots here to indicate data
Examine the "gross" or "surface" properties of the acquired data and report on the results.
characteristics that suggest further examination of interesting data subsets.
Data description report: Describe the data that has been acquired, including its
Verify data quality
format, its quantity, the identities of the fields and any other surface features
which have been discovered. Evaluate whether the data acquired satisfies your Examine the quality of the data, addressing questions such as:
requirements.
Is the data complete, or does it cover all the cases required?
Explore data
Is it correct, or does it contain errors, and if there are errors, how common are
Advertisement they? Advertisement
Are there missing values in the data? If so, how are they represented, where do
they occur, and how common are they?
Generated records: Here, you describe the creation of any completely new
records. For example, you might need to create records for customers who did
not purchase during the past year. There was no reason to have such records in
the raw data. Still, it might make sense to represent that particular customers
explicitly made zero purchases for modelling purposes.
Integrate data
These methods combine information from multiple databases, tables or records to create
new records or values.
In this project phase, you decide on the data you will use for analysis. The criteria you might
use to make this decision include the relevance of the data to your data mining goals, the
data's quality, and technical constraints such as limits on data volume or data types.
This task involves raising the data quality to the level required by the analysis techniques
that you've selected. This may involve selecting clean subsets of the data, the insertion of
suitable defaults, or more ambitious techniques such as estimating missing data by
modelling.
Merged data: Merging tables refers to joining two or more tables with different
Data cleaning report:
Advertisement Describe what decisions and actions you took to address information about the same objects. For example, a retail chain might have one
Advertisement
data quality problems. Consider any data transformations made for cleaning table with information about each store's general characteristics (e.g., floor space,
purposes and their possible impact on the analysis results. type of mall), another table with summarized sales data (e.g., profit, percent
change in sales from the previous year), and another with information about the
Construct required data demographics of the surrounding area. Each of these tables contains one record
for each store. These tables can be merged into a new table with one record for Run the modelling tool on the prepared dataset to create one or more models.
each store, combining fields from the source tables.
Parameter settings: With any modelling tool, there are often a large number of
Aggregations: Aggregations are operations in which new values are computed parameters that can be adjusted. List the parameters, their values, and the
by summarizing information from multiple records or tables. For example, rationale for selecting parameter settings.
converting a table of customer purchases where one record for each purchase
into a new table and one record for each customer, with fields such as the Models: These are the models produced by the modelling tool, not a report on
number of purchases, average purchase amount, percent of orders charged to the models.
credit card, percent of items under promotion etc.
Model descriptions: Describe the resulting models, report on the interpretation
of the models and document any difficulties encountered with their meanings.
Phase 4: Modelling
Assess model
Select modelling technique: As the first step, you'll select the basic modelling technique
you will use. Although you may have already selected a tool during the business
understanding phase, at this stage, you'll be selecting the specific modelling technique, e.g.
decision-tree building with C5.0 or neural network generation with back propagation. If
multiple techniques are applied, perform this task separately for each technique.
Build model
Model assessment: Summaries the results of this task, list the qualities of your Determine next steps
generated models (e.g.in, in terms of accuracy) and rank their quality with each You now decide how to proceed depending on the assessment results and the process
other. review. Do you finish this project and move on to deployment, initiate further iterations, or
Revised parameter settings: According to the model assessment, revise them set up new data mining projects? You should also take stock of your remaining resources
and tune them for the next modelling run. Iterate model building and and budget, which may influence your decisions.
assessment until you strongly believe that you have found the best model(s).
Document all such revisions and assessments. List of possible actions: List the potential further actions and the reasons for
and against each option.
Phase 5: Evaluation Decision: Describe the decision on how to proceed, along with the rationale.
Evaluate your results: Previous evaluation steps dealt with factors such as the accuracy and
generality of the model. During this step, you'll assess the degree to which the model meets Phase 6: Deployment
your business objectives and seek to determine if there is some business reason why this Plan deployment: In the deployment stage, you'll take your evaluation results and
model is deficient. Another option is to test the model on test applications in the real determine a strategy for their deployment. If a general procedure has been identified to
application if time and budget constraints permit. The evaluation phase also involves create the relevant model(s), this procedure is documented here for later deployment. It
assessing any other data mining results you've generated. Data mining results involve makes sense to consider the ways and means of deployment during the business
models that are necessarily related to the original business objectives and all other findings understanding phase because deployment is crucial to the project's success. This is where
that are not necessarily related to the original business objectives but might also unveil predictive analytics helps improve your business's operational side.
additional challenges, information, or hints for future directions.
Deployment plan: Summarise your deployment strategy, including the
Assessment of data mining results: Summarise assessment results in business necessary steps and how to perform them.
success criteria, including a final statement regarding whether the project
already meets the initial business objectives. Plan monitoring and maintenance
Approved models: After assessing models to business success criteria, the Monitoring and maintenance are important issues if the data mining result becomes part
generated models that meet the selected criteria become the approved models. of the day-to-day business and its environment. The careful preparation of a maintenance
strategy helps to avoid unnecessarily long periods of incorrect usage of data mining results.
Review process The project needs a detailed monitoring process plan to monitor the deployment of the
At this point, the resulting models appear to be satisfactory and satisfy business needs. It is data mining result(s). This plan takes into account the specific type of deployment.
now appropriate for you to do a more thorough review of the data mining engagement to
Monitoring and maintenance plan: Summarise the monitoring and
determine if Advertisement
there is an important factor or task that has somehow been overlooked. This Advertisement
maintenance strategy, including the necessary steps and how to perform them.
review also covers quality assurance issues. For example: did we correctly build the model?
Did we use only the attributes that we are allowed to use and that are available for future
Produce final report
analyses?
At the end of the project, you will write a final report. Depending on the deployment plan,
Review of the process: Summarise the process review and highlight activities this report may be only a summary of the project and its experiences (if they have not
that have been missed and those that should be repeated.
already been documented as an ongoing activity), or it may be a final and comprehensive
presentation of the data mining result.
Final report: This is the final written report of the data mining engagement. It
includes all of the previous deliverables, summarising and organizing the results.
Final presentation: There will often be a meeting after the project at which the
results are presented to the customer.
Review project
Assess what went right and wrong, what was done well and what needs improvement.
Python Java
← prev next →
Database PHP Computer Discrete
Organization Mathematics
B.Tech / MCA
Web Software
Technology Engineering
Data
DBMS
Structures
Cyber
Automata
Security
Operating
DAA
System
C
C++
Programming
Computer Compiler
Advertisement Advertisement
Network Design
Java .Net
Python Programs
Control Data
System Warehouse
Preparation
Aptitude Reasoning
Verbal Interview
Ability Questions
Advertisement
Company
Questions