mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-04 14:35:15 -05:00
X.copy() in the process method (#78)
* X.copy() in the transformer method. * update version 0.3.4
This commit is contained in:
committed by
GitHub
parent
b6f57894ef
commit
068fb9f5c2
@@ -239,6 +239,8 @@ class TestAutoML(unittest.TestCase):
|
||||
y = np.array([0, 1])
|
||||
automl_experiment.fit(X_train=fake_df, X_val=fake_df, y_train=y, y_val=y, **automl_settings)
|
||||
|
||||
y_pred = automl_experiment.predict(fake_df)
|
||||
|
||||
def test_regression(self):
|
||||
|
||||
automl_experiment = AutoML()
|
||||
|
||||
Reference in New Issue
Block a user