Supervised Model-based Numeric-Value Prediction System
Jump to navigation
Jump to search
A Supervised Model-based Numeric-Value Prediction System is a supervised point estimation system that is a model-based estimation system which implements a supervised model-based point estimation algorithm to solve a supervised model-based point estimation task.
- AKA: Regression Software.
- Example(s):
- a Linear Model Regression System, such as
sklearn.linear_model
. - …
- a Linear Model Regression System, such as
- Counter-Example(s):
- See: Linear Regression System.