We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f6549 commit 8db4acfCopy full SHA for 8db4acf
experiment/test_population.py
@@ -58,7 +58,7 @@ def test_population(ml):
58
59
population = algorithm.get_population(algorithm.est)
60
best_model = algorithm.get_best_solution(algorithm.est)
61
- print(algorithm.model(best_model))
+ print(algorithm.model(best_model, X_train))
62
print(algorithm.est.predict(X_train))
63
64
# assert that population has at least 1 and no more than 100 individuals
0 commit comments