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













1












$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:



enter image description here



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?










share|improve this question











$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.



















    1












    $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:



    enter image description here



    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?










    share|improve this question











    $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.

















      1












      1








      1





      $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:



      enter image description here



      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?










      share|improve this question











      $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:



      enter image description here



      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.






















          1 Answer
          1






          active

          oldest

          votes


















          0





          +50







          $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.






          share|improve this answer











          $endgroup$













            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
            );



            );













            draft saved

            draft discarded


















            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









            0





            +50







            $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.






            share|improve this answer











            $endgroup$

















              0





              +50







              $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.






              share|improve this answer











              $endgroup$















                0





                +50







                0





                +50



                0




                +50



                $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.






                share|improve this answer











                $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.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Sep 30 '18 at 19:46

























                answered Sep 30 '18 at 19:33









                Brian SpieringBrian Spiering

                4,3531129




                4,3531129



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

                    Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

                    Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High