-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'npr/doc-refs' into 'master'
Fix docs links; add more @refs See merge request invenia/research/Models.jl!3
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
# Models | ||
|
||
[![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.pages.invenia.ca/Models.jl/) | ||
[![Build Status](https://gitlab.invenia.ca/invenia/Models.jl/badges/master/build.svg)](https://gitlab.invenia.ca/invenia/Models.jl/commits/master) | ||
[![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.pages.invenia.ca/research/Models.jl/) | ||
[![Coverage](https://gitlab.invenia.ca/invenia/Models.jl/badges/master/coverage.svg)](https://gitlab.invenia.ca/invenia/Models.jl/commits/master) | ||
|
||
## Why does this package exist? | ||
|
||
[Models.jl](https://gitlab.invenia.ca/invenia/research/Models.jl) defines the [`Template`](@ref) and [`Model`](@ref) types as well as a common API for constructing a generic model in downstream packages, including: | ||
|
||
* Calling [`fit`](@ref) on a [`Template`](@ref). | ||
* Calling [`predict`](@ref) on a [`Model`](@ref). | ||
* Assigning traits such as [`EstimateTrait`](@ref) and [`OutputTrait`](@ref). | ||
* Testing interfaces and downstream dependencies with [`TestUtils`](@ref). | ||
* Calling `fit` on a `Template`. | ||
* Calling `predict` on a `Model`. | ||
* Assigning traits such as `EstimateTrait` and `OutputTrait`. | ||
* Testing interfaces and downstream dependencies with `TestUtils`. | ||
|
||
For common examples of the interface being implemented see [BaselineModels.jl](https://gitlab.invenia.ca/invenia/research/BaselineModels.jl). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters