В модуле «Линейная регрессия» вы узнали, как построить модель для непрерывного численного прогнозирования, например топливной эффективности автомобиля. Но что, если вы хотите построить модель, отвечающую на такие вопросы, как «Будет ли сегодня дождь?» или «Это спам по электронной почте?»
В этом модуле представлен новый тип регрессионной модели, называемый логистической регрессией , которая предназначена для прогнозирования вероятности заданного результата.
[null,null,["Последнее обновление: 2024-11-19 UTC."],[[["This module introduces logistic regression, a model used to predict the probability of an outcome, unlike linear regression which predicts continuous numerical values."],["Logistic regression utilizes the sigmoid function to calculate probability and employs log loss as its loss function."],["Regularization is crucial when training logistic regression models to prevent overfitting and improve generalization."],["The module covers the comparison between linear and logistic regression and explores use cases for logistic regression."],["Familiarity with introductory machine learning and linear regression concepts is assumed for this 35-minute module."]]],[]]