Skip to content

Commit

Permalink
Merge pull request #92 from giotto-ai/examples
Browse files Browse the repository at this point in the history
Examples
  • Loading branch information
deatinor authored Dec 20, 2019
2 parents b7cc240 + 8484f61 commit 37c68f6
Show file tree
Hide file tree
Showing 8 changed files with 784 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ target/

# Jupyter NB Checkpoints
.ipynb_checkpoints/
Untitled*

# exclude data from source control by default
/data/
Expand Down
27 changes: 27 additions & 0 deletions examples/README.rst
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`.
Loading

0 comments on commit 37c68f6

Please sign in to comment.