Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Mar 26, 2024
1 parent 99548e6 commit ef9319d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 193 deletions.
2 changes: 1 addition & 1 deletion gamlet/components/models_loaders/fedot_history_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def extract_best_models_from_history(
best_individuals.insert(0, individual)

best_individuals = list({ind.graph.descriptive_id: ind for ind in best_individuals}.values())
best_individuals = best_individuals[:n_best_models_to_load - 1]
best_individuals = best_individuals[:n_best_models_to_load]

node_params_repo = DefaultOperationParamsRepository()
for individual in best_individuals:
Expand Down
1 change: 0 additions & 1 deletion meta_automl/approaches/__init__.py

This file was deleted.

125 changes: 0 additions & 125 deletions meta_automl/approaches/knn_similarity_model_advice.py

This file was deleted.

20 changes: 0 additions & 20 deletions meta_automl/approaches/meta_learning_approach.py

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ef9319d

Please sign in to comment.