IQVIA-ML / LightGBM.jl

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

added option for macOS to use LightGBM_jll #141

Closed kainkad closed 4 months ago

kainkad commented 11 months ago
rikhuijzer commented 11 months ago

@kainkad as a side-note, the tests in Julia 1.9 fail due to a recent breaking MLJBase update (https://github.com/JuliaAI/MLJBase.jl/issues/937) causing errors like

UndefVarError: `rms` not defined

To fix it either load the measures from StatisticalMeasures or set

[compat]
MLJBase = "0.21"

in test/Project.toml.

kainkad commented 4 months ago

I'm closing this one as there hasn't been any good way to have the binary builder optional. We might just go ahead with this one: https://github.com/IQVIA-ML/LightGBM.jl/pull/134