Anomaly detection in time series with Python | Data Science with Marco

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 28

  • @pabloarriagadaojeda6452
    @pabloarriagadaojeda6452 Год назад +5

    hey Marco!! This is the first time I've watched one of your videos, and after 5 minutes of starting the video, I quickly went through your entire channel, looking at your content. It's AMAZING! Thank you for all your efforts to share your knowledge with the community. A hug from Chile!!

    • @datasciencewithmarco
      @datasciencewithmarco  Год назад +1

      Thanks Pablo for the kind words! Really appreciate it!

    • @belkmouf
      @belkmouf 9 месяцев назад

      You rock bro🎩 off to you.

  • @EngMAli-vk3nz
    @EngMAli-vk3nz Год назад +5

    Thanks for this
    We Hope to make Some One For MultiVariate Time Series Anomaly Detection

  • @PankeshPatel-v4s
    @PankeshPatel-v4s 9 месяцев назад

    Hi Marco!! Thank you so much for making great videos on "Anomaly detection". Great Great work! Please keep sharing! 🙏🙏🙏🙏

  • @nathaliegrand4018
    @nathaliegrand4018 Год назад

    Excellent presentation. Very clear explanation. Would be great to have more info on the impact of the context and wich one of the methods is expected to work best in wich context.

  • @code2compass
    @code2compass 5 месяцев назад

    Hello!! quick question, why is the threshold 3.5 any reason please?

  • @isabelahorta3063
    @isabelahorta3063 8 месяцев назад

    Hi! Do you recomend any video for pattern-wise anomaly detection?

    • @datasciencewithmarco
      @datasciencewithmarco  8 месяцев назад +1

      I don't know any, but you can look at the library TOAD for anonaly detection in time series. They do pattern-wise detection if I remember well

  • @PoulamiSenapati-u8x
    @PoulamiSenapati-u8x 8 месяцев назад

    Hello Marco, thank you so much for such a great video. Can you please make a video on anomaly detection for time series data using pycaret.

  • @joaovict007
    @joaovict007 7 месяцев назад

    Very interesting content, thank you!

  • @gouthamkarakavalasa4267
    @gouthamkarakavalasa4267 10 месяцев назад +1

    Anomaly detection is unsupervised, how did you get to if a point is anomaly or not, even before training the model ?

    • @datasciencewithmarco
      @datasciencewithmarco  10 месяцев назад +2

      The dataset is labeled. That way, we can measure the performance of each anomaly detection methods.

    • @devanshtalapa1416
      @devanshtalapa1416 7 месяцев назад

      We got a few positive labels in cross validation

  • @harrishvar7677
    @harrishvar7677 Год назад

    Hey !, Is it possible to identify and flag anomalies within a continuous numerical attribute?

    • @datasciencewithmarco
      @datasciencewithmarco  Год назад

      If by continuous, you mean at a very high frequency, then yes, I don't see why not!

    • @harrishvar7677
      @harrishvar7677 Год назад

      Thanks !, If possible, can you make a video on that, it would be really helpful !@@datasciencewithmarco

  • @jannoona123
    @jannoona123 11 месяцев назад

    Hi Marco! I'm working on a project and this has a lot of components I need. I noticed the specification of the data said that it was being recorded every 5 minutes, could you create a tutorial on how to retrieve a stream of live data and pass it to the algorithm in a somewhat real-time fashion? I hope this is similar to what I understood from your data collection in the video

    • @jiretkatharpi1099
      @jiretkatharpi1099 10 месяцев назад

      Hi I wanted to work on the same thing, did you get anything?

  • @_noirja
    @_noirja 2 дня назад

    Little criticism, I didn't find your explanation of robust z-scores very clear..
    You use the acronym MAD to mean two different things. When talking about the Median Absolute Deviation, you still have Mean Absolute Deviation displayed on the slide title. Then you talk about the Z-score when the formula shows M_i. I found that section confusing and went elsewhere to look it up.
    Otherwise thanks for the video! I learnt some new things :)

  • @littlepigywigy
    @littlepigywigy 7 месяцев назад

    nice and clear

  • @eladiomendez8226
    @eladiomendez8226 Год назад +1

    Great video

  • @鄭小白-n4p
    @鄭小白-n4p 7 месяцев назад

    how about random cut forest ?

  • @hoanhvong
    @hoanhvong 8 месяцев назад

    🎉 thank you a lot

  • @ananya_kathak
    @ananya_kathak Год назад +1

    What is the accuracy?

    • @datasciencewithmarco
      @datasciencewithmarco  Год назад +1

      Here, accuracy is really not a good idea, because there are so few anomalies. A simple baseline could achieve 99% accuracy, even though there is no "learning". That's why we use the confusion matrix here to see if we can actually identify anomalies.

  • @pinoyguitartv
    @pinoyguitartv Год назад

    Thanks for this 🤘

  • @salafghaniedsa669
    @salafghaniedsa669 Год назад

    awesome!