Capturing movement importance - logistic regression outputLogistic Regression implementation does not convergeMulti-class logistic regressionEquation for likelihood in logistic regressionOutput data from scikit learn logistic regressionSimple logistic regression wrong predictionsQuestion about Logistic RegressionLogistic Regression Independent SamplesRe: Logistic Regressionlogistic regressionLogistic regression in python
If 1. e4 c6 is considered as a sound defense for black, why is 1. c3 so rare?
What is the most remote airport from the center of the city it supposedly serves?
Was Unix ever a single-user OS?
How to implement float hashing with approximate equality
Did we get closer to another plane than we were supposed to, or was the pilot just protecting our delicate sensibilities?
Unidentified items in bicycle tube repair kit
Can PCs use nonmagical armor and weapons looted from monsters?
Would "lab meat" be able to feed a much larger global population
What happens if I start too many background jobs?
Power LED from 3.3V Power Pin without Resistor
Airbnb - host wants to reduce rooms, can we get refund?
Is Jon Snow immune to dragonfire?
Selecting a secure PIN for building access
I caught several of my students plagiarizing. Could it be my fault as a teacher?
If Melisandre foresaw another character closing blue eyes, why did she follow Stannis?
How did Arya get back her dagger from Sansa?
Binary Numbers Magic Trick
How to back up a running Linode server?
How to get SEEK accessing converted ID via view
Why are notes ordered like they are on a piano?
Meaning of "individuandum"
Can I use 1000v rectifier diodes instead of 600v rectifier diodes?
Pressure to defend the relevance of one's area of mathematics
Stark VS Thanos
Capturing movement importance - logistic regression output
Logistic Regression implementation does not convergeMulti-class logistic regressionEquation for likelihood in logistic regressionOutput data from scikit learn logistic regressionSimple logistic regression wrong predictionsQuestion about Logistic RegressionLogistic Regression Independent SamplesRe: Logistic Regressionlogistic regressionLogistic regression in python
$begingroup$
I'm studying some event for a set of objects that can be plotted on a square $[0, 100] ^ 2$. I have used logistic regression to calculate probabilities that event occur for different objects and the output can be plotted as below:
We can observe a high density around point $(100, 50)$ and that basically the farther the less probable the event is. A distance to this point is one of the predictors, but there are also few others. What I'm interested in is to capture a potential movement, i.e. how valuable is to move from point A to point B. But I would like to reward also those movements which are made far from the point $(100, 50)$, not only those near to the point. And for the former the absolute increase in probability will be small even if a movement is pretty significant (long distance), while for the latter we can observe a large increase in probabilities even with a tiny move. So I think what I would need is to somehow nullify/smooth effect of distance from $(100, 50)$, i.e. make it less significant for calculating our movement gain. And I don't really know how to accomplish that. I can't calculate the percentage gain, because this results in a really large gains. I think I need some monotonic transformation that would make a large probabilities lower and low probabilities higher. Any ideas what I could apply here?
logistic-regression probability information-retrieval data-science-model
$endgroup$
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
I'm studying some event for a set of objects that can be plotted on a square $[0, 100] ^ 2$. I have used logistic regression to calculate probabilities that event occur for different objects and the output can be plotted as below:
We can observe a high density around point $(100, 50)$ and that basically the farther the less probable the event is. A distance to this point is one of the predictors, but there are also few others. What I'm interested in is to capture a potential movement, i.e. how valuable is to move from point A to point B. But I would like to reward also those movements which are made far from the point $(100, 50)$, not only those near to the point. And for the former the absolute increase in probability will be small even if a movement is pretty significant (long distance), while for the latter we can observe a large increase in probabilities even with a tiny move. So I think what I would need is to somehow nullify/smooth effect of distance from $(100, 50)$, i.e. make it less significant for calculating our movement gain. And I don't really know how to accomplish that. I can't calculate the percentage gain, because this results in a really large gains. I think I need some monotonic transformation that would make a large probabilities lower and low probabilities higher. Any ideas what I could apply here?
logistic-regression probability information-retrieval data-science-model
$endgroup$
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
I'm studying some event for a set of objects that can be plotted on a square $[0, 100] ^ 2$. I have used logistic regression to calculate probabilities that event occur for different objects and the output can be plotted as below:
We can observe a high density around point $(100, 50)$ and that basically the farther the less probable the event is. A distance to this point is one of the predictors, but there are also few others. What I'm interested in is to capture a potential movement, i.e. how valuable is to move from point A to point B. But I would like to reward also those movements which are made far from the point $(100, 50)$, not only those near to the point. And for the former the absolute increase in probability will be small even if a movement is pretty significant (long distance), while for the latter we can observe a large increase in probabilities even with a tiny move. So I think what I would need is to somehow nullify/smooth effect of distance from $(100, 50)$, i.e. make it less significant for calculating our movement gain. And I don't really know how to accomplish that. I can't calculate the percentage gain, because this results in a really large gains. I think I need some monotonic transformation that would make a large probabilities lower and low probabilities higher. Any ideas what I could apply here?
logistic-regression probability information-retrieval data-science-model
$endgroup$
I'm studying some event for a set of objects that can be plotted on a square $[0, 100] ^ 2$. I have used logistic regression to calculate probabilities that event occur for different objects and the output can be plotted as below:
We can observe a high density around point $(100, 50)$ and that basically the farther the less probable the event is. A distance to this point is one of the predictors, but there are also few others. What I'm interested in is to capture a potential movement, i.e. how valuable is to move from point A to point B. But I would like to reward also those movements which are made far from the point $(100, 50)$, not only those near to the point. And for the former the absolute increase in probability will be small even if a movement is pretty significant (long distance), while for the latter we can observe a large increase in probabilities even with a tiny move. So I think what I would need is to somehow nullify/smooth effect of distance from $(100, 50)$, i.e. make it less significant for calculating our movement gain. And I don't really know how to accomplish that. I can't calculate the percentage gain, because this results in a really large gains. I think I need some monotonic transformation that would make a large probabilities lower and low probabilities higher. Any ideas what I could apply here?
logistic-regression probability information-retrieval data-science-model
logistic-regression probability information-retrieval data-science-model
edited Sep 22 '18 at 15:26
jakes
asked Sep 22 '18 at 12:38
jakesjakes
287
287
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You can calculate a distance in Euclidean space.
Given your specific goal, you can define a custom distance metric that would the equivalent of a hinge loss. For the most of the space, distance is not defined because the probabilities can be thresholded to zero. For a small section of space near (100, 50), there is a linear or nonlinear distance defined.
An alternative is to switch classifier to a support vector machine (SVM) with a hinge loss which would more directly model your problem.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f38641%2fcapturing-movement-importance-logistic-regression-output%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can calculate a distance in Euclidean space.
Given your specific goal, you can define a custom distance metric that would the equivalent of a hinge loss. For the most of the space, distance is not defined because the probabilities can be thresholded to zero. For a small section of space near (100, 50), there is a linear or nonlinear distance defined.
An alternative is to switch classifier to a support vector machine (SVM) with a hinge loss which would more directly model your problem.
$endgroup$
add a comment |
$begingroup$
You can calculate a distance in Euclidean space.
Given your specific goal, you can define a custom distance metric that would the equivalent of a hinge loss. For the most of the space, distance is not defined because the probabilities can be thresholded to zero. For a small section of space near (100, 50), there is a linear or nonlinear distance defined.
An alternative is to switch classifier to a support vector machine (SVM) with a hinge loss which would more directly model your problem.
$endgroup$
add a comment |
$begingroup$
You can calculate a distance in Euclidean space.
Given your specific goal, you can define a custom distance metric that would the equivalent of a hinge loss. For the most of the space, distance is not defined because the probabilities can be thresholded to zero. For a small section of space near (100, 50), there is a linear or nonlinear distance defined.
An alternative is to switch classifier to a support vector machine (SVM) with a hinge loss which would more directly model your problem.
$endgroup$
You can calculate a distance in Euclidean space.
Given your specific goal, you can define a custom distance metric that would the equivalent of a hinge loss. For the most of the space, distance is not defined because the probabilities can be thresholded to zero. For a small section of space near (100, 50), there is a linear or nonlinear distance defined.
An alternative is to switch classifier to a support vector machine (SVM) with a hinge loss which would more directly model your problem.
edited Sep 30 '18 at 19:46
answered Sep 30 '18 at 19:33
Brian SpieringBrian Spiering
4,3531129
4,3531129
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f38641%2fcapturing-movement-importance-logistic-regression-output%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown