OHDSI / DeepPatientLevelPrediction

An R package for performing patient level prediction using deep learning in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/DeepPatientLevelPrediction
10 stars 4 forks source link

During hyperaparameter search, print out best value found so far #76

Open egillax opened 1 year ago

egillax commented 1 year ago

Similar to how optuna does it. Might require some changes to gridCvDeep

egillax commented 10 months ago

This has been partly implemented in this line:

https://github.com/OHDSI/DeepPatientLevelPrediction/blob/74c346f45850b29a212b6f9a2b1e48e2a3544e41/R/Estimator.R#L385

Need to modify the logger statement to add the performance as well.