Core Machine Learning Topics
Regression
回帰
Regression is a supervised-learning task that estimates a continuous value for a target variable. It is used when the desired output is numerical rather than a category.
Japanese terms
- Regression — 回帰: A supervised-learning task that estimates a continuous numerical target.
- Continuous value — 連続値: A numerical value that can vary across an interval rather than belonging to a discrete class.
- Target variable — 目的変数: The outcome that a supervised model is trained to predict.
Related topics
Classification is the corresponding foundational task for discrete outputs.