* Update conda env with versions (#99)
* 💥
* revert
* minor changes
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* Adding missing Jupyter Extension (#90)
* Update environment.yml
* specified version
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* fix links to examples/ (#104)
* Chenhui/rename notebooks and update automl notebook (#106)
* removed unused module
* added outputs in automl notebook
* fixed a notebook name
* Arima multi-round notebook (#91)
* working arima model
* final auto arima example
* added tqdm to requirements
* addressed review comments
* Revert "Chenhui/rename notebooks and update automl notebook (#106)" (#107)
This reverts commit 032c91d9bfa389f22ae1f1f2150913a4f063bd18 [formerly 15d25213dc].
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* Fixing data download issue (#109)
* removed dependency on __file__ from data download, doesn't work in jupyter
* changed aux to auxdata
* fixe data download function
* fixed path
* auxdata -> auxi
* adding tl;dr directions for setup to README.md (#88)
* adding tl;dr directions for setup to README.md
* added a bit more text
* Cleaned up obsolete (tsperf) code in fclib (#112)
* moved out tsperf files from evaluation module
* moved out tsperf tuning code
* removed more unused files
* Addressing documentation related issues (#111)
* Added conda activate to the setup readme
* added instructions for starting jupyter to setup
* minor
* deleted duplicate instructions
* addressed PR comments
* Chenhui/rename notebooks and updated AutoML example (#108)
* removed unused module
* added outputs in automl notebook
* fixed a notebook name
* updated pytest file
* address review comments
* reran notebook with blackcellmagic
* adding pylint (#93)
* adding tl;dr directions for setup to README.md
* removing pylint hook and pylint_junit from the env file
* removed pylint config file
* Chenhui/update example folder (#115)
* restructure examples folder
* updated readme
* added readme
* minor update
* removed R folder
* minor change
* fixed a broken link
* another broken link
* fixing notebook tests
* Chenhui/fix aux file path (#118)
* fixed figure links
* changed to auxi_i.csv
* minor change
* [MINOR] Small changes to Arima notebooks (#121)
* fixed a broken link
* minor text changes
* Documentation (#120)
* added target audience section
* added intro on forecasting
* Added fclib documentation
* improved examples readme
* address comments
* added info about the dataset
* added items to be ignored (#123)
* added items to be ignored
* added *.log and score.py
* Chenhui/toplevel readme (#127)
* added content table
* added references
* added external repo links
* minor update
* Chenhui/tune deploy lgbm (#122)
* added notebook and utils
* updated readme links
* fix data path
* updated text
* group imports
* minor update
* using azureml utils to create workspace and compute (#126)
* using azureml utils to create workspace and compute
* group imports
* Download ojdata directly from github (#128)
* new function to download and load oj data directly from bayesm repo
* removed bayesm
* new R function to only load the data
* removed download R function
* minor fix
* added documentation to load_oj_data.R
* added requests to requirements
* fixed a syntax error (#130)
* fix setup.md link (#129)
* fix setup.md link
* mention related use cases
* Vapaunic/cgbuild (#133)
* added files to generate reqs.txt and the ci yml file
* Added notice generation task
* Checking if notice is there
* Update component_governance.yml for Azure Pipelines
* check in notice file
* Update component_governance.yml for Azure Pipelines
* fixed heading
* Chenhui/windows setup (#131)
* initial test
* added batch script and instructions
* align image to center
* adjust image size
* added text
* adjust image size
* address comments
* Readds R material (#116)
* redo R stuff in new dirs
* dirname fixup
* add Rproj file
* rebuild
* fixups
* roxygenise
* copyright notice
* dataprep
* updated yaml
* more updates
* more tweaks
* reg models
* update reg models
* more updates
* reword
* rendered prophet html
* name fix
* add lintr file
* move stuff
* renamed use case folder (#138)
* renamed use case folder
* dirname change
* updated readme
* added notebooks
* fix ci test
* Vapaunic/featutils (#137)
* moved feature engineering module to contrib
* removed lag submod
* cleaned up feature engineering
* rebuild R notebooks (#139)
* Chenhui/toplevel readme (#140)
* added content table
* added references
* added external repo links
* minor update
* updated setup instructions
* added text
* align text
* removed duplicated Content section
* address review comments
* Chenhui/hyperdrive example update (#142)
* removed blackcellmagic
* removed utils under aml_scripts and updated notebook
* added notebook path
* added ci test of lightgbm multi round example
* make forecast round as parameter
* Make -Agent Name
* resolve duplicated function name
* increased time limit and reduce number of rounds
* increase time limit
* added parameters tag to multiround lightgbm and dilatedcnn
* README change (#147)
* minor change
* hide tags
* hide tags
* added parameters tag
Former-commit-id: 8ea203c7fb
* Update conda env with versions (#99)
* 💥
* revert
* minor changes
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* Adding missing Jupyter Extension (#90)
* Update environment.yml
* specified version
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* fix links to examples/ (#104)
* Chenhui/rename notebooks and update automl notebook (#106)
* removed unused module
* added outputs in automl notebook
* fixed a notebook name
* Arima multi-round notebook (#91)
* working arima model
* final auto arima example
* added tqdm to requirements
* addressed review comments
* Revert "Chenhui/rename notebooks and update automl notebook (#106)" (#107)
This reverts commit 032c91d9bfa389f22ae1f1f2150913a4f063bd18 [formerly 15d25213dc].
Co-authored-by: Chenhui Hu <chenhhu@microsoft.com>
* Fixing data download issue (#109)
* removed dependency on __file__ from data download, doesn't work in jupyter
* changed aux to auxdata
* fixe data download function
* fixed path
* auxdata -> auxi
* adding tl;dr directions for setup to README.md (#88)
* adding tl;dr directions for setup to README.md
* added a bit more text
* Cleaned up obsolete (tsperf) code in fclib (#112)
* moved out tsperf files from evaluation module
* moved out tsperf tuning code
* removed more unused files
* Addressing documentation related issues (#111)
* Added conda activate to the setup readme
* added instructions for starting jupyter to setup
* minor
* deleted duplicate instructions
* addressed PR comments
* Chenhui/rename notebooks and updated AutoML example (#108)
* removed unused module
* added outputs in automl notebook
* fixed a notebook name
* updated pytest file
* address review comments
* reran notebook with blackcellmagic
* adding pylint (#93)
* adding tl;dr directions for setup to README.md
* removing pylint hook and pylint_junit from the env file
* removed pylint config file
* Chenhui/update example folder (#115)
* restructure examples folder
* updated readme
* added readme
* minor update
* removed R folder
* minor change
* fixed a broken link
* another broken link
* fixing notebook tests
* Chenhui/fix aux file path (#118)
* fixed figure links
* changed to auxi_i.csv
* minor change
* [MINOR] Small changes to Arima notebooks (#121)
* fixed a broken link
* minor text changes
* Documentation (#120)
* added target audience section
* added intro on forecasting
* Added fclib documentation
* improved examples readme
* address comments
* added info about the dataset
* added items to be ignored (#123)
* added items to be ignored
* added *.log and score.py
* Chenhui/toplevel readme (#127)
* added content table
* added references
* added external repo links
* minor update
* Chenhui/tune deploy lgbm (#122)
* added notebook and utils
* updated readme links
* fix data path
* updated text
* group imports
* minor update
* using azureml utils to create workspace and compute (#126)
* using azureml utils to create workspace and compute
* group imports
* Download ojdata directly from github (#128)
* new function to download and load oj data directly from bayesm repo
* removed bayesm
* new R function to only load the data
* removed download R function
* minor fix
* added documentation to load_oj_data.R
* added requests to requirements
* fixed a syntax error (#130)
* fix setup.md link (#129)
* fix setup.md link
* mention related use cases
* Vapaunic/cgbuild (#133)
* added files to generate reqs.txt and the ci yml file
* Added notice generation task
* Checking if notice is there
* Update component_governance.yml for Azure Pipelines
* check in notice file
* Update component_governance.yml for Azure Pipelines
* fixed heading
* Chenhui/windows setup (#131)
* initial test
* added batch script and instructions
* align image to center
* adjust image size
* added text
* adjust image size
* address comments
* Readds R material (#116)
* redo R stuff in new dirs
* dirname fixup
* add Rproj file
* rebuild
* fixups
* roxygenise
* copyright notice
* dataprep
* updated yaml
* more updates
* more tweaks
* reg models
* update reg models
* more updates
* reword
* rendered prophet html
* name fix
* add lintr file
* move stuff
* renamed use case folder (#138)
* renamed use case folder
* dirname change
* updated readme
* added notebooks
* fix ci test
* Vapaunic/featutils (#137)
* moved feature engineering module to contrib
* removed lag submod
* cleaned up feature engineering
* rebuild R notebooks (#139)
* Chenhui/toplevel readme (#140)
* added content table
* added references
* added external repo links
* minor update
* updated setup instructions
* added text
* align text
* removed duplicated Content section
* address review comments
* Chenhui/hyperdrive example update (#142)
* removed blackcellmagic
* removed utils under aml_scripts and updated notebook
* added notebook path
* added ci test of lightgbm multi round example
* make forecast round as parameter
* Make -Agent Name
* resolve duplicated function name
* increased time limit and reduce number of rounds
* increase time limit
* added parameters tag to multiround lightgbm and dilatedcnn
* README change (#147)
* minor change
* hide tags
* hide tags
* added parameters tag
Former-commit-id: e75be6bcea
* added initial model util file for DCNN
* initial notebook
* added feature utils for DCNN
* upadted evaluation and visualization
* removed plot function
* replaced PRED_HORIZON, PRED_STEPS by HORIZON, GAP
* removed log dir if it exists
* updated model utils
* generalized categorical features in dcnn model util
* generalized network definition
* update training code
* format with blackcellmagic
* address review comments and added README
Former-commit-id: 3e495501b7