Skip to content

Commit 10ee940

Browse files
author
Krzysztof Joachimiak
committed
docs
1 parent 5994bd7 commit 10ee940

File tree

3 files changed

+484
-3
lines changed

3 files changed

+484
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
> Probably the best curated list of data science software in Python
1818
19-
## Contents
19+
## Contents {docsify-ignore}
2020
* [Machine Learning](#ml)
2121
* [Deep Learning](#dl)
2222
* [Data Manipulation](#data-man)
@@ -303,7 +303,7 @@
303303
* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform.
304304
* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning.
305305
* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit.
306-
* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning
306+
* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning.
307307
* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn">
308308
* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python.
309309

@@ -399,7 +399,7 @@
399399
## Statistics
400400
* [pandas_summary](https://github.com/mouradmourafiq/pandas-summary) - Extension to pandas dataframes describe function. <img height="20" src="img/pandas_big.png" alt="pandas compatible">
401401
* [Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) - Create HTML profiling reports from pandas DataFrame objects. <img height="20" src="img/pandas_big.png" alt="pandas compatible">
402-
* [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python
402+
* [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python.
403403
* [stockstats](https://github.com/jealous/stockstats) - Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
404404
* [weightedcalcs](https://github.com/jsvine/weightedcalcs) - pandas-based utility to calculate weighted means, medians, distributions, standard deviations, and more.
405405
* [scikit-posthocs](https://github.com/maximtrp/scikit-posthocs) - Pairwise Multiple Comparisons Post-hoc Tests.

0 commit comments

Comments
 (0)