invenia / Models.jl

An interface package that defines the methods and types for working with models.
MIT License
3 stars 0 forks source link

Clarify `predict` docs #19

Closed willtebbutt closed 4 years ago

willtebbutt commented 4 years ago

This PR clarifies what is supposed to happen with predict.

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   93.15%   93.15%           
=======================================
  Files           3        3           
  Lines          73       73           
=======================================
  Hits           68       68           
  Misses          5        5           
Impacted Files Coverage Δ
src/Models.jl 100.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 9fa0caa...f3a6c79. Read the comment docs.

willtebbutt commented 4 years ago

Patch bumped. Will merge and tag once CI passes.