perpetual-ml / perpetual

A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization
https://perpetual-ml.com/
GNU Affero General Public License v3.0
293 stars 11 forks source link

Can you share how budget works ? #8

Open lcrmorin opened 1 month ago

lcrmorin commented 1 month ago

I am trying to understand this library. Notably how budget scale runtime:

deadsoul44 commented 1 month ago

Hello,

  1. budget=1.0 -> wall time=10 sec
  2. budget=1.5 -> wall time=20 sec
  3. budget=2.1 -> wall time=80 sec