Splitting Datasets

Split the overall project's dataset into training and evaluation sets.

Chapter Goals:

  • Learn about training and evaluation sets
  • Split the project’s final dataset into training and evaluation sets

A. Training and evaluation

There are two main components in creating a machine learning model: training and evaluation. Training is the foundation of machine learning, but evaluation is just as important. Model evaluation gives us a concrete idea of ...