Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 632 Bytes

README.md

File metadata and controls

22 lines (9 loc) · 632 Bytes

Examples Lime

This repository was created with the intention of putting practical examples using the lime tool, such examples are cited in this lime tutorial published in medium. For each of the lime partitions an example was created, using several machine learning algorithms, such as:

  • Using keras interceptionV3 () to identify objects present in the image.
  • With the sklearn with RandomForestClassifier for breast cancer classification.
  • Among others.

Authors

Acknowledgments