Skip to content

Commit

Permalink
Merge pull request josephmisiti#563 from asavinov/master
Browse files Browse the repository at this point in the history
Add Lambdo to Python | Data Analysis / Data Visualization
  • Loading branch information
josephmisiti authored Dec 4, 2018
2 parents 439da87 + 42b55bd commit 643a89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 643a89b

Please sign in to comment.