There is a three-step process followed to create a model:

  • Train the model
  • Test the model
  • Deploy the model
  • Training Set

    • The training set is examples given to the model to analyze and learn
    • 70% of the total data is typically taken as the training dataset
    • This is labeled data used to train the model

    Test Set

    • The test set is used to test the accuracy of the hypothesis generated by the model
    • The remaining 30% is taken as a testing dataset
    • We test without labeled data and then verify results with labels
    More Muhammad Imad's questions See All
    Similar questions and discussions