mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-16 15:15:43 -05:00
add save_best_config()
This commit is contained in:
@@ -119,3 +119,4 @@ class TestLogging(unittest.TestCase):
|
||||
pred2 = automl.predict(X_train)
|
||||
delta = pred1 - pred2
|
||||
assert max(delta) == 0 and min(delta) == 0
|
||||
automl.save_best_config("test/housing.json")
|
||||
|
||||
Reference in New Issue
Block a user