Skip to content

Commit

Permalink
Testing lime.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martcaro authored Jun 4, 2024
1 parent e0d5dcb commit f96f88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/explainers/tabular/lime.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def predict(X):

hti = Html2Image()
# hti.output_path= os.getcwd()
hti.output_path= os.getcwd() + "./tmp"
hti.output_path= os.getcwd() + "/tmp"
size=(10, 4)
css="body {background: white;}"
if "png_height" in params_json and "png_width" in params_json:
Expand Down

0 comments on commit f96f88c

Please sign in to comment.