Skip to content

Commit

Permalink
small note
Browse files Browse the repository at this point in the history
  • Loading branch information
perib committed May 15, 2024
1 parent 4cba717 commit d30c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpot2/old_config_utils/old_config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def convert_config_dict_to_choicepipeline(config_dict):
search_spaces.append(get_node_space(key, value))
return ChoicePipeline(search_spaces)


#Note doesn't convert estimators so they passthrough inputs like in TPOT1
def convert_config_dict_to_graphpipeline(config_dict):
root_search_spaces = []
inner_search_spaces = []
Expand Down

0 comments on commit d30c291

Please sign in to comment.