ankane / eps

Machine learning for Ruby
MIT License
652 stars 15 forks source link

Ideas #2

Open ankane opened 5 years ago

ankane commented 5 years ago

Ideas

HansHauge commented 4 years ago

Hey @ankane, is there currently any way to change the learning rate when creating a new model?

When I try model = Eps::Model.new(data, target: :price_usd, split: :unix_timestamp, learning_rate: 0.01) for example, I get ArgumentError: unknown keyword: learning_rate.

Is this a currently supported feature and I just need to enter the argument differently, or is this feature currently not supported?

Thank you.

ankane commented 4 years ago

Hey @HansHauge, added on master.

HansHauge commented 4 years ago

Thank you, this is a great addition. That one change makes the LightGBM much more powerful for the user!