From 7954554171d7d0f66e30e02cd181e666da3fedd9 Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Tue, 13 Apr 2021 12:54:42 -0400 Subject: [PATCH] Add Microsoft ML for Apache Spark to Scala and Python Lists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8011fe1..5b0d37d 100644 --- a/README.md +++ b/README.md @@ -1051,6 +1051,7 @@ be #### General-Purpose Machine Learning + * [Microsoft ML for Apache Spark](https://github.com/Azure/mmlspark) -> A distributed machine learning framework Apache Spark * [Shapley](https://github.com/benedekrozemberczki/shapley) -> A data-driven framework to quantify the value of classifiers in a machine learning ensemble. * [igel](https://github.com/nidhaloff/igel) -> A delightful machine learning tool that allows you to train/fit, test and use models **without writing code** * [ML Model building](https://github.com/Shanky-21/Machine_learning) -> A Repository Containing Classification, Clustering, Regression, Recommender Notebooks with illustration to make them. @@ -1572,6 +1573,7 @@ be #### General-Purpose Machine Learning +* [Microsoft ML for Apache Spark](https://github.com/Azure/mmlspark) -> A distributed machine learning framework Apache Spark * [DeepLearning.scala](https://deeplearning.thoughtworks.school/) - Creating statically typed dynamic neural networks from object-oriented & functional programming constructs. * [Conjecture](https://github.com/etsy/Conjecture) - Scalable Machine Learning in Scalding. * [brushfire](https://github.com/stripe/brushfire) - Distributed decision tree ensemble learning in Scala.