mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-13 11:24:23 -05:00
Merge pull request #563 from asavinov/master
Add Lambdo to Python | Data Analysis / Data Visualization
This commit is contained in:
commit
643a89b046
1 changed files with 1 additions and 0 deletions
|
@ -1059,6 +1059,7 @@ be
|
|||
* [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
|
||||
* [Lambdo](https://github.com/asavinov/lambdo) - A workflow engine for solving machine learning problems by combining in one analysis pipeline (i) feature engineering and machine learning (ii) model training and prediction (iii) table population and column evaluation via user-defined (Python) functions.
|
||||
|
||||
<a name="python-misc"></a>
|
||||
#### Misc Scripts / iPython Notebooks / Codebases
|
||||
|
|
Loading…
Reference in a new issue