macio-matheus / time-series-ipca

This project aims to analyze and predict the IPCA historical series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series IPCA

This project aims to analyze and predict the IPCA historical series. Challenge of the Time Series discipline of the postgraduate course in Artificial Intelligence.

Serie plot

serie

Lag plot

lag-plot

Experiment with LSTM

lstm experiment plot

Usage

First of all, build the container using docker-compose and then you can access the Jupyter that is ready to be used.

Run with docker compose

cd time-series-ipca
docker-compose up -d

Accessing Jupyter

http://<your-ip>:8111/tree

Ports

    - 8111 => Jupyter
    - 6011 => Tensorboard
    - 5011 => App

DockerHub

https://hub.docker.com/r/maciomatheus/jupyter_notebook_data_science/

About

This project aims to analyze and predict the IPCA historical series.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%