This is a question asked in my homework assignment, the full question is "Is Logistic Regression actually used for regression (predicting a continuous value)? If not, state what task it really solves and why the name includes “regression." It feels like it's leading us toward the answer "no", but the only source that clearly states no is ChatGPT, which isn't reliable.
Some sources that I have found are
- Can we use logistic regression for regression? If so, what are some examples?
- Is Logistic Regression actually a Regression Technique ?? - A Practitioner's Viewpoint.
Which kind of say no, but there are also questionnaires like
- Is it possible to use logistic regression if the target variable is continuous and ranges between 0 and 1?
- Can Logistic Regression be used to predict a continuous valued output in the range [0, 1]?
that give ambiguous answers on whether logistic regression can be used as regression.