marcotcr / lime

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

How Can I Save Plot #577

Closed imrankhan441 closed 3 years ago

imrankhan441 commented 3 years ago

is any way to save this type of plot?

pbl

MariaSheikh commented 3 years ago

To save lime explanation,

exp = explainer.explain_instance(x_test.iloc[50], clf3.predict_proba) exp.save_to_file('temp.html')