mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-13 11:24:23 -05:00
Merge pull request #535 from xhlulu/patch-1
Add Dash - Interactive, Reactive Web Apps for Python
This commit is contained in:
commit
38f91c6bb5
1 changed files with 2 additions and 0 deletions
|
@ -1036,11 +1036,13 @@ be
|
|||
* [Bowtie](https://github.com/jwkvam/bowtie) - A dashboard library for interactive visualizations using flask socketio and react.
|
||||
* [lime](https://github.com/marcotcr/lime) - Lime is about explaining what machine learning classifiers (or models) are doing. It is able to explain any black box classifier, with two or more classes.
|
||||
* [PyCM](https://github.com/sepandhaghighi/pycm) - PyCM is a multi-class confusion matrix library written in Python that supports both input data vectors and direct matrix, and a proper tool for post-classification model evaluation that supports most classes and overall statistics parameters
|
||||
* [Dash](https://github.com/plotly/dash) - A framework for creating analytical web applications built on top of Plotly.js, React, and Flask
|
||||
|
||||
<a name="python-misc"></a>
|
||||
#### Misc Scripts / iPython Notebooks / Codebases
|
||||
* [Map/Reduce implementations of common ML algorithms](https://github.com/Yannael/BigDataAnalytics_INFOH515): Jupyter notebooks that cover how to implement from scratch different ML algorithms (ordinary least squares, gradient descent, k-means, alternating least squares), using Python NumPy, and how to then make these implementations scalable using Map/Reduce and Spark.
|
||||
* [BioPy](https://github.com/jaredthecoder/BioPy) - Biologically-Inspired and Machine Learning Algorithms in Python.
|
||||
* [SVM Explorer](https://github.com/plotly/dash-svm) - Interactive SVM Explorer, using Dash and scikit-learn
|
||||
* [pattern_classification](https://github.com/rasbt/pattern_classification)
|
||||
* [thinking stats 2](https://github.com/Wavelets/ThinkStats2)
|
||||
* [hyperopt](https://github.com/hyperopt/hyperopt-sklearn)
|
||||
|
|
Loading…
Reference in a new issue