Commit graph

30 commits

Author SHA1 Message Date
binbin Deng
103546d8fe Chronos: how to speedup inference on one node (onnx, openvino) (#5556)
* how to speedup inference on one node

* index added

* fixed

* fixed

* split to 2 guides

* add build_onnx and build_openvino

* add note border

* fix

* fix colab conflict

Co-authored-by: binbin <binbin1.deng@intel.com>
2022-09-07 17:53:38 +08:00
liangs6212
46b0fda3ca Chronos: how to create a forecaster (#5172)
* how to guide from_tsdataset

* improve md

* remove redundant message

* fix known issues

* add rst

* move create-forecaster to new line

* fix known issue

* fix syntax error

* fix syntax error again

* add open-colab icon

* fix known issues

* fix some words

* fix typo

* fix syntax error

* add some update

Co-authored-by: theaperdeng <theaperdeng@outlook.com>
2022-09-07 14:44:06 +08:00
binbin Deng
01ec6107f8 Chronos: make roll=True the default value for to_torch_data_loader (#5605) 2022-09-06 09:28:03 +08:00
Ruonan Wang
2f1f3ba114 Chronos : Penalize underestimation example (#5627)
* add example

* remove valid dataset

* fix typo

* modify parameters and graph

* update based on comment

* modify index link

* modify js

* update
2022-09-02 15:46:12 +08:00
Juntao_Luo
0f1cfd82ff Chronos: installation panel enhancement (#5588)
* Update:installation panel enhancement
Left a bug to fix and install CMD to revise.

* Bugfix: Fixed a bug when using Firefox browser to use the install guide form.
Fixed the bug that the table's background color may be changed by mistake on Firefox browser.

* Update: update panel as comment required.

* Bugfix: fixed a bug in js file that will show wrong cmd when clicking 'windows' or 'docker'.

* Bugfix: fixed the bug that 'cmd' shows incorrectly when clicking 'prophet' and 'ARIMA'.
2022-09-01 21:11:59 +08:00
Ruonan Wang
3df26cc9ed Chronos : add [how to tune a forecaster model] notebook (#5399)
* add how_to_tune_a_forecaster_model notebook

* modify step1: data preparation

* update based how to train

* modify a bug of summary

* update based on comment

* move to howto

* fix typo

* add file

* update based on comments

* rename the tile
2022-08-30 22:24:49 +08:00
Juntao_Luo
584ee6045c Chronos: update js, css and md files to add filter function in tutorial page. (#5506) 2022-08-23 12:50:29 +08:00
Yuwen Hu
cc540d0c34 Update "Open in Colab" button in notebooks (#5452)
* Update open in colab button from HTML-style hyperlinks to markdown image with link for notebooks in readthedocs folder

* Update "Open in Colab" button for notebooks under python folder with markdown image with link
2022-08-18 14:55:20 +08:00
Chaselzxy
b11496db60 Chronos: How-to-Guides (How to train forecaster on single node) (#5224)
* how to train forecaster

* add a notebook

* add new notebook

* add index

* fix colab link

* change content

Co-authored-by: Xinyi Zhang <xinyi1.zhang@intel.com>
Co-authored-by: theaperdeng <theaperdeng@outlook.com>
2022-08-17 20:11:24 +08:00
Juntao_Luo
dfb0946075 Chronos: Update Chronos install guide form's js and css file. (#5360)
* Update chronos_installation_guide.css

* Update chronos_installation_guide.js

* Update chronos.md

* Change border color

* Deleted test text in '2. Install' title

I changed the title in last commit to check if my build in readthedoc web works fine. Now I delete it.

* Update button css selector

Revised the button selector to avoid influencing other buttons' style on the web.

* Update #cmd height

* Update as pull-request comment required.

1, disable other options when users choose windows, and guide users to https://bigdl.readthedocs.io/en/latest/doc/Chronos/Overview/windows_guide.html in "Install CMD"
2, guide users to https://bigdl.readthedocs.io/en/latest/doc/Chronos/Overview/chronos.html#tensorflow-backend in "Install CMD" when tensorflow is chosen.
3, guide users to https://github.com/intel-analytics/BigDL/tree/main/docker/chronos-nightly in "install CMD" when docker is chosen.

* Update css file to meet the comment requirements

Make the disabled items' background darker to have a better vis experience. 
Have a larger fontsize.

* Update js file to meet the comment requirement.

 Make the disabled items' background darker to have a better vis experience.

* Update border css settings.

Changed table border settings since last version looks not good.

* Change pmdarima to ARIMA

* Update visuals.

The button now has a hovering style, indicating the user that it can be clicked.
2022-08-11 17:30:03 +08:00
Junwei Deng
b2dac661db Chronos: add quick tour page (#5217)
* add quick tour

* update some md

* update quick tour

* add some contents

* add some changes

* change link

* add new file

* fix some typo

* fix typo

* fix typo

* fix typo

* fix typo

* fix typos

* fix bug

* fix typos

* fix typos

* fix bug

* fix bug

* fix bug

* fix bug

* add information

* fix type

* add description

* add more content

* add some bug fix

* update document

* update

* update page

* fix typo

* update typos

* fix typo
2022-08-09 12:16:38 +08:00
David smurf
99bef5579d Chronos: XShardsTSDataset user guide (will be reused in how-to handle large data) (#5196)
* new xshards_doc

* update

* update

* update

* update

* update

* update

* update

* udpate xshardstsdataset doc

* fix typos

* fix some typos

Co-authored-by: theaperdeng <theaperdeng@outlook.com>
2022-08-09 09:53:00 +08:00
Ziyao Peng
41f602fcec Chronos: Add a page 'Windows User Guide.md' to ReadTheDocs (#5263)
* Add files via upload

* Update _toc.yml

* Update windows_guide.md

* r

* Delete windows_guide.html
2022-08-08 17:41:29 +08:00
Ruonan Wang
f682f79166 Chronos : add multi-objective HPO with latency tutorial (#5307)
* add mo hpo with latency tutorial

* update according to comment

* remove test_data

* add license
2022-08-08 14:28:29 +08:00
Junwei Deng
9dbe743ea4 Chronos: add more installation options (#5175)
* add installation options

* add new tested setup.py and quickstart changes

* add installation guide

* add some doc fix

* chronos typo

* fix typos

* fix pep8

* fix accord comments
2022-08-05 14:11:48 +08:00
Yuwen Hu
a44571f8a3 Chronos: Correct typo for Chronos User Guide (#5166) 2022-07-22 14:49:43 +08:00
obarut
7232f23176 Chronos: installation user guide typo (#4915)
* avoid installation of python 3.7.0 and typo

python 3.7.0 and 3.7.1 is problematic with Ray (happens while orca context being init.)

* go back to py 3.7

if base conda env is not py 3.7.0 or 3.7.1, then no pb.
2022-07-12 19:57:30 +08:00
plusbang
fa3c7f8aff chronos: user guide python version note change (#5067)
Co-authored-by: binbin <binbin1.deng@intel.com>
2022-07-11 17:10:19 +08:00
Shan Yu
5bc293b9c5 Update Chronos installation guide (#4698) 2022-05-26 10:20:33 +08:00
Rebekk
cc2499aa44 Chronos: add chronos known issue (#4496)
* add chronos known issue

* modify doc

* modify chronos_known_issue

* modify chronos issue

* modify

* modify issue

* modify chronos_known_issus
2022-05-13 15:11:31 +08:00
Junwei Deng
ada7b4b978 Chronos: document regular update (#4241)
* add information changes

* update typos

* add typo changes

* update documents

* update chronos.md

* add updates

* fix rst

* add speed-up md

* fix broken links and typos, add tutorials
2022-04-24 15:55:23 +08:00
liangs6212
077cc9f979 Chronos: Sync file paths in doc, branch-2.0-->main (#4091)
* change branch-2.0 to main

* change branch-2.0 to main

* colab and github
2022-03-10 16:00:53 +08:00
Junwei Deng
1375438de3 Chronos: add updated information about models and Nano to document (#4048)
* add updated information about models and Nano

* fix false formate

* add quantization related information

* fix missing quantization api doc

* fix typos
2022-02-17 11:10:12 +08:00
liangs6212
ad47a0b8e0 Chronos: Move use-case to chronos-tutorial and modify page layout (#3868)
* fix chronos deep_dive link error

* add use-case

* delete the use-case contained in chronos.md

* add space

* modify the index.md format

* change page style

* fix link error

* change title link

* fix repo error

* change to relative path

* remove extra symbols

* add \n

* change use-case title

* fix anomaly detection link error
2022-01-13 11:11:40 +08:00
Junwei Deng
625a8f89fe Chronos: Refactor document structure (#3839)
* add strcture change

* add change in index

* add change to index.rst

* revice the document

* add icons

* revise on the pages

* add readme update

* remove ood information

* change title
2022-01-08 16:40:46 +08:00
liangs6212
a0ba173310 Chronos: New built-in dataset (uci_electricity) (#3795)
* add electricity load

* add ut and change doc description

* rename uci_electricity

* rename function
2021-12-28 15:57:29 +08:00
Junwei Deng
ac96d9a35a Chronos: update Chronos quickstart from az to bigdl (#3324)
* fix anomaly detector qs

* fix autoest notebook

* add updates

* add qs name

* update logo

* fix installation guide

* fix typos
2021-10-29 12:59:21 +08:00
Junwei Deng
49af13e215 Chronos: user guide revision/update (#3220)
* add new content to ug of chronos

* add link revise

* fix broken links

* add changes according to comments

* add updates

* fix typos

* change typos
2021-10-28 11:20:14 +08:00
Jason Dai
269b182b04 Update readthedocs (#3165) 2021-10-20 21:51:04 +08:00
gaoping
21543a05ed add docs 2021-10-12 11:06:44 +08:00