Supervised Prediction Task
Jump to navigation
Jump to search
A Supervised Prediction Task is a data-driven prediction task with a labeled training set.
- Context:
- It can range from being a Supervised Nominal Value Prediction Task (such as supervised classification) to being a Supervised Ordinal Value Prediction Task (such as supervised ranking) to being a Supervised Number Prediction Task (such as supervised point estimation).
- It can be solved by Supervised Prediction System (that implements a supervised prediction algorithm).
- …
- Counter-Example(s):
- See: Supervised Structured Prediction.