Anomaly Detection SystemAnomaly detection in multiple parametersWhen to use what - Machine Learninganomaly detection alert systemAnomaly detection for transaction dataNetwork Anomaly detectionNetflow anomaly detection python packagesIntrusion Detection System (IDS)Anomaly detection with time seriesComparison between approaches for timeseries anomaly detectionAnomaly detection without any knowledge about structure

Why does nature favour the Laplacian?

How do I reattach a shelf to the wall when it ripped out of the wall?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

Retract an already submitted recommendation letter (written for an undergrad student)

Extension of 2-adic valuation to the real numbers

How does Nebula have access to these memories?

Which big number is bigger?

Can I criticise the more senior developers around me for not writing clean code?

Usage of 万 (wàn): ten thousands or just a great number?

Can SQL Server create collisions in system generated constraint names?

How do I check if a string is entirely made of the same substring?

What is the optimal strategy for the Dictionary Game?

Don’t seats that recline flat defeat the purpose of having seatbelts?

Pulling the rope with one hand is as heavy as with two hands?

How to limit Drive Letters Windows assigns to new removable USB drives

"The cow" OR "a cow" OR "cows" in this context

A strange hotel

Two field separators (colon and space) in awk

Elements that can bond to themselves?

Why must Chinese maps be obfuscated?

Check if a string is entirely made of the same substring

How to have a sharp product image?

If a planet has 3 moons, is it possible to have triple Full/New Moons at once?

What term is being referred to with "reflected-sound-of-underground-spirits"?



Anomaly Detection System


Anomaly detection in multiple parametersWhen to use what - Machine Learninganomaly detection alert systemAnomaly detection for transaction dataNetwork Anomaly detectionNetflow anomaly detection python packagesIntrusion Detection System (IDS)Anomaly detection with time seriesComparison between approaches for timeseries anomaly detectionAnomaly detection without any knowledge about structure













0












$begingroup$


I need a sanity check. I want to create an anomaly detection system.



The logic which I am planning to use is the following:



  1. Find anomalies in the past using Seasonal Hybrid Extreme Studentized Deviate Test.

  2. Binarise the anomalies (1 the anomalies and 0 the trends).

  3. Run several algorithms (Autoencoders, SVM, Logistic Regression, Naive Bayes, Lasso Regression, etc) with variables that are correlated and validate the models and use it.

Does the binarisation process makes sense?










share|improve this question









New contributor




Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$
















    0












    $begingroup$


    I need a sanity check. I want to create an anomaly detection system.



    The logic which I am planning to use is the following:



    1. Find anomalies in the past using Seasonal Hybrid Extreme Studentized Deviate Test.

    2. Binarise the anomalies (1 the anomalies and 0 the trends).

    3. Run several algorithms (Autoencoders, SVM, Logistic Regression, Naive Bayes, Lasso Regression, etc) with variables that are correlated and validate the models and use it.

    Does the binarisation process makes sense?










    share|improve this question









    New contributor




    Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.







    $endgroup$














      0












      0








      0





      $begingroup$


      I need a sanity check. I want to create an anomaly detection system.



      The logic which I am planning to use is the following:



      1. Find anomalies in the past using Seasonal Hybrid Extreme Studentized Deviate Test.

      2. Binarise the anomalies (1 the anomalies and 0 the trends).

      3. Run several algorithms (Autoencoders, SVM, Logistic Regression, Naive Bayes, Lasso Regression, etc) with variables that are correlated and validate the models and use it.

      Does the binarisation process makes sense?










      share|improve this question









      New contributor




      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.







      $endgroup$




      I need a sanity check. I want to create an anomaly detection system.



      The logic which I am planning to use is the following:



      1. Find anomalies in the past using Seasonal Hybrid Extreme Studentized Deviate Test.

      2. Binarise the anomalies (1 the anomalies and 0 the trends).

      3. Run several algorithms (Autoencoders, SVM, Logistic Regression, Naive Bayes, Lasso Regression, etc) with variables that are correlated and validate the models and use it.

      Does the binarisation process makes sense?







      machine-learning machine-learning-model anomaly-detection binary anomaly






      share|improve this question









      New contributor




      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 3 hours ago









      Stephen Rauch

      1,52551330




      1,52551330






      New contributor




      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      AngelosAngelos

      31




      31




      New contributor




      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Angelos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Yes, your logic and what you are thinking is excellent.



          There is only a flaw in your thinking: The variables you run the model with must not necesarily be "correlated" in a linear sense of the word, just don't discard any variable because any of them could explain your binary output, and not have a linear relationship with it.



          Is a common solution to binarise an output to detect anomalies, but you will lose the ability to predict "how much" outlier is an outlier, make sure you don't need this information after.






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



            );






            Angelos is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f50982%2fanomaly-detection-system%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












            $begingroup$

            Yes, your logic and what you are thinking is excellent.



            There is only a flaw in your thinking: The variables you run the model with must not necesarily be "correlated" in a linear sense of the word, just don't discard any variable because any of them could explain your binary output, and not have a linear relationship with it.



            Is a common solution to binarise an output to detect anomalies, but you will lose the ability to predict "how much" outlier is an outlier, make sure you don't need this information after.






            share|improve this answer









            $endgroup$

















              0












              $begingroup$

              Yes, your logic and what you are thinking is excellent.



              There is only a flaw in your thinking: The variables you run the model with must not necesarily be "correlated" in a linear sense of the word, just don't discard any variable because any of them could explain your binary output, and not have a linear relationship with it.



              Is a common solution to binarise an output to detect anomalies, but you will lose the ability to predict "how much" outlier is an outlier, make sure you don't need this information after.






              share|improve this answer









              $endgroup$















                0












                0








                0





                $begingroup$

                Yes, your logic and what you are thinking is excellent.



                There is only a flaw in your thinking: The variables you run the model with must not necesarily be "correlated" in a linear sense of the word, just don't discard any variable because any of them could explain your binary output, and not have a linear relationship with it.



                Is a common solution to binarise an output to detect anomalies, but you will lose the ability to predict "how much" outlier is an outlier, make sure you don't need this information after.






                share|improve this answer









                $endgroup$



                Yes, your logic and what you are thinking is excellent.



                There is only a flaw in your thinking: The variables you run the model with must not necesarily be "correlated" in a linear sense of the word, just don't discard any variable because any of them could explain your binary output, and not have a linear relationship with it.



                Is a common solution to binarise an output to detect anomalies, but you will lose the ability to predict "how much" outlier is an outlier, make sure you don't need this information after.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Juan Esteban de la CalleJuan Esteban de la Calle

                72022




                72022




















                    Angelos is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Angelos is a new contributor. Be nice, and check out our Code of Conduct.












                    Angelos is a new contributor. Be nice, and check out our Code of Conduct.











                    Angelos is a new contributor. Be nice, and check out our Code of Conduct.














                    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%2f50982%2fanomaly-detection-system%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