Skip to content

Commit

Permalink
Fix InterpretML link
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins authored Mar 13, 2022
1 parent 9312239 commit 41aeed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python).
* [Alibi](https://github.com/SeldonIO/alibi) - Open-source Python library enabling ML model inspection and interpretation.
* [Captum](https://github.com/pytorch/captum) - Model interpretability and understanding library for PyTorch.
* [ELI5](https://github.com/eli5-org/eli5) - Python package which helps to debug machine learning classifiers and explain their predictions.
* [InterpretML](https://interpret.ml/) - A toolkit to help understand models and enable responsible machine learning.
* [InterpretML](https://github.com/interpretml/interpret) - A toolkit to help understand models and enable responsible machine learning.
* [LIME](https://github.com/marcotcr/lime) - Explaining the predictions of any machine learning classifier.
* [Lucid](https://github.com/tensorflow/lucid) - Collection of infrastructure and tools for research in neural network interpretability.
* [SAGE](https://github.com/iancovert/sage) - For calculating global feature importance using Shapley values.
Expand All @@ -216,7 +216,7 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python).
*Tools for managing model lifecycle (tracking experiments, parameters and metrics).*

* [Aim](https://github.com/aimhubio/aim) - A super-easy way to record, search and compare 1000s of ML training runs.
* [Comet](https://www.comet.ml/site/) - Track your datasets, code changes, experimentation history, and models.
* [Comet](https://www.comet.ml) - Track your datasets, code changes, experimentation history, and models.
* [Guild AI](https://guild.ai/) - Open source experiment tracking, pipeline automation, and hyperparameter tuning.
* [Keepsake](https://github.com/replicate/keepsake) - Version control for machine learning with support to Amazon S3 and Google Cloud Storage.
* [Mlflow](https://mlflow.org/) - Open source platform for the machine learning lifecycle.
Expand Down

0 comments on commit 41aeed1

Please sign in to comment.