Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1017 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1017 Bytes

Models

Stable Latest

CI Codecov

code style blue

Why does this package exist?

Models.jl defines the Template and Model types as well as a common API for constructing a generic model in downstream packages, including:

  • Calling fit on a Template.
  • Calling predict on a Model.
  • Assigning traits such as EstimateTrait and OutputTrait.
  • Testing interfaces and downstream dependencies with TestUtils.