Skip to content

Commit 751f5f5

Browse files
authored
Fix training install instructions (#236)
*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.
1 parent 133761a commit 751f5f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Install this package with with the `training` extra:
66
```
7-
pip install "chronos[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
7+
pip install "chronos-forecasting[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
88
```
99
- Run `kernel-synth.py`:
1010
```sh
@@ -21,7 +21,7 @@
2121
## Pretraining (and fine-tuning) Chronos models
2222
- Install this package with with the `training` extra:
2323
```
24-
pip install "chronos[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
24+
pip install "chronos-forecasting[training] @ git+https://github.com/amazon-science/chronos-forecasting.git"
2525
```
2626
- 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.
2727
```py
@@ -113,7 +113,7 @@ Follow these steps to compute the WQL and MASE values for the in-domain and zero
113113
114114
- Install this package with with the `evaluation` extra:
115115
```
116-
pip install "chronos[evaluation] @ git+https://github.com/amazon-science/chronos-forecasting.git"
116+
pip install "chronos-forecasting[evaluation] @ git+https://github.com/amazon-science/chronos-forecasting.git"
117117
```
118118
- Run the evaluation script:
119119
```sh

0 commit comments

Comments
 (0)