Skip to content

Commit dfcbd09

Browse files
authored
Update README.md
1 parent c345428 commit dfcbd09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[pandas](https://pandas.pydata.org/) - Data structures built on top of [numpy](https://www.numpy.org/).
77
[scikit-learn](https://scikit-learn.org/stable/) - Core ML library.
88
[matplotlib](https://matplotlib.org/) - Plotting library.
9-
[animatplot](https://github.com/t-makaro/animatplot) - Animate plots build on matplotlib.
10-
[seaborn](https://seaborn.pydata.org/) - Python data visualization library based on matplotlib.
9+
[seaborn](https://seaborn.pydata.org/) - Data visualization library based on matplotlib.
1110
[pandas_summary](https://github.com/mouradmourafiq/pandas-summary) - Basic statistics using `DataFrameSummary(df).summary()`.
1211
[pandas_profiling](https://github.com/pandas-profiling/pandas-profiling) - Descriptive statistics using `ProfileReport`.
1312
[sklearn_pandas](https://github.com/scikit-learn-contrib/sklearn-pandas) - Helpful `DataFrameMapper` class.
@@ -108,6 +107,7 @@ General ticks: [link](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks
108107
[mosaic plots](https://www.statsmodels.org/dev/generated/statsmodels.graphics.mosaicplot.mosaic.html) - Categorical variable visualization, [example](https://sukhbinder.wordpress.com/2018/09/18/mosaic-plot-in-python/).
109108
[yellowbrick](https://github.com/DistrictDataLabs/yellowbrick) - Wrapper for matplotlib for diagnosic ML plots.
110109
[bokeh](https://bokeh.pydata.org/en/latest/) - Interactive visualization library, [Examples](https://bokeh.pydata.org/en/latest/docs/user_guide/server.html), [Examples](https://github.com/WillKoehrsen/Bokeh-Python-Visualization).
110+
[animatplot](https://github.com/t-makaro/animatplot) - Animate plots build on matplotlib.
111111
[plotnine](https://github.com/has2k1/plotnine) - ggplot for Python.
112112
[altair](https://altair-viz.github.io/) - Declarative statistical visualization library.
113113
[bqplot](https://github.com/bloomberg/bqplot) - Plotting library for IPython/Jupyter Notebooks.
@@ -146,7 +146,7 @@ Predict economic indicators from Open Street Map [ipynb](https://github.com/njan
146146
Examples: [1](https://lazyprogrammer.me/tutorial-on-collaborative-filtering-and-matrix-factorization-in-python/), [2](https://medium.com/@james_aka_yale/the-4-recommendation-engines-that-can-predict-your-movie-tastes-bbec857b8223), [2-ipynb](https://github.com/khanhnamle1994/movielens/blob/master/Content_Based_and_Collaborative_Filtering_Models.ipynb), [3](https://www.kaggle.com/morrisb/how-to-recommend-anything-deep-recommender).
147147
[surprise](https://github.com/NicolasHug/Surprise) - Recommender, [talk](https://www.youtube.com/watch?v=d7iIb_XVkZs).
148148
[turicreate](https://github.com/apple/turicreate) - Recommender.
149-
[implicit](https://github.com/benfred/implicit) - Fast Python Collaborative Filtering for Implicit Feedback Datasets.
149+
[implicit](https://github.com/benfred/implicit) - Fast Collaborative Filtering for Implicit Feedback Datasets.
150150
[spotlight](https://github.com/maciejkula/spotlight) - Deep recommender models using PyTorch.
151151
[lightfm](https://github.com/lyst/lightfm) - Recommendation algorithms for both implicit and explicit feedback.
152152
[funk-svd](https://github.com/gbolmier/funk-svd) - Fast SVD.
@@ -287,7 +287,7 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
287287
[Kalman Filter book](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python) - Focuses on intuition using Jupyter Notebooks. Includes Baysian and various Kalman filters.
288288
[Interactive Tool](https://fiiir.com/) for FIR and IIR filters, [Examples](https://plot.ly/python/fft-filters/).
289289
[The Scientist & Engineer's Guide to Digital Signal Processing (1999)](https://www.analog.com/en/education/education-library/scientist_engineers_guide.html).
290-
[filterpy](https://github.com/rlabbe/filterpy) - Python Kalman filtering and optimal estimation library.
290+
[filterpy](https://github.com/rlabbe/filterpy) - Kalman filtering and optimal estimation library.
291291

292292
#### Time Series
293293
[statsmodels](https://www.statsmodels.org/dev/tsa.html) - Time series analysis, [seasonal decompose](https://www.statsmodels.org/dev/generated/statsmodels.tsa.seasonal.seasonal_decompose.html) [example](https://gist.github.com/balzer82/5cec6ad7adc1b550e7ee), [SARIMA](https://www.statsmodels.org/dev/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.html), [granger causality](http://www.statsmodels.org/dev/generated/statsmodels.tsa.stattools.grangercausalitytests.html).

0 commit comments

Comments
 (0)