How to find anomaly detection in multidimensional data











up vote
1
down vote

favorite












I have set of time series data points having 4 variables say (A,B,C,time). I am working on finding anomaly detection in the data.



I found tools which find anomalies in 2D data e.g. Yahoo EGADS library for finding anomaly detection. Meaning I can provide this tool (A,time) or (B,time) input etc and it will find anomaly detection in that.



Now the problem is that I need to find anomaly detection for all A,B pairs vs time. A,B pairs can be large. It seems inefficient to run time series models for all A,B pairs vs time parallely.



Can anyone suggest some way using this library or some other library which can solve the purpose.










share|improve this question


























    up vote
    1
    down vote

    favorite












    I have set of time series data points having 4 variables say (A,B,C,time). I am working on finding anomaly detection in the data.



    I found tools which find anomalies in 2D data e.g. Yahoo EGADS library for finding anomaly detection. Meaning I can provide this tool (A,time) or (B,time) input etc and it will find anomaly detection in that.



    Now the problem is that I need to find anomaly detection for all A,B pairs vs time. A,B pairs can be large. It seems inefficient to run time series models for all A,B pairs vs time parallely.



    Can anyone suggest some way using this library or some other library which can solve the purpose.










    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I have set of time series data points having 4 variables say (A,B,C,time). I am working on finding anomaly detection in the data.



      I found tools which find anomalies in 2D data e.g. Yahoo EGADS library for finding anomaly detection. Meaning I can provide this tool (A,time) or (B,time) input etc and it will find anomaly detection in that.



      Now the problem is that I need to find anomaly detection for all A,B pairs vs time. A,B pairs can be large. It seems inefficient to run time series models for all A,B pairs vs time parallely.



      Can anyone suggest some way using this library or some other library which can solve the purpose.










      share|improve this question













      I have set of time series data points having 4 variables say (A,B,C,time). I am working on finding anomaly detection in the data.



      I found tools which find anomalies in 2D data e.g. Yahoo EGADS library for finding anomaly detection. Meaning I can provide this tool (A,time) or (B,time) input etc and it will find anomaly detection in that.



      Now the problem is that I need to find anomaly detection for all A,B pairs vs time. A,B pairs can be large. It seems inefficient to run time series models for all A,B pairs vs time parallely.



      Can anyone suggest some way using this library or some other library which can solve the purpose.







      anomaly-detection






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 20 at 1:57









      Shashwat Kumar

      3,43311541




      3,43311541
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          There are many libraries in R and python. There are some solution given in R-



          what is anomaly?-
          https://machinelearningstories.blogspot.com/2018/07/anomaly-detection-anomaly-detection-by.html



          Connectivity based outlier technique-
          https://machinelearningstories.blogspot.com/2018/09/connectivity-based-outlier-detection.html



          For high dimensional data-
          https://machinelearningstories.blogspot.com/2018/08/anomaly-detection-in-high-dimensional.html



          Even QQ plot of data can give you abnormality. These are unsupervised algos, so even after finding outlier( anomaly) , you need to relate it with actual abnormality.



          There are many packages in Python also






          share|improve this answer





















            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            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',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2fstackoverflow.com%2fquestions%2f53385155%2fhow-to-find-anomaly-detection-in-multidimensional-data%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








            up vote
            0
            down vote













            There are many libraries in R and python. There are some solution given in R-



            what is anomaly?-
            https://machinelearningstories.blogspot.com/2018/07/anomaly-detection-anomaly-detection-by.html



            Connectivity based outlier technique-
            https://machinelearningstories.blogspot.com/2018/09/connectivity-based-outlier-detection.html



            For high dimensional data-
            https://machinelearningstories.blogspot.com/2018/08/anomaly-detection-in-high-dimensional.html



            Even QQ plot of data can give you abnormality. These are unsupervised algos, so even after finding outlier( anomaly) , you need to relate it with actual abnormality.



            There are many packages in Python also






            share|improve this answer

























              up vote
              0
              down vote













              There are many libraries in R and python. There are some solution given in R-



              what is anomaly?-
              https://machinelearningstories.blogspot.com/2018/07/anomaly-detection-anomaly-detection-by.html



              Connectivity based outlier technique-
              https://machinelearningstories.blogspot.com/2018/09/connectivity-based-outlier-detection.html



              For high dimensional data-
              https://machinelearningstories.blogspot.com/2018/08/anomaly-detection-in-high-dimensional.html



              Even QQ plot of data can give you abnormality. These are unsupervised algos, so even after finding outlier( anomaly) , you need to relate it with actual abnormality.



              There are many packages in Python also






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                There are many libraries in R and python. There are some solution given in R-



                what is anomaly?-
                https://machinelearningstories.blogspot.com/2018/07/anomaly-detection-anomaly-detection-by.html



                Connectivity based outlier technique-
                https://machinelearningstories.blogspot.com/2018/09/connectivity-based-outlier-detection.html



                For high dimensional data-
                https://machinelearningstories.blogspot.com/2018/08/anomaly-detection-in-high-dimensional.html



                Even QQ plot of data can give you abnormality. These are unsupervised algos, so even after finding outlier( anomaly) , you need to relate it with actual abnormality.



                There are many packages in Python also






                share|improve this answer












                There are many libraries in R and python. There are some solution given in R-



                what is anomaly?-
                https://machinelearningstories.blogspot.com/2018/07/anomaly-detection-anomaly-detection-by.html



                Connectivity based outlier technique-
                https://machinelearningstories.blogspot.com/2018/09/connectivity-based-outlier-detection.html



                For high dimensional data-
                https://machinelearningstories.blogspot.com/2018/08/anomaly-detection-in-high-dimensional.html



                Even QQ plot of data can give you abnormality. These are unsupervised algos, so even after finding outlier( anomaly) , you need to relate it with actual abnormality.



                There are many packages in Python also







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 22 at 10:38









                Arpit Sisodia

                21819




                21819






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


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


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


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


                    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%2fstackoverflow.com%2fquestions%2f53385155%2fhow-to-find-anomaly-detection-in-multidimensional-data%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

                    Contact image not getting when fetch all contact list from iPhone by CNContact

                    count number of partitions of a set with n elements into k subsets

                    A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks