Skip to content

Releases: Nixtla/neuralforecast

v0.0.9

21 Apr 20:26
Compare
Choose a tag to compare

What's Changed

  • Added unit tests for numpy and pytorch losses by @kdgutier in #232
  • fix/api auto by @FedericoGarza in #234

Full Changelog: v0.0.8...v0.0.9

v0.0.8

19 Apr 20:42
Compare
Choose a tag to compare

What's Changed

  • Readme with colab by @mergenthaler in #204
  • Utils debug by @kdgutier in #202
  • fix scalers assert by @cchallu in #207
  • Old auto nhits by @kdgutier in #209
  • Fixed equality of masked mqloss and MQLoss by @kdgutier in #215
  • TourismL hierarchical dataset by @kdgutier in #216
  • feat: add workflow for pip by @FedericoGarza in #218
  • build(deps): bump nokogiri from 1.12.5 to 1.13.4 in /docs by @dependabot in #219
  • fix: remove unused gem files by @FedericoGarza in #224
  • autonf class by @cchallu in #225
  • fix: remove legacy module by @FedericoGarza in #223
  • fix: update conda-forge references by @FedericoGarza in #226
  • fix: order of uid, ds cols by @FedericoGarza in #228
  • Fix nbdev version by @FedericoGarza in #227
  • fix: numpy smape by @FedericoGarza in #229

Full Changelog: v0.0.7...v0.0.8

Auto ML pipeline

19 Mar 19:36
Compare
Choose a tag to compare
  • Add auto ml pipeline.
  • Add RNN model.
  • Bug fixes.