Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CMake support for model.export_srcpkg #158

Merged
merged 6 commits into from
Jun 10, 2020
Merged

Conversation

pidefrem
Copy link
Contributor

No description provided.

@pidefrem
Copy link
Contributor Author

#88
#131

@codecov-io
Copy link

codecov-io commented Apr 20, 2020

Codecov Report

Merging #158 into master will increase coverage by 0.20%.
The diff coverage is 84.12%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #158      +/-   ##
============================================
+ Coverage     41.17%   41.38%   +0.20%     
  Complexity       56       56              
============================================
  Files            82       82              
  Lines          6001     6063      +62     
  Branches         47       47              
============================================
+ Hits           2471     2509      +38     
- Misses         3501     3525      +24     
  Partials         29       29              
Impacted Files Coverage Δ Complexity Δ
python/treelite/contrib/__init__.py 63.28% <68.75%> (-2.70%) 0.00 <0.00> (ø)
python/treelite/frontend.py 75.68% <100.00%> (+0.33%) 0.00 <0.00> (ø)
tests/python/test_basic.py 98.34% <100.00%> (-1.66%) 0.00 <0.00> (ø)
python/treelite/libpath.py 63.33% <0.00%> (-6.67%) 0.00% <0.00%> (ø%)
runtime/native/python/treelite_runtime/libpath.py 64.51% <0.00%> (-6.46%) 0.00% <0.00%> (ø%)
tests/python/test_xgboost_integration.py 97.75% <0.00%> (-2.25%) 0.00% <0.00%> (ø%)
python/treelite/contrib/util.py 85.10% <0.00%> (-2.13%) 0.00% <0.00%> (ø%)
tests/python/util.py 83.67% <0.00%> (-2.05%) 0.00% <0.00%> (ø%)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8498081...2751f87. Read the comment docs.

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2020

Codecov Report

Merging #158 into master will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #158      +/-   ##
============================================
+ Coverage     85.04%   85.20%   +0.16%     
- Complexity       54       56       +2     
============================================
  Files            58       58              
  Lines          3644     3644              
  Branches         47       47              
============================================
+ Hits           3099     3105       +6     
+ Misses          517      510       -7     
- Partials         28       29       +1     
Impacted Files Coverage Δ Complexity Δ
...c/main/java/ml/dmlc/treelite4j/java/Predictor.java 76.69% <0.00%> (+4.51%) 19.00% <0.00%> (+2.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78d71f5...5533432. Read the comment docs.

@hcho3 hcho3 merged commit 5eecc34 into dmlc:master Jun 10, 2020
@hcho3
Copy link
Collaborator

hcho3 commented Jun 10, 2020

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants