Skip to content

Commit

Permalink
feat: time series forecasting example with nbeat (#481)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Alexander Camuto <[email protected]>
  • Loading branch information
JSeam2 and alexander-camuto authored Sep 15, 2023
1 parent c537a7a commit a329d2c
Show file tree
Hide file tree
Showing 5 changed files with 2,995 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ jobs:
# # now dump the contents of the file into a file called kaggle.json
# echo $KAGGLE_API_KEY > /home/ubuntu/.kaggle/kaggle.json
# chmod 600 /home/ubuntu/.kaggle/kaggle.json
- name: NBEATS tutorial
run: source .env/bin/activate; cargo nextest run py_tests::tests::nbeats_
- name: SVM
run: source .env/bin/activate; cargo nextest run py_tests::tests::run_notebook_::tests_18_expects
- name: LightGBM
Expand Down Expand Up @@ -528,3 +530,4 @@ jobs:
run: source .env/bin/activate; cargo nextest run py_tests::tests::run_notebook_::tests_6_expects
- name: Gan tutorial
run: source .env/bin/activate; cargo nextest run py_tests::tests::run_notebook_::tests_0_expects

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ target
pkg
data
*.csv
!examples/notebooks/eth_price.csv
*.ipynb_checkpoints
*.sol
!QuantizeData.sol
Expand Down
Loading

0 comments on commit a329d2c

Please sign in to comment.