Data Classification
Learn how to split the provided samples into training and testing samples and ponder about data classification.
We'll cover the following...
Splitting the data
In effect, splitting the data into two subsets can be defined around some filter functions. We’ll avoid Python for a moment and focus on the conceptual math to make sure we have the logic completely correct before diving into code. Conceptually, we have a pair of functions, e() and r(), that decide if a sample, (), is for testing, , or training, ...