IQVIA-ML / LightGBM.jl

Julia FFI interface to Microsoft's LightGBM package
Other
93 stars 10 forks source link

fit with pre-constructed dataset #80

Closed chilledgeek-iqvia closed 3 years ago

chilledgeek-iqvia commented 3 years ago

added fit method that takes in pre-constructed datasets

also removed num_iterations in the existing fit method as this was not really used anywhere (which makes it identical to the "old signature", so that can be removed as well)