github ourownstory/neural_prophet 0.6.0
Beta 0.6.0

latest releases: 1.0.0rc10, 0.9.0, 0.8.0...
17 months ago

What's Changed

  • [major] Nested Additive Model by @karl-richter in #1216
  • [major] Allow user to set prediction frequency as a dict: {freq: forecast origin} by @judussoari in #1187
  • [major] lagged regressor with interaction modeling (shared NN) by @karl-richter in #903
  • [feature] Support for asymmetrical interval in conformal quantile regression by @leoniewgnr in #1215
  • [minor] Allow lagged regressors with only unique values for global modeling by @judussoari in #1267
  • [minor] Dependency management with poetry by @noxan in #1202
  • [minor] Allow lagged regressors with only unique values for global modeling by @judussoari in #1256
  • [minor] Repeat static trend component n_forecasts times instead of only once by @judussoari in #1254
  • [minor] add docstring examples by @LeonieFreisinger in #1295
  • [minor] Address warnings by @leoniewgnr in #1276
  • [minor] lighten forecaster step 2 - encapsulate _get_maybe_extend_periods and _maybe_extend_df by @LeonieFreisinger in #1278
  • [minor] Update dependencies to latest versions by @noxan in #1280

Fixes

  • [fix] Calculate major frequency percentage properly by @noxan in #1264
  • [fix] Matplotlib and plotly plot showing aligned by @leoniewgnr in #1266
  • [fix] Remove regressor config if all regressors are removed due to unique values by @judussoari in #1272
  • [fix] Unregister plotly resampler directly after usage by @LeonieFreisinger in #1277
  • [fix] Raise Exception again to avoid UnboundLocalError by @noxan in #1282
  • [fix] Remove SmoothL1Loss from Tutorial by @judussoari in #1298
  • [fix] Raise ValueError when df contains not enough rows by @judussoari in #1300

Tests

Documentation

  • [docs] outdated labels in contributing.md by @leoniewgnr in #1242
  • [docs] Create new tutorials content by @noxan in #1183
  • [docs] add note on flexible multiplicativity from prophet by @noxan in #1268
  • [docs] Add next steps to tutorials by @noxan in #1274
  • [docs] Improve conformal prediction tutorial by adding marginal before coverage by @noxan in #1284

Website

Refactors

Full Changelog: 0.5.3...0.6.0

Don't miss a new neural_prophet release

NewReleases is sending notifications on new releases.