dmlc / treelite

Universal model exchange and serialization format for decision tree forests
https://treelite.readthedocs.io/en/latest/
Apache License 2.0
723 stars 98 forks source link

Fix model concatenation #538

Closed hcho3 closed 6 months ago

hcho3 commented 6 months ago

Model concatenation is currently broken if average_tree_output is set to True.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (78d12a2) 83.59% compared to head (68074f9) 83.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release_4.0 #538 +/- ## =============================================== - Coverage 83.59% 83.58% -0.02% =============================================== Files 70 70 Lines 6072 6073 +1 Branches 510 510 =============================================== Hits 5076 5076 - Misses 996 997 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.