All Projects → aloctavodia → Statistical Rethinking With Python And Pymc3

aloctavodia / 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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Statistical Rethinking With Python And Pymc3

Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-72.79%)
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 (-61.71%)
Mutual labels:  jupyter-notebook, data-science, statistics
Datascienceprojects
The code repository for projects and tutorials in R and Python that covers a variety of topics in data visualization, statistics sports analytics and general application of probability theory.
Stars: ✭ 223 (-68.72%)
Mutual labels:  jupyter-notebook, data-science, statistics
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-76.72%)
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 (-5.75%)
Mutual labels:  jupyter-notebook, data-science, statistics
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-76.16%)
Mutual labels:  jupyter-notebook, data-science, statistics
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-62.13%)
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 (-80.22%)
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 (-46.56%)
Mutual labels:  jupyter-notebook, data-science, statistics
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+397.9%)
Mutual labels:  jupyter-notebook, data-science, statistics
Zigzag
Python library for identifying the peaks and valleys of a time series.
Stars: ✭ 156 (-78.12%)
Mutual labels:  jupyter-notebook, data-science, statistics
Edward
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
Stars: ✭ 4,674 (+555.54%)
Mutual labels:  jupyter-notebook, data-science, statistics
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+208.13%)
Mutual labels:  jupyter-notebook, data-science, statistics
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+1751.33%)
Mutual labels:  jupyter-notebook, data-science, statistics
Data Science Question Answer
A repo for data science related questions and answers
Stars: ✭ 2,000 (+180.5%)
Mutual labels:  jupyter-notebook, data-science, statistics
Facet
Human-explainable AI.
Stars: ✭ 269 (-62.27%)
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 (-86.96%)
Mutual labels:  jupyter-notebook, data-science, statistics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-80.36%)
Mutual labels:  jupyter-notebook, data-science, statistics
120 Ds Interview Questions
My Answer to 120 Data Science Interview Questions
Stars: ✭ 304 (-57.36%)
Mutual labels:  jupyter-notebook, data-science, statistics
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (-41.23%)
Mutual labels:  jupyter-notebook, data-science, statistics

Statistical Rethinking with Python and PyMC3

This repository has been deprecated in favour of this one, please check that repository for updates, for opening issues or sending pull requests

Statistical Rethinking is an incredible good introductory book to Bayesian Statistics, its follows a Jaynesian and practical approach with very good examples and clear explanations.

In this repository we ported the codes (originally in R and Stan) in the book to PyMC3. We are trying to keep the examples as close as possible to those in the book, while at the same time trying to express them in the most Pythonic and PyMC3onic way we can.

Display notebooks

View Jupyter notebooks in nbviewer

Contributing

If you want to contribute please, send your pull request to this. All contributions are welcome!

Installing the dependencies

To install the dependencies to run these notebooks, you can use Anaconda. Once you have installed Anaconda, run:

conda env create -f environment.yml

to install all the dependencies into an isolated environment. You can switch to this environment by running:

source activate stat-rethink-pymc3

Creative Commons License
Statistical Rethinking with Python and PyMC3 by All Contributors is licensed under a Creative Commons Attribution 4.0 International License.

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