elephaint / pgbm

Probabilistic Gradient Boosting Machines
Apache License 2.0
138 stars 20 forks source link

Added logging of train and validation metrics when fitting a model #16

Closed eco3 closed 1 year ago

eco3 commented 1 year ago

It appears that the training and validations metrics are printed in verbose mode when fitting a model.

This request adds logging of those metrics while fitting the model for later analysis like plotting the learning curve.