marcotcr / lime

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

Remove meaningless try-except #560

Closed ytfksw closed 3 years ago

ytfksw commented 3 years ago

The caught ValueError is again passed to the outside as an exception. Since there is no point in using try-except, we can remove it.