Skip to content

Commit

Permalink
Updated: logbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Caparrini committed Oct 24, 2024
1 parent c5c47e4 commit 2196af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mloptimizer/interfaces/api/genetic_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def fit(self, X, y, generations=10, population_size=50):
self.best_params_ = self.best_estimator_.get_params()

# Store the detailed cross-validation or genetic algorithm results
self.cv_results_ = self.optimizer_service.optimizer.logbook
self.cv_results_ = self.optimizer_service.optimizer.genetic_algorithm.logbook

return self

Expand Down

0 comments on commit 2196af3

Please sign in to comment.