automl / auto-sklearn

Automated Machine Learning with scikit-learn
https://automl.github.io/auto-sklearn
BSD 3-Clause "New" or "Revised" License
7.58k stars 1.28k forks source link

calling model.show_models() give error #1705

Open AhangarAamir opened 10 months ago

AhangarAamir commented 10 months ago

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

sayannath commented 8 months ago
# 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?