my dictionary keys is not same after set
Set dictionary

after set dictionary

Code
Result = Dict("Ada Boost" => Dict(),
"Decision Tree" => Dict(),
"Linear Model" => Dict(),
"Random Forest" => Dict(),
"Support Vector Machine" => Dict(),
"XG Boost" => Dict())
Show dictionary keys
keys(Result)