Skip to content

Releases: TakuyaShintate/tsts

Refactoring solver classes

14 Sep 18:02
80b4ab7
Compare
Choose a tag to compare

About this version

  • Refactored Solver class
  • Refactored TimeSeriesForecaster class
  • Changed default config values
  • Added new default config values
  • Added new results

Adding new modules

09 Sep 16:03
247973a
Compare
Choose a tag to compare

About this Version

  • Added Informer
  • Added MAE and MSE metrics
  • Updated README
  • Added StepScheduler
  • Added new result

Bug fixing

03 Sep 15:22
0712cfc
Compare
Choose a tag to compare

About this version

  • Fixed a minor bug which occurs when using gpu
    Since I found bias added is not moved to gpu, I added lines like bias.to(device).

Bug fixing

01 Sep 18:05
927662a
Compare
Choose a tag to compare

About this version

  • Fixed predict bug
    Fixed a bug that bias is used wrongly.

Fixing ADD_LAST_STEP_VAL

01 Sep 17:45
4170731
Compare
Choose a tag to compare

About this version

  • Fixed ADD_LAST_STEP_VAL
    Before, ADD_LAST_STEP_VAL can be set to True only when input/output features are the same. We fixed ADD_LAST_STEP_VAL can be set to True even if input/output features are different.

  • Updated README.md

Bug fixing

28 Aug 14:15
16aaef2
Compare
Choose a tag to compare

About this version

Changed to initialize X_scaler and y_scaler separately
Expanded ADD_LAST_STEP_VAL to output each feature
Fixed Seq2Seq to work on multiple output features

New Benchmark Result

28 Aug 06:50
79fdf51
Compare
Choose a tag to compare
  • Added schedulers
  • Added deterministic results
  • Fixed Seq2Seq
  • Updated NBeats result
  • Added Seq2Seq result

Bug fixing (+α)

26 Aug 13:37
08446dc
Compare
Choose a tag to compare

About this PR

Fixed StandardScaler dimension bug
Modified Seq2Seq (added a new layer to regressor and bias terms)
Added TrendBlock to NBeats

  • Fixed minor bugs

First benchmark result

25 Aug 18:46
081a346
Compare
Choose a tag to compare

About this version

Added the first benchmark result on benchmark directory (added and tested modules around it)

Bug fixing

25 Aug 03:59
2f03853
Compare
Choose a tag to compare
Bug fixing Pre-release
Pre-release

About this version

Fixed a minor bug of predict method