-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed README and chenged version for release
- Loading branch information
Showing
10 changed files
with
851 additions
and
20 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
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,27 @@ | ||
.. image:: https://www.giotto.ai/static/vector/logo.svg | ||
:width: 850 | ||
|
||
Examples and Tutorials | ||
====================== | ||
|
||
In this folder you can find basic tutorials and examples: you can read through them to | ||
understand how `giotto-time` works. | ||
|
||
Quick start | ||
----------- | ||
|
||
This tutorial is about giving an overview on the basic features of `giotto-time`. | ||
You will learn how to train a simple time series model with custom features. | ||
Some considerations on input-output are presented. | ||
|
||
Details and advanced features | ||
----------------------------- | ||
|
||
This tutorial details more advanced features of `giotto-time`. | ||
You will learn more details on the feature generation and on custom linear regressor | ||
model for time series forecasting. | ||
|
||
Causality Tests | ||
--------------- | ||
|
||
This tutorial details the causality tests built-in in `giotto-time`. |
Oops, something went wrong.