src-d / modelforge

Python library to share machine learning models easily and reliably.
Apache License 2.0
18 stars 13 forks source link

Add file_mode parameter to write_model function #10

Closed zurk closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #10 into develop will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #10      +/-   ##
==========================================
+ Coverage    75.76%   75.8%   +0.04%     
==========================================
  Files           13      13              
  Lines          590     591       +1     
  Branches        99      99              
==========================================
+ Hits           447     448       +1     
  Misses         108     108              
  Partials        35      35
Impacted Files Coverage Δ
modelforge/model.py 80.1% <100%> (+0.1%) :arrow_up:

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 587878b...6e75191. Read the comment docs.