Skip to content
Snippets Groups Projects
Commit 73db7284 authored by Pat Alt's avatar Pat Alt
Browse files

fixed

parent e967eaeb
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -43,7 +43,7 @@ function grid_search(
tuning_params...,
kwargs...,
)
_df_params = DataFrame(Dict(:id => counter, pairs(tuning_params)))
_df_params = DataFrame(merge(Dict(:id => counter), Dict(pairs(tuning_params))))
_df_outcomes = DataFrame(Dict(:id => counter, :params => tuning_params, :outcome => outcome))
push!(df_params, _df_params)
push!(df_outcomes, _df_outcomes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment