From 82e9c87f1b2930d5bfbe452b8d151202f35b842d Mon Sep 17 00:00:00 2001 From: fukatani Date: Mon, 20 Nov 2017 23:03:53 +0900 Subject: [PATCH] add stacked generalization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 473f824..60a57e8 100644 --- a/README.md +++ b/README.md @@ -931,6 +931,7 @@ be * [Edward](http://edwardlib.org/) - A library for probabilistic modeling, inference, and criticism. Built on top of TensorFlow. * [xRBM](https://github.com/omimo/xRBM) - A library for Restricted Boltzmann Machine (RBM) and its conditional variants in Tensorflow. * [CatBoost](https://github.com/catboost/catboost) - Gradient boosting on decision trees library with categorical features support out of the box for Python, R. +* [stacked_generalization](https://github.com/fukatani/stacked_generalization) - Implementation of machine learning stacking technic as handy library in Python. #### Data Analysis / Data Visualization