Types of Data Analysis

Descriptive:

- We just describle the existing Data merely by observing the Data.

- We do not predict or forecast anything using the data

- It is Exploratory Data Analysis (EDA)

Predictive:

- Classification based on existing Data Sample eg.

- Titanic Survival based on variables viz. age/no.of family members/boarding point

- Banking: Will the person default Loan based on variables viz. Age/Annual Income/CIBIL Score

- Predict future rows based on existing data

- Test Model (80:20 approach)

- Forecast based on historic data (Forecasting is time-based)

Prescriptive:

- Recommend changes to the variables based on study of the Data (identifying relation between variables)

- Provide Leavers

Comments

Popular posts from this blog

MovieLens Case Study with Python

Data Pre-processing for Machine Learning