-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Add more friendly home page for howto section
[DOC] Add more friendly home page for howto section
- Loading branch information
Showing
5 changed files
with
57 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
coverage: | ||
require_ci_to_pass: false | ||
status: | ||
project: | ||
default: | ||
target: 95% | ||
patch: | ||
default: | ||
target: 95% | ||
informational: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# How-to | ||
|
||
In this documentation section, you will find how you can create more advanced patterns | ||
<div class="grid cards" markdown> | ||
|
||
- :material-chart-line:{ .lg .middle } __Custom timeseries component__ | ||
|
||
--- | ||
|
||
Know how to create a custom timeseries component and enhance your forecasting | ||
capabilities! | ||
|
||
[:octicons-arrow-right-24: Custom effect](custom-effects) | ||
|
||
- :material-trending-up:{ .lg .middle } __Custom trend__ | ||
|
||
--- | ||
|
||
See a practical example of how to create a custom trend and | ||
use it in your forecasting | ||
|
||
[:octicons-arrow-right-24: Custom trend](custom-trend) | ||
|
||
- :material-chart-multiline:{ .lg .middle } __Composition of timeseries components__ | ||
|
||
--- | ||
|
||
Learn how to use different timeseries components to create a more complex | ||
forecasting model | ||
|
||
[:octicons-arrow-right-24: Composite exogenous effect](composite-exogenous-effects) | ||
|
||
</div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "prophetverse" | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
description = "" | ||
authors = ["Felipe Angelim <[email protected]>"] | ||
readme = "README.md" | ||
|