-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a link to the temporary Haddocks
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
# HaskellGBM | ||
|
||
A Haskell wrapper around LightGBM. | ||
A Haskell wrapper around the [Microsoft LightGBM | ||
library](https://github.com/Microsoft/LightGBM) for machine learning | ||
uses. The emphasis here is on using Haskell types to help ensure that | ||
the hyperparameter settings chosen by the user are coherent and | ||
in-bounds at all times. | ||
|
||
This software is not on Hackage yet - in the meantime you can find | ||
Haddock API documentation | ||
[here](https://dpkatz.github.io/haddocks/HaskellGBM-0.1.0.0/index.html) | ||
and a tutorial blog post | ||
[here](https://dpkatz.github.io/posts/using-lightgbm-from-haskell/). | ||
|
||
__N.B. This package is still under heavy development including API changes.__ | ||
|
||
__N.B. This is pre-alpha software - the API and the implementation are both subject to change at a moment's notice.__ | ||
|
||
You can find a tutorial on how to use it at https://dpkatz.github.io/posts/using-lightgbm-from-haskell/. |