-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# portofolio_nada | ||
This portfolio contains a project from the data science sub-lesson (machine learning) on predicting diamond prices by applying predictive analytics. | ||
This portfolio contains a project from the data science on predicting diamond prices by applying predictive analytics. | ||
|
||
# **PREDICTIVE ANALYTICS** | ||
|
||
**A. INTRODUCTION** | ||
|
||
According to IBM, predictive analytics is a branch of advanced analytics that makes predictions about future outcomes using historical data combined with statistical modeling, data mining techniques, and machine learning. So, predictive analytics is an applied field that employs various quantitative methods to make predictions using data. Examples of its applications include price prediction, dose prediction, and risk assessment. | ||
|
||
**B. PREDICTIVE ANALYTICS LIFECYCLE** | ||
|
||
Predictive analytics employs the CRISP-DM (Cross Industry Standard Process for Data Mining) method, which is divided into six phases, including: | ||
1. Business Understanding | ||
2. Data Understanding | ||
3. Data Preparation | ||
4. Modeling | ||
5. Evaluation | ||
6. Deployment |