Join Slack
Powered by
hello Is there a way to export parameters importa...
# mlforecast
g
Guillaume GALIE
05/22/2024, 4:12 PM
hello Is there a way to export parameters importance after hyperparameter optimization done by Optuna ? (I am using AutoXGBoost) I can see
get_param_importances
from Optuna website but I don't know if we have access to it with mlforecast say differently can we access the optimized study in order to build some interesting plots ? Thanks in advance
https://optuna.readthedocs.io/en/stable/reference/generated/optuna.importance.get_param_importances.html#optuna.importance.get_param_importances
j
José Morales
05/22/2024, 7:06 PM
Hey. After performing the optimization the studies are available in the
results_
attribute
👍 2
2
Views
Open in Slack
Previous
Next