From 42b55bdf975da1b44c928e5c2da546a10ca43dd6 Mon Sep 17 00:00:00 2001 From: Alexandr Savinov Date: Fri, 30 Nov 2018 21:04:36 +0100 Subject: [PATCH] Add Lambdo to Python | Data Analysis / Data Visualization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 559b7cc6..7068eae7 100644 --- a/README.md +++ b/README.md @@ -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. #### Misc Scripts / iPython Notebooks / Codebases