Shengsheng Huang

Results 37 comments of Shengsheng Huang

For chronos: - if we deprecate autots/forecast.py and related files, does it mean we remove the old AutoTSTrainer as a whole? Are we confident to let users switch to the...

We can have a few modifications on the first-level folders. The major entrance of chronos will be 5 - chronos/forecaster - for forecasting - chronos/detector - for anomaly, changepoint, seasonality...

Inference pipeline might have size requirements. We may need to measure the size of the installation.

Could you elaborate what you want to do? Are you trying to use BigDL to run RL applications, for example, use BigDL to (distributed) train RL applications, etc? What kind...

Can I know what's your expectation of using BigDL for RL algorithms training? For example, are you trying to accelerate your RL training on single-node (e.g. laptop or workstation)? Or...

> Can I know what's your expectation of using BigDL for RL algorithms training? For example, are you trying to accelerate your RL training on single-node (e.g. laptop or workstation)?...

> @shane-huang Thank you for your reply The 3rd scenario is mine. I want to write RL algorithm from scratch then train and test it on cluster spark. @ToutaF If...

Each example should be a smallest runnable program which demonstrate just a single functionality. For example, for batch size search, you should only specify batch size for search (now you...

change these ipynb examples into simple .py examples. Remeber to remove the pip install parts.