All Projects → PacktPublishing → Practical Time Series Analysis

PacktPublishing / Practical Time Series Analysis

Licence: mit
Practical Time-Series Analysis, published by Packt

Projects that are alternatives of or similar to Practical Time Series Analysis

Juliacoursenotebooks
Jupyter notebooks for the Julia Scientific Programming course on Coursera
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
Ipypublish
A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Scipy Lecture Notes cn
Pytho科学计算生态介绍的中文翻译,英文原文地址:
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Catalogos Dados Brasil
Mapeamento de iniciativas (e catálogos) de dados abertos governamentais no Brasil.
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
Iridescent
Solid data structure and algorithms
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (+0.53%)
Mutual labels:  jupyter-notebook
Stylenet
A cute multi-layer LSTM that can perform like a human 🎶
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+0.53%)
Mutual labels:  jupyter-notebook
Kapsamli derin ogrenme rehberi
Bu çalışma araştırmalar yaparken benzerlerine rastlayıp iyileştirerek derlemeye çalıştığım ve derin öğrenme (deep learning) konusunda kısa bir özet ve bolca kaynak yönlendirmesi olan (hatta sonunda koca bir liste var) hızlıca konuya giriş yapılabilinmesi için gereklilikleri özetlemektedir. Lütfen katkı vermekten çekinmeyin 👽
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Clustergrammer
An interactive heatmap visualization built using D3.js
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Ghapi
A delightful and complete interface to GitHub's amazing API
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+1242.02%)
Mutual labels:  jupyter-notebook
Kaggle Playground
Jupyter notebooks and code examples for my Kaggle Beginners' Guide.
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
Tensorflow2.0 Notes
Tensorflow 2.0 Notes 提供了TF2.0案例实战以及TF2.0基础实战,目标是帮助那些希望和使用Tensorflow 2.0进行深度学习开发和研究的朋友快速入门,其中包含的Tensorflow 2.0教程基本通过测试保证可以成功运行(有问题的可以提issue,笔记网站正在建设中)。
Stars: ✭ 187 (-0.53%)
Mutual labels:  jupyter-notebook
Mipt data mining in action 2016
"Data Mining in Action Course", Moscow Institute of Physics and Technologies
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Jupyter Notebooks with Deep Learning Tutorials
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 189 (+0.53%)
Mutual labels:  jupyter-notebook
Faceshifter
Try to reproduce FaceShifter
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook
Carputer
Toy car that drives itself using neural networks
Stars: ✭ 188 (+0%)
Mutual labels:  jupyter-notebook

Practical Time-Series Analysis

This is the code repository for Practical Time-Series Analysis, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Time-series analysis allows us to analyze certain data over a period of time and understand patterns in the data over time.This book will get you understanding the logic behind time-series analysis and implementing it in various fields, including financial, business, and social media.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

import os
import pandas as pd
%matplotlib inline
from matplotlib import pyplot as plt
import seaborn as sns

You will need the Anaconda Python Distribution to run the examples in this book and write your own Python programs for time series analysis. This is freely downloadable from https://www.continuum.io/downloads. The code samples of this book have been written using the Jupyter Notebook development environment. To run the Jupyter Notebooks, you need to install Anaconda Python Distribution, which has the Python language essentials, interpreter, packages used to develop the examples, and the Jupyter Notebook server.

Related Products

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].