mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
update doc about scheduler exception (#564)
* update doc about scheduler exception * remove assert
This commit is contained in:
@@ -99,7 +99,6 @@ class TestClassification(unittest.TestCase):
|
||||
"ensemble": True,
|
||||
}
|
||||
automl.fit(X, y, **automl_settings)
|
||||
assert automl.model is not None
|
||||
|
||||
automl = AutoML()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user