#
statistics
Here are 956 public repositories matching this topic...
ChadFulton
commented
Sep 11, 2019
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
python
json
data-science
statistics
utilities
queue
cache
file
data-structures
recursive
standard-library
-
Updated
Sep 7, 2020 - Python
glemaitre
commented
Mar 30, 2018
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
A Python based monitoring and tracking tool for Plex Media Server.
-
Updated
Sep 10, 2020 - Python
-
Updated
Feb 1, 2020 - Python
Python Library for learning (Structure and Parameter) and inference (Statistical and Causal) in Bayesian Networks.
python
statistics
statistical-inference
bayesian-networks
probabilistic-graphical-models
causal-inference
structure-learning
-
Updated
Aug 22, 2020 - Python
Survival analysis in Python
python
data-science
statistics
survival-analysis
cox-regression
maximum-likelihood
reliability-analysis
-
Updated
Aug 31, 2020 - Python
MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
visualization
python
machine-learning
statistics
neuroscience
meg
eeg
neuroimaging
electroencephalography
magnetoencephalography
electrocorticography
ecog
-
Updated
Sep 12, 2020 - Python
Statistical and Algorithmic Investing Strategies for Everyone
machine-learning
opensource
statistics
ai
genetic-algorithm
free-software
portfolio-optimization
trading-strategies
trading-algorithms
algorithmic-trading
eigenvalues
hedgefund
investment-portfolio
tradytics
-
Updated
Sep 12, 2020 - Python
Multi-class confusion matrix library in Python
data-science
data
machine-learning
data-mining
statistics
ai
deep-learning
neural-network
matrix
evaluation
mathematics
ml
artificial-intelligence
statistical-analysis
classification
accuracy
data-analysis
deeplearning
confusion-matrix
multiclass-classification
-
Updated
Sep 10, 2020 - Python
Visualize and compare datasets, target values and associations, with one line of code.
python
data-science
machine-learning
statistics
pandas-dataframe
exploratory-data-analysis
eda
pandas
data-visualization
exploration
data-analysis
data-exploration
data-profiling
-
Updated
Aug 12, 2020 - Python
PyStan, the Python interface to Stan
-
Updated
Aug 18, 2020 - Python
Statistical package in Python based on Pandas
statistics
statistical-methods
pandas
statistical-tests
circular-statistics
anova
bayesian-statistics
multiple-comparisons
effect-size
cohens-d
correlations
ttest
-
Updated
Sep 7, 2020 - Python
A python library for Bayesian time series modeling
-
Updated
Jul 26, 2020 - Python
Module for statistical learning, with a particular emphasis on time-dependent modelling
-
Updated
Aug 11, 2020 - Python
Easily view PyPI download statistics via Google's BigQuery.
-
Updated
Jul 15, 2020 - Python
FilippoSimini
opened
May 14, 2019
Open-source Python library for statistical analysis of randomised control trials (A/B tests)
-
Updated
Jun 5, 2020 - Python
Machine learning models for time series analysis
python
machine-learning
statistics
deep-learning
time-series
neural-network
bitcoin
tensorflow
ethereum
blockchain
recurrent-neural-networks
cryptocurrency
xgboost
quantitative-finance
financial-engineering
poloniex-api
time-series-prediction
poloniex-trade-bot
-
Updated
Feb 10, 2018 - Python
Data Analysis with Bootstrapped ESTimation
-
Updated
Jan 30, 2020 - Python
ELFI - Engine for Likelihood-Free Inference
python
statistics
simulator
anaconda
engine
gitter-chat
inference
bayesian
bayesian-inference
notebooks
likelihood-free
-
Updated
Sep 2, 2020 - Python
Twitter's Anomaly Detection in Pure Python
-
Updated
Jun 14, 2020 - Python
Tools for loading standard data sets in machine learning
-
Updated
Oct 3, 2018 - Python
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
python
api
learning
data-science
machine-learning
statistics
clustering
regression
classification
uci-machine-learning
-
Updated
Jul 25, 2019 - Python
Training Diary
python
sqlalchemy
statistics
database
time-series
jupyter
sqlite
docker-image
postgresql
jupyter-notebook
sports
pandas
fitness
diary
bokeh
sqlite3
series-data
monitoring-data
-
Updated
Sep 8, 2020 - Python
A free sports API written for python
api
nba
machine-learning
statistics
reference
nfl
sports
artificial-intelligence
teams
stats
ncaa
athletes
mlb
nhl
sports-stats
sports-data
sports-reference
-
Updated
Sep 11, 2020 - Python
Improve this page
Add a description, image, and links to the statistics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statistics topic, visit your repo's landing page and select "manage topics."
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr