lightgbm3 1.0.0

Rust bindings for LightGBM library
Documentation
1
2
3
4
FROM rust
RUN apt update
RUN apt install -y cmake libclang-dev libc++-dev gcc-multilib
WORKDIR /app