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

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

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

  • @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 Год назад

      You rock bro🎩 off to you.

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

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

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

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

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

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

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

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

      We got a few positive labels in cross validation

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

    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.

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

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

    • @datasciencewithmarco
      @datasciencewithmarco  10 месяцев назад +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

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

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

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

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

    Very interesting content, thank you!

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

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

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

    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 Год назад

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

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

    how about random cut forest ?

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

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

    nice and clear

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

    Great video

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

    🎉 thank you a lot

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

    Thanks for this 🤘

  • @_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 :)

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

    awesome!

  • @MertCalis-b2g
    @MertCalis-b2g 19 дней назад

    Content is good, but the title is pretty missleading. I was expecting anomaly detection in "TIME SERIES" but actually you are not taking into account the time at all :) Seasonality? Time? hour? day of the week? month?