49.0k views
5 votes
When building a predictive model, what is the goal of the develop phase?

A: To get the model to accept new inputs, train, and repeat training until it finds a better curve
B: To specify the type of algorithm the model should use and make sure the data is cleaned/formatted
C: To plug in 40% of your dataset, testing the model's accuracy
D: To get the model's error function below an acceptable percentage

1 Answer

5 votes

Final answer:

The goal of the develop phase when building a predictive model is to get the model to accept new inputs, train, and repeat training until it finds a better curve.

Step-by-step explanation:

The goal of the develop phase when building a predictive model is to get the model to accept new inputs, train, and repeat training until it finds a better curve. This phase focuses on refining and improving the model's performance by continuously training it with new data and adjusting its parameters to achieve a more accurate prediction.

User Shouichi
by
8.4k points