Add Microsoft ML for Apache Spark to Scala and Python Lists

This commit is contained in:
Mark Hamilton 2021-04-13 12:54:42 -04:00 committed by GitHub
parent c37a25b8ba
commit 7954554171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1051,6 +1051,7 @@ be
<a name="python-general-purpose-machine-learning"></a>
#### 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
<a name="scala-general-purpose-machine-learning"></a>
#### 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.