Replies: 1 comment 1 reply
-
It should work when you pass as_cumulative_dynamic_auc_scorer(est_gbsa, times=y_times) as estimator. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have any experience in modifying the
as_cumulative_dynamic_auc_scorer
as a custom scorer in BayesSearchCV? I have an alternative of using GridSearchCV, but it takes longer than I expected. I'm curious if BayesSearchCV would converge faster to look for the best hyperparameter. But I don't know how to modify this scorer to be able to be passed to BayesSearchCV. Here's the code that I have so far.Can anyone help? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions