what's the difference between multinomial logistic regression and traditional regression?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
Could anyone please explain to me what is the difference between multinomial logistic regression and traditional regression?
I have used a method called elastic-net as the response variables are in discrete format, but I am confused if this method is suitable or not or should I be using a multinomial logistic regression instead?
I appreciated any help!
regression logistic multinomial elastic-net
add a comment |Â
up vote
2
down vote
favorite
Could anyone please explain to me what is the difference between multinomial logistic regression and traditional regression?
I have used a method called elastic-net as the response variables are in discrete format, but I am confused if this method is suitable or not or should I be using a multinomial logistic regression instead?
I appreciated any help!
regression logistic multinomial elastic-net
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Could anyone please explain to me what is the difference between multinomial logistic regression and traditional regression?
I have used a method called elastic-net as the response variables are in discrete format, but I am confused if this method is suitable or not or should I be using a multinomial logistic regression instead?
I appreciated any help!
regression logistic multinomial elastic-net
Could anyone please explain to me what is the difference between multinomial logistic regression and traditional regression?
I have used a method called elastic-net as the response variables are in discrete format, but I am confused if this method is suitable or not or should I be using a multinomial logistic regression instead?
I appreciated any help!
regression logistic multinomial elastic-net
regression logistic multinomial elastic-net
edited Aug 11 at 15:09
Karolis KonceviÃÂius
1,60221325
1,60221325
asked Aug 11 at 13:36
F.caren
436
436
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
Multinomial logistic regression is used when the dependent variable is categorical with more than two levels but no order.
Linear regression is used when the dependent variable is continuous (or, at least, reasonably close to continuous).
Elastic net is a method of regularization. It can be used in both linear and logistic regression.
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
Multinomial logistic regression is used when the dependent variable is categorical with more than two levels but no order.
Linear regression is used when the dependent variable is continuous (or, at least, reasonably close to continuous).
Elastic net is a method of regularization. It can be used in both linear and logistic regression.
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
add a comment |Â
up vote
4
down vote
Multinomial logistic regression is used when the dependent variable is categorical with more than two levels but no order.
Linear regression is used when the dependent variable is continuous (or, at least, reasonably close to continuous).
Elastic net is a method of regularization. It can be used in both linear and logistic regression.
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
add a comment |Â
up vote
4
down vote
up vote
4
down vote
Multinomial logistic regression is used when the dependent variable is categorical with more than two levels but no order.
Linear regression is used when the dependent variable is continuous (or, at least, reasonably close to continuous).
Elastic net is a method of regularization. It can be used in both linear and logistic regression.
Multinomial logistic regression is used when the dependent variable is categorical with more than two levels but no order.
Linear regression is used when the dependent variable is continuous (or, at least, reasonably close to continuous).
Elastic net is a method of regularization. It can be used in both linear and logistic regression.
answered Aug 11 at 13:53
Peter Flomâ¦
72k11103195
72k11103195
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
add a comment |Â
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
1
1
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
+1 Succinct response to a broad question. For more information on each of the topics described above, I would recommend reading the sections on linear regression, multinomial logistic regression, and regularization in Introduction to Statistical Learning by James, Witten, Hastie, & Tibshirani www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
â Mark White
Aug 11 at 15:11
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@MarkWhite Yeah, one could write a book on this (and some people have!)
â Peter Flomâ¦
Aug 11 at 15:20
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom Thanks for your useful response
â F.caren
Aug 12 at 10:04
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
@Peter Flom, I want to know how to be sure that the elastic net is suitable in both linear and logistic regression. I need a specific answer plz.appreciated your help!
â F.caren
Aug 12 at 10:05
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
You can check e.g. Wikipedia and the references therein. Or search for elastic net here on Cross Validated.
â Peter Flomâ¦
Aug 12 at 10:20
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f361769%2fwhats-the-difference-between-multinomial-logistic-regression-and-traditional-re%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password