google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
497 stars 53 forks source link

validation_ratio or validation_set_ratio #131

Closed salamanders closed 1 month ago

salamanders commented 2 months ago

Docs mention https://ydf.readthedocs.io/en/latest/guide_how_to_improve_model/#other-impactful-hyper-parameters-for-gbt validation_set_ratio, but I think the actual parameter is validation_ratio

rstz commented 2 months ago

Thank you for reporting, I'll fix this :)

(fun coincidence - someone else reported the same issue yesterday evening on a different channel)