dmitryikh / leaves

pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
MIT License
419 stars 72 forks source link

Parallel predictions #9

Closed dmitryikh closed 5 years ago

dmitryikh commented 5 years ago

for #3

add nThreads to predict methods add tests & benchmarks

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 42


Changes Missing Coverage Covered Lines Changed/Added Lines %
xgensemble_io.go 0 1 0.0%
xgensemble.go 41 81 50.62%
lgensemble.go 7 76 9.21%
<!-- Total: 48 158 30.38% -->
Files with Coverage Reduction New Missed Lines %
xgensemble.go 1 58.26%
lgensemble.go 2 21.1%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 34: -5.0%
Covered Lines: 665
Relevant Lines: 1112

💛 - Coveralls