Xgboost node splits on a value that out of feature range? -


i have features range 0 1. when dump model, find nodes split features using "feature < 2.00001". xgboost scale feature or add value feature? or why 2.00001 chosen split? thanks~

xgboost has separate splits based on values of feature , whether or not feature missing.

this when xgboost wants split on whether or not feature missing, , not based on value.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -