mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-30 12:23:12 +00:00

* update config if n_estimators is modified * prediction as int * handle the case n_estimators <= 0 * if trained and no budget to train more, return the trained model * split_type=group for classification & regression
2 lines
22 B
Python
2 lines
22 B
Python
__version__ = "0.6.6"
|