Skip to content

Commit

Permalink
Fix training install instructions (#236)
Browse files Browse the repository at this point in the history
*Issue #, if available:* Fixes #235 

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
abdulfatir authored Dec 15, 2024
1 parent 133761a commit 751f5f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Install this package with with the `training` extra:
```
pip install "chronos[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
pip install "chronos-forecasting[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
```
- Run `kernel-synth.py`:
```sh
Expand All @@ -21,7 +21,7 @@
## Pretraining (and fine-tuning) Chronos models
- Install this package with with the `training` extra:
```
pip install "chronos[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
pip install "chronos-forecasting[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
```
- Convert your time series dataset into a GluonTS-compatible file dataset. We recommend using the arrow format. You may use the `convert_to_arrow` function from the following snippet for that. Optionally, you may use [synthetic data from KernelSynth](#generating-synthetic-time-series-kernelsynth) to follow along.
```py
Expand Down Expand Up @@ -113,7 +113,7 @@ Follow these steps to compute the WQL and MASE values for the in-domain and zero
- Install this package with with the `evaluation` extra:
```
pip install "chronos[evaluation] @ git+https://github.com/amazon-science/chronos-forecasting.git"
pip install "chronos-forecasting[evaluation] @ git+https://github.com/amazon-science/chronos-forecasting.git"
```
- Run the evaluation script:
```sh
Expand Down

0 comments on commit 751f5f5

Please sign in to comment.