Регрессия — задача обучения с учителем, в которой целевой output является непрерывным или числовым значением. Примеры включают прогнозирование цен, температуры, спроса или других real-valued quantities на основе входных признаков.
A supervised machine learning task where the output is a real value, for example, double. Examples include predicting stock prices. For more information, see the Regression section of the Machine learning tasks topic.
‘machine learning model whose expected output for a given input is a continuous variable’ ISO/IEC 23053.
A type of machine learning model that predicts a numeric value, such as the exact purchase price of a house.