forust-ml 0.2.13

A lightweight gradient boosting implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repos:
-   repo: https://github.com/doublify/pre-commit-rust
    rev: "v1.0"
    hooks:
    -   id: fmt
    -   id: cargo-check
    -   id: clippy
-   repo: https://github.com/pycqa/isort
    rev: "5.12.0"
    hooks:
    -   id: isort
-   repo: https://github.com/psf/black
    rev: "22.6.0"
    hooks:
    -   id: black