Skip to content
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

Merged

Conversation

TheaperDeng
Copy link
Contributor

@TheaperDeng TheaperDeng linked an issue Oct 22, 2021 that may be closed by this pull request
@TheaperDeng TheaperDeng requested a review from jason-dai October 22, 2021 08:16
@@ -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_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 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
  2. After that, you may describe what other options are available

```
---
### **3 Initialization**
### **3 Run**

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


_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:
Copy link
Contributor

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

Copy link
Contributor

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**
Copy link
Contributor

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)?

@TheaperDeng TheaperDeng force-pushed the chronos-ug-revise-to-bigdl branch from fe5f1b6 to 4e928a9 Compare October 25, 2021 07:38
[`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**
Copy link
Contributor

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**
Copy link
Contributor

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**
Copy link
Contributor

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**
Copy link
Contributor

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**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

### **4. Get Started**

Copy link
Contributor

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]`.
Copy link
Contributor

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**
Copy link
Contributor

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.

@TheaperDeng TheaperDeng merged commit cd4420f into intel-analytics:branch-2.0 Oct 28, 2021
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* orca pytorch add predict

* meet comments

* meet comments
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* add new content to ug of chronos

* add link revise

* fix broken links

* add changes according to comments

* add updates

* fix typos

* change typos
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* orca pytorch add predict

* meet comments

* meet comments
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* orca pytorch add predict

* meet comments

* meet comments
liu-shaojun pushed a commit that referenced this pull request Mar 25, 2024
* add new content to ug of chronos

* add link revise

* fix broken links

* add changes according to comments

* add updates

* fix typos

* change typos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chronos user guide
2 participants