6 steps to build a predictive model
- Collect data relevant to your target of analysis.
- Organize data into a single dataset.
- Clean your data to avoid a misleading model.
- Create new, useful variables to understand your records.
- Choose a methodology/algorithm.
- Build the model.
- What is an example of a predictive model?
- How much data do I need to build a predictive model?
- Which algorithm is would you use to build a predictive model?
What is an example of a predictive model?
Examples include using neural networks to predict which winery a glass of wine originated from or bagged decision trees for predicting the credit rating of a borrower. Predictive modeling is often performed using curve and surface fitting, time series regression, or machine learning approaches.
How much data do I need to build a predictive model?
There is no rule about how much data you need for your predictive modeling problem.
Which algorithm is would you use to build a predictive model?
Predictive modeling algorithms include logistic regression, time series analysis and decision trees.