All Projects → jbn → Zigzag

jbn / Zigzag

Licence: bsd-3-clause
Python library for identifying the peaks and valleys of a time series.

Projects that are alternatives of or similar to Zigzag

Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+5239.1%)
Mutual labels:  jupyter-notebook, data-science, statistics
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-55.77%)
Mutual labels:  jupyter-notebook, data-science, statistics
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+529.49%)
Mutual labels:  jupyter-notebook, data-science, statistics
Probabilistic Programming And Bayesian Methods For Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
Stars: ✭ 23,912 (+15228.21%)
Mutual labels:  jupyter-notebook, data-science, statistics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-10.26%)
Mutual labels:  jupyter-notebook, data-science, statistics
Cracking The Data Science Interview
A Collection of Cheatsheets, Books, Questions, and Portfolio For DS/ML Interview Prep
Stars: ✭ 672 (+330.77%)
Mutual labels:  jupyter-notebook, data-science, statistics
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-66.03%)
Mutual labels:  jupyter-notebook, data-science, statistics
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+2175.64%)
Mutual labels:  jupyter-notebook, data-science, statistics
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-40.38%)
Mutual labels:  jupyter-notebook, data-science, statistics
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-48.08%)
Mutual labels:  jupyter-notebook, data-science, statistics
Edward
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
Stars: ✭ 4,674 (+2896.15%)
Mutual labels:  jupyter-notebook, data-science, statistics
Data Science Question Answer
A repo for data science related questions and answers
Stars: ✭ 2,000 (+1182.05%)
Mutual labels:  jupyter-notebook, data-science, statistics
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (+168.59%)
Mutual labels:  jupyter-notebook, data-science, statistics
Statistical Rethinking With Python And Pymc3
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
Stars: ✭ 713 (+357.05%)
Mutual labels:  jupyter-notebook, data-science, statistics
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+144.23%)
Mutual labels:  jupyter-notebook, data-science, statistics
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+580.77%)
Mutual labels:  jupyter-notebook, data-science, statistics
Data Science Learning
Repository of code and resources related to different data science and machine learning topics. For learning, practice and teaching purposes.
Stars: ✭ 273 (+75%)
Mutual labels:  jupyter-notebook, data-science, statistics
120 Ds Interview Questions
My Answer to 120 Data Science Interview Questions
Stars: ✭ 304 (+94.87%)
Mutual labels:  jupyter-notebook, data-science, statistics
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+671.79%)
Mutual labels:  jupyter-notebook, data-science, statistics
Book
This book serves as an introduction to a whole new way of thinking systematically about geographic data, using geographical analysis and computation to unlock new insights hidden within data.
Stars: ✭ 141 (-9.62%)
Mutual labels:  jupyter-notebook, data-science, statistics

.. image:: https://travis-ci.org/jbn/ZigZag.svg?branch=master :target: https://travis-ci.org/jbn/ZigZag .. image:: https://ci.appveyor.com/api/projects/status/69kj3prrrieyp8q2/branch/master?svg=true :target: https://ci.appveyor.com/project/jbn/ZigZag/branch/master .. image:: https://img.shields.io/pypi/dm/ZigZag.svg :target: https://pypi.python.org/pypi/ZigZag .. image:: https://coveralls.io/repos/github/jbn/ZigZag/badge.svg?branch=master :target: https://coveralls.io/github/jbn/ZigZag?branch=master .. image:: https://img.shields.io/pypi/v/ZigZag.svg :target: https://pypi.python.org/pypi/ZigZag .. image:: https://img.shields.io/pypi/pyversions/ZigZag.svg :target: https://pypi.python.org/pypi/ZigZag

====== ZigZag

ZigZag provides functions for identifying the peaks and valleys of a time series. Additionally, it provides a function for computing the maximum drawdown.

For fastest understanding, view the IPython notebook demo tutorial <https://github.com/jbn/ZigZag/blob/master/zigzag_demo.ipynb>_.

Contributing

This is an admittedly small project. Still, if you have any contributions, please fork this project on github <https://github.com/jbn/ZigZag>_ and send me a pull request. You can email me, John B Nelson <http://blog.johnbnelson.com/>, at [email protected] <mailto:[email protected]> with any questions.

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].