Skip to content

Commit

Permalink
[+] README.md: add compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryikh committed Nov 8, 2019
1 parent b711060 commit 2a5862c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ In order to use XGBoost model, just change `leaves.LGEnsembleFromFile`, to `leav

Documentation is hosted on godoc ([link](https://godoc.org/github.com/dmitryikh/leaves)). Documentation contains complex usage examples and full API reference. Some additional information about usage examples can be found in [leaves_test.go](leaves_test.go).

## Compatibility

Most _leaves_ features are tested to be compatible with old and coming versions of GBRT libraries. In [compatibility.md](compatibility.md) one can found detailed report about _leaves_ correctness against different versions of external GBRT libraries.

Some additional information on new features and backward compatibility can be found in [NOTES.md](NOTES.md).

## Benchmark
Expand Down

0 comments on commit 2a5862c

Please sign in to comment.