What are stages of building a model in Machine Learning?

Orpita Dutta
Orpita Dutta

Posted On: Apr 02, 2020

 

The seven steps in building a machine learning model are,

Data Collection - In this step, we collect the data related to the problem.

Data Preparation - Here, we clean and organize the collected data based on the problem. We remove duplicate data, error data, fill missing data, etc in this process

Choosing an algorithm - As the name suggests, in this stage, you choose the appropriate algorithm for the problem.

Train the algorithm - We use the dataset to train the algorithm to create a model.

Evaluate the model - We use the test data from the dataset to find the accuracy of the model created.

Parameter Tuning - In this step, we tune the model parameters to improve its performance.

Make predictions - In this step, we apply the created model on a real dataset.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Basic Machine Learning Interview Questions

    What is machine learning?

    Machine learning is the use of algorithms and data to perform specific tasks. ML is the process of giving the system the ability to learn from data using certain sophisticated algorithms. With the alg...

    Basic Machine Learning Interview Questions

    What supervised and unsupervised machine learning?

    Supervised and unsupervised are the two types of Machine learning algorithms available. In the supervised type, the algorithms are applied to the known labeled data to formulate a model. Labeled data...

    Basic Machine Learning Interview Questions

    What is ROC curve?

    ROC curve is a graphical plot to illustrate the ability of a classifier system. Basically, this curve tells you how much a binary classifier system is capable of distinguishing between classes. This c...