PyCon.DE 2017 Nils Braun - Time series feature extraction with tsfresh - “get rich or die..

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

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

  • @nathanboeger9329
    @nathanboeger9329 6 лет назад +3

    Nice talk, nice library, very odd room....

  • @shivamant
    @shivamant 4 года назад

    Nice talk. QA session

  • @turboytytyt
    @turboytytyt 3 года назад +2

    Hey, great talk!
    Hope you could answer this:
    Would these features extraction still be relevant for a regression task? I mean, not "auto"regression (forecasting) but rather, based on one or multiple timeseries, there is a single scalar output that needs to be predicted. So basically I want to use TSFRESH to extract features, and use those features in a standard regression setting to predict a target value (linear regression, XGBoost regression, etc.)
    Would this still make sense to use?

    • @kishore961
      @kishore961 2 года назад

      I'm looking for the same answer. Trying to use tsfresh for a regression task. Could you let me know if you found an answer

    • @Malikk-em6ix
      @Malikk-em6ix 2 года назад

      @@kishore961 Hey! I am looking for the same answer. Did you find anything?

  • @knormz1
    @knormz1 6 лет назад +1

    This is great. can you tell me, if you have a univariate time series, how would you perform feature selection as you have no Y values ?

    • @nilsbraun5266
      @nilsbraun5266 3 года назад

      That would be unsupervised feature selection. That is a use-case which is not implemented in tsfresh, we have some (small) discussion here: github.com/blue-yonder/tsfresh/discussions/861

  • @ashwinimagar4822
    @ashwinimagar4822 5 лет назад

    Nice talk.. Which technique is best for feature selection in case of unsupervised learning or clustering of time-series using feature extraction approach with tsfresh.

    • @IFFranciscoME
      @IFFranciscoME 4 года назад

      You can look for "sequential clustering", and the MASS technique. github.com/matrix-profile-foundation/mass-ts

    • @nilsbraun5266
      @nilsbraun5266 3 года назад +1

      We have also some discussion here: github.com/blue-yonder/tsfresh/discussions/861

  • @zapy422
    @zapy422 6 лет назад +1

    Is feature selection more or less equivalent to anomaly detection?

    • @nilsbraun5266
      @nilsbraun5266 3 года назад +2

      Not directly. Feature selection is about finding which features are relevant to solve a given problem (e.g. predicting the next time series value or classifying some data). Of course, it could be one step in your anomaly detection pipeline.

  • @pworeo625
    @pworeo625 3 года назад

    Is it possible to use the library with non-binary y values? In my case optimally 9 respectively a 3x3 different classes?

    • @nilsbraun5266
      @nilsbraun5266 3 года назад

      Yes, that is possible. tsfresh supports multi-class feature selection as well.

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

    How can I utilize tsfresh to generate features of my univariate sales time series? e.g.
    date id units_sold
    15-01-23 1 34.0
    16-01-23 1 43.0
    17-01-23 1 19.0
    where 'id' simbolize ID of the product, in this case, my time series belong only to a single product...
    I did manage to obtain lots of features with 'extract_features' method, but then when I tried to 'extract_relevant_features' or 'select_features' I was unable to go any further since I do not have a 'y' pandas series.
    Is anyone facing the same challenge? thx for your help.

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

      Does your dataset only contain sales for 1 product?

  • @Doomer6969
    @Doomer6969 5 лет назад

    this guy is pretty funny the crowed is so dead

  • @wangrichard2140
    @wangrichard2140 4 года назад

    where can i download code?

    • @nilsbraun5266
      @nilsbraun5266 3 года назад

      You can find the code here: github.com/blue-yonder/tsfresh

    • @wangrichard2140
      @wangrichard2140 3 года назад

      @@nilsbraun5266 thks!

  • @_testing_2024
    @_testing_2024 2 года назад

    quiet room but it is in Germany so...

  • @_testing_2024
    @_testing_2024 2 года назад

    Actually the stock example is a pretty bad example

  • @doclsvlc7878
    @doclsvlc7878 3 года назад

    5:15