Skip to main content

Questions tagged [logistic-regression]

Refers generally to statistical procedures that utilize the logistic function, most commonly various forms of logistic regression

2 votes
2 answers
121 views

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 ...
astro's user avatar
  • 23
0 votes
0 answers
21 views

I’m working through the runtime analysis of scikit-learn’s OneVsRestClassifier for two cases: LogisticRegression (solver=lbfgs, ...
user184658's user avatar
5 votes
1 answer
145 views

I am doing a multilevel regression, and my response variable is binary (presence of females on a tech board). all the EDA methods i know are about plotting correlation, but this as this is a binary i ...
Anya's user avatar
  • 53
0 votes
0 answers
26 views

Is there a standard/frequently used/convenient equivalent to sigmoid function with two thresholds? Background When writing a likelihood of data for a binary classification problem one would often ...
Roger V.'s user avatar
  • 117
0 votes
0 answers
33 views

I have a set of data, in which I'm attempting a binary classification. My metric to optimize is neg log loss. I've attempted multiple models using different classifiers particularly boosting, logistic ...
user54565's user avatar
5 votes
3 answers
133 views

I am learning machine learning by myself. I am applying logistic regression to Weather Forecast dataset from Kaggle Weather_data. The goal is to predict Rain according to the given features and the ...
noreli's user avatar
  • 51
4 votes
1 answer
154 views

First post, be nice 😁 I'm trying to calculate the cross elasticity of demand. The basic economic concept is simple, but when trying to implement it, I see a range of different methods/equations, ...
jamesdeluk's user avatar
1 vote
1 answer
83 views

I’m working on a machine learning project where I have two datasets: X (features on individuals) and y (binary predictions: -1 or 1). My goal is to predict y based on the features in X. Here’s a brief ...
roger's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
47