mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
warning -> info for low cost partial config (#231)
* warning -> info for low cost partial config #195, #110 * when n_estimators < 0, use trained_estimator's * log debug info * test random seed * remove "objective"; avoid ZeroDivisionError * hp config to estimator params * check type of searcher * default n_jobs * try import * Update searchalgo_auto.py * CLASSIFICATION * auto_augment flag * min_sample_size * make catboost optional
This commit is contained in:
4
setup.py
4
setup.py
@@ -18,7 +18,7 @@ install_requires = [
|
||||
"lightgbm>=2.3.1",
|
||||
"xgboost>=0.90,<=1.3.3",
|
||||
"scipy>=1.4.1",
|
||||
"catboost>=0.23",
|
||||
# "catboost>=0.23", # making optional for conda
|
||||
"scikit-learn>=0.24",
|
||||
]
|
||||
|
||||
@@ -47,6 +47,7 @@ setuptools.setup(
|
||||
"coverage>=5.3",
|
||||
"pre-commit",
|
||||
"xgboost<1.3",
|
||||
"catboost>=0.23",
|
||||
"rgf-python",
|
||||
"optuna==2.8.0",
|
||||
"vowpalwabbit",
|
||||
@@ -58,6 +59,7 @@ setuptools.setup(
|
||||
"azure-storage-blob",
|
||||
"statsmodels>=0.12.2",
|
||||
],
|
||||
"catboost": ["catboost>=0.23"],
|
||||
"blendsearch": ["optuna==2.8.0"],
|
||||
"ray": [
|
||||
"ray[tune]==1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user