hello Is there a way to export parameters importa...
# mlforecast
g
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
Hey. After performing the optimization the studies are available in the
results_
attribute
👍 2