Stats Maths With Python

General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Alternatives To Stats Maths With Python
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Scikit Learn54,52018,9446,7223 hours ago64May 19, 20222,194bsd-3-clausePython
scikit-learn: machine learning in Python
Virgilio13,415
a year ago20otherJupyter Notebook
Your new Mentor for Data Science E-Learning.
Machine Learning Tutorials12,876
5 months ago33cc0-1.0
machine learning and deep learning tutorials, articles and other resources
Ydata Profiling10,700
3 hours ago168mitPython
Create HTML profiling reports from pandas DataFrame objects
Imbalanced Learn6,325140126a month ago29May 16, 202263mitPython
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
Smile5,73612130a month ago30December 05, 202010otherJava
Statistical Machine Intelligence & Learning Engine
Edward4,5033924 years ago28January 22, 2018218otherJupyter Notebook
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
Framework4,017
3 years ago760otherC#
Machine learning, computer vision, statistics and general scientific computing for .NET
Probability3,92212621321 hours ago43June 07, 2022635apache-2.0Jupyter Notebook
Probabilistic reasoning and statistical analysis in TensorFlow
Datascience3,751
20 days agocc0-1.0
Curated list of Python resources for data science.
Alternatives To Stats Maths With Python
Select To Compare


Alternative Project Comparisons
Readme

Statistics/ Mathematical Computing Notebooks

Jupyter Notebooks on the topics of statistical analysis, mathematics, and numerical/sceintific computing (in Python).

Please feel free to connect with me on LinkedIn if you are interested in data science and like to connect.


Requirements

  • Python 3.6+
  • NumPy ($ pip install numpy)
  • Pandas ($ pip install pandas)
  • Scikit-learn ($ pip install scikit-learn)
  • SciPy ($ pip install scipy)
  • Statsmodels ($ pip install statsmodels)
  • MatplotLib ($ pip install matplotlib)
  • Seaborn ($ pip install seaborn)

Set Algebra basics

set

Permutations and Combinations

permutation and combination

Probability distributions (Discrete)

binom

Linear Regression Methods

lm

R-style Statistical functions written using Python

rstyle

Diagnostics of a linear regression problem

Introduction to hypothesis testing

Articles

Check out this article I wrote on Medium: Essential Math for Data Science.

Check out this article I wrote on Medium about "How to write your favorite R functions — in Python?"

Check out this article I wrote on Medium about "Mathematical programming — a key habit to build up for advancing in data science?"

Check out this article I wrote on Medium about "Bayes’ rule with a simple and practical example"

Check out this article I wrote on Medium about "Statistical modeling with “Pomegranate” — fast and intuitive"

Popular Statistics Projects
Popular Machine Learning Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Machine Learning
Article
Data Science
Statistics
Mathematics
Pandas
Numpy
Matplotlib
Probability
Medium
Scipy
Bayesian Statistics