Dmitryikh Leaves Versions Save

pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks

testdata_v3

5 years ago

place files from testdata_v3.zip to testdata folder to activate additional large scale test cases and benchmarks

to run tests:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v

to run benchmarks:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .

testdata_v2

5 years ago

place files from testdata_v2.zip to testdata folder to activate additional large scale test cases and benchmarks

to run tests:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v

to run benchmarks:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .

testdata

5 years ago

place files from testdata.zip to testdata folder to activate additional large scale test cases and benchmarks

to run tests:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v

to run benchmarks:

cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .