Supervised Learning Benchmark Task
Jump to navigation
Jump to search
A Supervised Learning Benchmark Task is a Benchmark Task for a Supervised Learning System.
- Example(s):
- See: Unsupervised Learning Benchmark Task, Semi-Supervised Learning Benchmark Task.
References
2014
- http://scikit-learn.org/stable/modules/cross_validation.html
- QUOTE: ... In scikit-learn a random split into training and test sets can be quickly computed with the train_test_split helper function. Let’s load the iris data set to fit a linear support vector machine on it: ...