From cda375bcca98ee5d53763a68a4c2be7eff4ab833 Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Mon, 25 Jun 2018 11:05:22 +0200 Subject: [PATCH] add ml-ens --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7624b29..ca0cfe2 100644 --- a/README.md +++ b/README.md @@ -969,6 +969,7 @@ be * [neonrvm](https://github.com/siavashserver/neonrvm) - neonrvm is an open source machine learning library based on RVM technique. It's written in C programming language and comes with Python programming language bindings. * [Turi Create](https://github.com/apple/turicreate) - Machine learning from Apple. Turi Create simplifies the development of custom machine learning models. You don't have to be a machine learning expert to add recommendations, object detection, image classification, image similarity or activity classification to your app. * [xLearn](https://github.com/aksnzhy/xlearn) - A high performance, easy-to-use, and scalable machine learning package, which can be used to solve large-scale machine learning problems. xLearn is especially useful for solving machine learning problems on large-scale sparse data, which is very common in Internet services such as online advertisement and recommender systems. +* [mlens](https://github.com/flennerhag/mlens) - A high performance, memory efficient, maximally parallelized ensemble learning, integrated with scikit-learn. #### Data Analysis / Data Visualization