perpetual 2.0.0

A self-generalizing gradient boosting machine that doesn't need hyperparameter optimization
Documentation
1
2
3
4
5
6
Set-Location package-python
uv run python -m ruff check --fix .
uv run python -m ruff format .
uv run maturin develop --release
uv run pytest .
Set-Location ..