marcotcr / lime

Lime: Explaining the predictions of any machine learning classifier
BSD 2-Clause "Simplified" License
11.5k stars 1.79k forks source link

Documentation mismatch #586

Closed yqtianust closed 3 years ago

yqtianust commented 3 years ago

The documentation in https://lime-ml.readthedocs.io/ is different from the comments in the code.

For example, https://lime-ml.readthedocs.io/en/latest/lime.html#lime.lime_image.LimeImageExplainer and https://github.com/marcotcr/lime/blob/master/lime/lime_image.py#L90.

The former one has too many parameters that do not exist in the code.

marcotcr commented 3 years ago

I think I fixed this