Prerequisite – Data Mining
The motive of data mining is to recognize valid, probable advantageous, and understandable connections and patterns in existing data. Database technology has become more developed where huge amounts of data require to be stored in a database, and the wealth of knowledge hidden in those datasets is collected by business people as a usable tool for making business vital decisions. Data mining then Fascinate more awareness as it obligated to take out valuable information from the raw data that businesses can use to enlarge their advantageously via a profitable decision-making process.
Data mining is used to depict intelligence in databases; it is a procedure of extracting and recognize useful information and succeeding knowledge from databases using mathematical, statistical, artificial intelligence, and machine learning technique. Data mining consolidates many various algorithms to put through different tasks. All these algorithms assimilate the model into the data. The algorithms examine the data and modulate the data that is closest to the features of the data being examined. Data mining algorithms can be described as consisting of three parts.
Model – The objective of the model is to fit the model in the data.
Preference – Some identification tests must be used to fit one model over another.
Search – All algorithms are necessary for processing to find data.
Types of Data Mining Models –
- Predictive Models
- Descriptive Models

Data Mining Models
Predictive Model :
A predictive model constitutes prediction concern values of data using known results found from various data. Predictive modelling may be made based on the use of variant historical data. Predictive model data mining tasks comprise regression, time series analysis, classification, prediction.
The Predictive Model is known as Statistical Regression. It is a monitoring learning technique that Incorporates an explication of the dependency of few attribute values upon the values of other attributes In a similar item and the growth of a model that can predict these attribute values for recent cases.
- Classification –
It is the act of assigning objects to one of several predefined categories. Or we can define classification as a learning function of a target function that sets each attribute to a predefined class label.
- Regression –
It is used for appropriate data. It is a technique that verifies data values for a function. There are two types of regression –
1. Linear Regression is associated with the search for the optimal line to fit the two attributes so that one attribute can be applied to predict the other.
2. Multi-Linear Regression involves two or more than two attributes and data are fit to multidimensional space.
- Time Series Analysis –
It is a set of data based on time. Time series analysis serves as an independent variable to estimate the dependent variable in time.
- Prediction –
It predicts some missing or unknown values.
Description Model :
A descriptive model distinguishes relationships or patterns in data. Unlike Predictive Model, a descriptive model serves as a way to explore the properties of data being examined, not to predict new properties, clustering, summarization, associating rules, and sequence discovery are descriptive model data mining tasks.
Descriptive analytics Concentrate on the summarization and conversion of the data into significant information for monitoring and reporting.
- Clustering –
It is the technique of converting a group of abstract objects into classes of identical objects.
- Summarization –
It holds a set of data in a more in-depth, easy-to-understand form.
- Associative Rules –
They find an exciting consistency or causal relationship between a large set of data objects.
- Sequence –
It is the discovery of interesting patterns in the data is in relation to some objective or subjective measurement of how interesting it is.
Similar Reads
Data Models in DBMS
A Data Model in Database Management System (DBMS) is the concept of tools that are developed to summarize the description of the database. Data Models provide us with a transparent picture of data which helps us in creating an actual database. It shows us from the design of the data to its proper im
8 min read
Data Mining Process
INTRODUCTION: The data mining process typically involves the following steps: Business Understanding: This step involves understanding the problem that needs to be solved and defining the objectives of the data mining project. This includes identifying the business problem, understanding the goals a
9 min read
Data Mining | Set 2
Data Mining may be a term from applied science. Typically it's additionally referred to as data discovery in databases (KDD). Data processing is concerning finding new info in an exceeding ton of knowledge. the data obtained from data processing is hopefully each new and helpful. Working: In several
4 min read
Dimensional Data Modeling
Popular Schema - Star Schema, Snow Flake Schema Dimensional Data Modeling is one of the data modeling techniques used in data warehouse design. The concept of Dimensional Modeling was developed by Ralph Kimball which is comprised of facts and dimension tables. Since the main goal of this modeling i
5 min read
Data Mining and Recommender Systems
Data mining makes use of various methodologies in statistics and different algorithms, like classification models, clustering, and regression models to exploit the insights which are present in the large set of data. It helps us to predict the outcome based on the history of events that have taken p
5 min read
Introduction of ER Model
The Entity Relationship Model is a model for identifying entities (like student, car or company) to be represented in the database and representation of how those entities are related. The ER data model specifies enterprise schema that represents the overall logical structure of a database graphical
9 min read
Network Model in DBMS
The Network Model in a Database Management System (DBMS) is a data model that allows the representation of many-to-many relationships in a more flexible and complex structure compared to the Hierarchical Model. It uses a graph structure consisting of nodes (entities) and edges (relationships) to org
6 min read
Building blocks of a Data Model
A data model is a structure of the data that contains all the required details of the data like the name of the data, size of the data, relationship with other data and constraints that are applied on the data. It is a communication tool. A data model is essential in order to store the database in a
2 min read
Record-Based Data Model
Data Model is the model that organizes elements of the data and tell how they relate to one-another and with the properties of real-world entities. The basic purpose of the data model is to make sure that the data stored in the data model is understood fully. Further, it has three types- 1. Physical
2 min read
Tasks and Functionalities of Data Mining
Data Mining functions are used to define the trends or correlations contained in data mining activities. In comparison, data mining activities can be divided into 2 categories: 1]Descriptive Data Mining: This category of data mining is concerned with finding patterns and relationships in the data th
10 min read