Skip to content

Commit 35c23d9

Browse files
authored
Update README.md
1 parent 71a00b7 commit 35c23d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To account for the physical dimension of certain input values, we can correct su
112112
#perform the regression by entering epochs, population_size, the feature cols, the target col and the loss function
113113
fit!(regressor, epochs, population_size, x_train', y_train; x_test=x_test', y_test=y_test, loss_fun="mse", target_dimension=target_dim)
114114

115-
pred = regressor(x_data')
115+
pred = regressor(x_test')
116116

117117
@show regressor.best_models_[1].compiled_function
118118
@show regressor.best_models_[1].fitness

0 commit comments

Comments
 (0)