mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-28 00:08:58 +00:00
update notebook and test
This commit is contained in:
parent
9128c8811a
commit
2cdc08a75a
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@ def test_automl(budget=5, dataset_format="dataframe", hpo_method=None):
|
|||||||
from flaml.data import load_openml_dataset
|
from flaml.data import load_openml_dataset
|
||||||
import urllib3
|
import urllib3
|
||||||
|
|
||||||
performance_check_budget = 240
|
performance_check_budget = 600
|
||||||
if (
|
if (
|
||||||
sys.platform == "darwin"
|
sys.platform == "darwin"
|
||||||
and budget < performance_check_budget
|
and budget < performance_check_budget
|
||||||
@ -141,4 +141,4 @@ def test_mlflow():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_automl(240)
|
test_automl(600)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user