Merge pull request #765 from benedekrozemberczki/patch-1

Added the Shapley library.
This commit is contained in:
Joseph Misiti 2021-01-04 09:31:10 -05:00 committed by GitHub
commit 83b33feaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1045,6 +1045,7 @@ be
<a name="python-general-purpose"></a>
#### General-Purpose Machine Learning
* [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.
* [ML/DL project template](https://github.com/PyTorchLightning/deep-learning-project-template)