auto-sklearn icon indicating copy to clipboard operation
auto-sklearn copied to clipboard

calling model.show_models() give error

Open AhangarAamir opened this issue 1 year ago • 2 comments

AhangarAamir avatar Nov 13 '23 07:11 AhangarAamir

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

AhangarAamir avatar Nov 13 '23 07:11 AhangarAamir

# 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?

sayannath avatar Jan 11 '24 10:01 sayannath