From 086322e3204e96f477a1055529594e80ceb66d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Thu, 12 Apr 2018 17:50:31 -0300 Subject: [PATCH 1/5] Update _config.yml --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f7efbe..2e3382f 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-minimal +avatar: "/img/icon.png" +title-img: "/img/logo.png" From 9b63d625d4f41027b5ebd4e986c6964a1de6686e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Thu, 12 Apr 2018 17:54:25 -0300 Subject: [PATCH 2/5] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2e3382f..244a224 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ theme: jekyll-theme-minimal avatar: "/img/icon.png" -title-img: "/img/logo.png" +logo: "/img/logo.png" From 26a9ab68ff97cb9af8b59f8e83ed7054563b9cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Thu, 12 Apr 2018 18:14:39 -0300 Subject: [PATCH 3/5] Update _config.yml --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 244a224..a759d52 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ theme: jekyll-theme-minimal -avatar: "/img/icon.png" +title: logo: "/img/logo.png" +show_downloads: true From 7d876876e060ae3e034ae1bc69cce6b65dcc511d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Thu, 12 Apr 2018 18:24:32 -0300 Subject: [PATCH 4/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58dd252..71555fd 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Fuzzy Time Series (FTS) are non parametric methods for time series forecasting b 7. **Data postprocessing**: The inverse operations of step 1. +## Usage examples + +There is nothing better than good code examples to start. [Then check out the demo Jupyter Notebooks of the implemented method os pyFTS!](https://github.com/petroniocandido/pyFTS/tree/master/pyFTS/notebooks). + +A Google Colab example can also be found [here](https://drive.google.com/file/d/1zRBCHXOawwgmzjEoKBgmvBqkIrKxuaz9/view?usp=sharing). + ## MINDS - Machine Intelligence And Data Science Lab This tool is result of collective effort of [MINDS Lab](http://www.minds.eng.ufmg.br/), headed by Prof. Frederico Gadelha GuimarĂ£es. Some of research on FTS which was developed under pyFTS: From a9da97cca012f1d1f91a5a3734ce43676347cd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=C3=B4nio=20C=C3=A2ndido=20de=20Lima=20e=20Silva?= Date: Thu, 12 Apr 2018 18:43:46 -0300 Subject: [PATCH 5/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 71555fd..76bd002 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # pyFTS - Fuzzy Time Series for Python +[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) +[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) +[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/pyFTS/) +[![Open Source Love png2](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) + ## What is pyFTS Library? This package is intended for students, researchers, data scientists or whose want to exploit the Fuzzy Time Series methods. These methods provide simple, easy to use, computationally cheap and human-readable models, suitable for statistic laymans to experts.