mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 18:25:00 -05:00
* update forecasting with exogeneous variables example Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com> * update forecasting with exogeneous variables example on website Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com> * rerun automl_time_series_forecast with new predict function for tft Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com> * correct spelling error Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com> Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Website
This website is built using Docusaurus 2, a modern static website generator.
Prerequisites
To build and test documentation locally, begin by downloading and installing Node.js, and then installing Yarn. On Windows, you can install via the npm package manager (npm) which comes bundled with Node.js:
npm install --global yarn
Installation
pip install pydoc-markdown
cd website
yarn install
Local Development
Navigate to the website folder and run:
pydoc-markdown
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.