Replies: 5 comments 2 replies
-
@louperson what did you try that did not work? Do the examples from the README not work out of the box there? You should be able to pip install the inference code as described there, also on SageMaker Studio notebooks I suppose. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. I did that. I got that far. Then I tried loading the
synthetic time series data but that did not complete. I’d like to do a
simple blog showing how to build an application in stage maker studio using
this model in a lab format for other beginners like me.
…On Fri, May 31, 2024 at 6:11 AM Lorenzo Stella ***@***.***> wrote:
@louperson <https://github.com/louperson> what did you try that did not
work? Do the examples from the README
<https://github.com/amazon-science/chronos-forecasting?tab=readme-ov-file#-usage>
not work out of the box there? You should be able to pip install the
inference code as described there, also on SageMaker Studio notebooks I
suppose.
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2QHCYJBHZCG4WSQ55T3GLZFBEEXAVCNFSM6AAAAABIR6SJD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMJWGY2TS>
.
You are receiving this because you were mentioned.Message ID:
<amazon-science/chronos-forecasting/repo-discussions/88/comments/9616659@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Thanks for help, I successfully completed these steps but got stuck on step 7, any ideas?
APPENDIX 1 import pandas as pd # requires: pip install pandas pipeline = ChronosPipeline.from_pretrained( df = pd.read_csv("https://raw.githubusercontent.com/AileenNielsen/TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv") forecast = pipeline.predict( forecast_index = range(len(df), len(df) + 12) plt.figure(figsize=(8, 4)) print(ChronosPipeline.predict.doc) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out!
…On Fri, Jun 14, 2024 at 5:47 AM James Bentley ***@***.***> wrote:
Hey Lou,
I built a colab notebook which makes it super simple to test this model
and evaluate it against test datasets...
Colab Notebook:
https://github.com/smartaces/amazon-chronos-t5-sales-forecasting
I also made a video walkthrough of the Notebook:
https://www.youtube.com/watch?v=jyrOmIiI2Bc&t=103s
image.png (view on web)
<https://github.com/amazon-science/chronos-forecasting/assets/108146501/e8a9040e-b399-430a-93d5-970b6d062934>
image.png (view on web)
<https://github.com/amazon-science/chronos-forecasting/assets/108146501/b6755a78-2dac-4ec1-834d-922a14f1f937>
Hopefully that helps...
All the best
J
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2QHCYEACEKNOTC6D7EUTDZHK32TAVCNFSM6AAAAABIR6SJD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONZSHEYTG>
.
You are receiving this because you were mentioned.Message ID:
<amazon-science/chronos-forecasting/repo-discussions/88/comments/9772913@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Is there a guide on how to get started with Chronos on AWS sagemaker studio? I have pretty good AWS skills but just need a very simple guide on how to get started. I just need that first "hello world" break through to piece together an example stack. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions