-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chronos: user guide revision/update #3220
Chronos: user guide revision/update #3220
Conversation
@@ -13,42 +13,96 @@ You can use _Chronos_ to do: | |||
--- | |||
### **2 Install** | |||
|
|||
Install analytics-zoo with target `[automl]` to install the additional dependencies for _Chronos_. | |||
Install `bigdl-chronos` and with target `[all]` to install the additional dependencies for _Chronos_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Users should use
pip install bigdl-chronos
in the most case (i.e., that's the default use case), and that's what you should show in the user guide - After that, you may describe what other options are available
``` | ||
--- | ||
### **3 Initialization** | ||
### **3 Run** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run
means how to run chronos programs; see https://bigdl.readthedocs.io/en/latest/doc/UserGuide/python.html#run and https://bigdl-project.github.io/master/#PythonUserGuide/run-from-pip/
|
||
_Chronos_ uses [Orca](../../Orca/Overview/orca.md) to enable distributed training and AutoML capabilities. Init orca as below when you want to: | ||
_Chronos_ uses [Orca](../../Orca/Overview/orca.md) to enable distributed training and AutoML capabilities. Initial orca as below when you want to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These probably should go to Get started
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initialize orca
--- | ||
<span id="TSDataset"></span> | ||
### **4 Data Processing and Feature Engineering** | ||
### **5 Data Processing and Feature Engineering** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's better to move below sections to individual pages (and also add AutoML descriptions)?
fe5f1b6
to
4e928a9
Compare
[`TSDataset`](../../PythonAPI/Chronos/tsdataset.html) is designed for general time series processing while providing many specific operations for the convenience of different tasks(e.g. forecasting, anomaly detection). | ||
### **3 Run** | ||
Various python programming environments are supported to run a _Chronos_ application. | ||
#### **3.1 Interactive Shell** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this is not needed?
|
||
[`TSDataset`](../../PythonAPI/Chronos/tsdataset.html) is designed for general time series processing while providing many specific operations for the convenience of different tasks(e.g. forecasting, anomaly detection). | ||
|
||
## **1 Basic concepts** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## **1. Basic concepts**
|
||
All the preprocessing operations will be done on each independent time series(i.e on both feature dimension and id dimension), while feature scaling will be only carried out on the feature dimension. | ||
|
||
## **2 Create a TSDataset** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## **2. Create a TSDataset**
@@ -13,517 +13,123 @@ You can use _Chronos_ to do: | |||
--- | |||
### **2 Install** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### **2. Install**
``` | ||
|
||
#### **5.3 Use Standalone Forecaster Pipeline** | ||
### **4 Get Started** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### **4. Get Started**
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
###$ 4.1 Initialization
![](../Image/automl_monitor.png) | ||
|
||
After training, start the tensorboard server through | ||
This example run a forecasting task with automl optimization with `AutoTSEstimator` on New York City Taxi Dataset. To run this example, install the following: `pip install --pre --upgrade bigdl-chronos[all]`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
####4.2 AutoTS Example####
``` | ||
|
||
### **9 Examples and Demos** | ||
### **5 Examples and Demos** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a Details
section before this, with links to data_processing_feature_engineering, forecasting, simulation, etc.
* orca pytorch add predict * meet comments * meet comments
* add new content to ug of chronos * add link revise * fix broken links * add changes according to comments * add updates * fix typos * change typos
* orca pytorch add predict * meet comments * meet comments
* orca pytorch add predict * meet comments * meet comments
* add new content to ug of chronos * add link revise * fix broken links * add changes according to comments * add updates * fix typos * change typos
related to #3198
preview: https://bigdl-junweid.readthedocs.io/en/latest/doc/Chronos/Overview/chronos.html#