Li Jiang
f6a5163e6a
Fix isinstance usage issues ( #1488 )
...
* Fix isinstance usage issues
* Pin python version to 3.12 for pre-commit
* Update mdformat to 0.7.22
2026-01-19 15:19:05 +08:00
Li Jiang
a74354f7a9
Update documents, Bump version to 2.4.1, Sync Fabric till 088cfb98 ( #1482 )
...
* Add best practices
* Update docs to reflect on the recent changes
* Improve model persisting best practices
* Bump version to 2.4.1
* List all estimators
* Remove autogen
* Update dependencies
2026-01-13 12:49:36 +08:00
Jirka Borovec
165d7467f9
precommit: introduce mdformat ( #1276 )
...
* precommit: introduce `mdformat`
* precommit: apply
2024-03-19 22:46:56 +00:00
Chi Wang
2406e69496
Json config list, agent refactoring and new notebooks ( #1133 )
...
* simplify the initiation of chat
* version update
* include openai
* completion
* load config list from json
* initiate_chat
* oai config list
* oai config list
* config list
* config_list
* raise_error
* retry_time
* raise condition
* oai config list
* catch file not found
* catch openml error
* handle openml error
* handle openml error
* handle openml error
* handle openml error
* handle openml error
* handle openml error
* close #1139
* use property
* termination msg
* AIUserProxyAgent
* smaller dev container
* update notebooks
* match
* document code execution and AIUserProxyAgent
* gpt 3.5 config list
* rate limit
* variable visibility
* remove unnecessary import
* quote
* notebook comments
* remove mathchat from init import
* two users
* import location
* expose config
* return str not tuple
* rate limit
* ipython user proxy
* message
* None result
* rate limit
* rate limit
* rate limit
* rate limit
2023-07-23 13:23:09 +00:00
Chi Wang
297a1ea9e0
Update assistant agent ( #1121 )
...
* update colab link
* typo
* upload file instruction
* update system message and notebooks
* update notebooks
* notebook test
* aoai api version and exclusion
* gpt-3.5-turbo
* dict check
* change model for test
* endpoints, cache_path and func description update
* model list
* gitter -> discord
2023-07-14 22:52:45 +00:00
evensure
4d4e6ba499
Added hint to escape brackets for pip setup
...
As described in #777 , I had trouble executing the setup using zsh.
Eventually, I noticed that I had to escape the brackets.
My proposed change includes both brackets to be escaped, however for me it was enough to escape the opening one only, since as far as I know a trailing non-escaped closing bracket will then be recognized, accordingly.
2022-10-31 17:51:11 +01:00
Chi Wang
f97c233dc5
Update Contribute ( #741 )
2022-10-09 11:40:45 -07:00
Vijaya Lakshmi Venkatraman
a89efb552f
Update Contribute.md ( #716 )
...
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu >
2022-09-08 00:20:23 -04:00
skzhang1
d88c7390ce
ignore engine
2022-07-21 14:48:21 -04:00
Chi Wang
9bf13d66f1
use relative url in doc ( #620 )
...
* use relative url in doc
* update link
2022-07-01 13:28:16 -07:00
daniel-555
40a86a5941
Modified setup instructions ( #593 )
2022-06-15 15:45:33 -07:00
Chi Wang
569908fbe6
fix issues in logging, bug in space.py, constraint sign, and improve code coverage ( #388 )
...
* console log handler
* version update
* doc
* skippable steps
* notebook update
* constraint sign
* doc for constraints
* bug fix: define-by-run and unflatten_hierarchical
* const
* handle nested space in indexof()
* test grid search
* test suggestion
* model test
* >1 ckpts
* always increase iter count
* log total # iterations
* security patch
* make iter_per_learner consistent
2022-01-14 13:39:09 -08:00
Chi Wang
300f286667
azureml + ray ( #344 )
...
* examples and documentation about how to use azureml + ray
2021-12-23 13:37:07 -08:00
Chi Wang
efd85b4c86
Deploy a new doc website ( #338 )
...
A new documentation website. And:
* add actions for doc
* update docstr
* installation instructions for doc dev
* unify README and Getting Started
* rename notebook
* doc about best_model_for_estimator #340
* docstr for keep_search_state #340
* DNN
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu >
Co-authored-by: Z.sk <shaokunzhang@psu.edu >
2021-12-16 17:11:33 -08:00