Skip to content

Regular Contributors Meetings

Michal Chromcak edited this page Jan 27, 2021 · 5 revisions

2021-01-27

Attendees: Michal Chromčák, Pavel Křížek, Jan Therhaag

Agenda

  1. Usage in non-daily data
    • @Pavel to write issues
    • The current implementation of HolidayTransformer does not support different than daily frequency - let's add it
      • Aggregation of daily data to e.g. monthly data
        • Resample to daily, add holidays, aggregate back
      • Minute data
        • Resample to daily, add holidays, fill back
    • Do not restrict the SeasonalityTransformer just to the daily data
      • Similar to HolidayTransformer approach
      • Introduce features for hours etc.
  2. During model selection, models are always re-fit. In some use-cases, this is very costly and just update of data vs. refit could help
    • @Pavel to write the exploratory issue
  3. Minimal data length does not fail silently for SklearnWrapper in the model selection
    • @Michal to write the issue

2020-16-12

Attendees: Michal Chromčák, Pavel Křížek, Markus Löning

Agenda

  1. sktime HCrystalBallWrapper
    • Current state in PR 485
    • Minimal working version (no support for in-sample predictions, prediction intervals, or index types other than date-time)
    • Next steps
      • Merge the pull request with this minimal form
      • If any feedback comes, react respectively
  2. NeuralProphet
    • Promising new model built on top of PyTorch, with a very similar interface to the prophet
    • Already Opened ISSUE 515 at sktime
    • Next steps
      • TBD
  3. CyclicBoostingRegressor
    • No code available - would need to implement it by the paper
    • Next steps
      • If to implement - create it in a different library and make a wrapper for it here
  4. Detrend and deseasonalize transformers
    • Problem: Tree-based models do not cope well with unseen range, which is often a case of series with a strong trend.
    • Next steps
Clone this wiki locally