auto-sklearn
auto-sklearn copied to clipboard
calling model.show_models() give error
calling auto-sklearn model.show_models give error as show_models \n table_dict[model_id]['ensemble_weight'] = weight i have autosklearn version 0.14.7
# Returns a dictionary containing dictionaries of ensemble models.
print(automl.show_models())
# Get the set of hyperparameters
best_hyperparameters = automl.cv_results_['params']
Did you do it exactly like this?