From f96f88c7212c394fdf5dcfbbc3a628fd27859949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Caro=20Mart=C3=ADnez?= Date: Tue, 4 Jun 2024 15:39:16 +0200 Subject: [PATCH] Testing lime.py --- resources/explainers/tabular/lime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/explainers/tabular/lime.py b/resources/explainers/tabular/lime.py index 82ce5a4..5a6d1aa 100644 --- a/resources/explainers/tabular/lime.py +++ b/resources/explainers/tabular/lime.py @@ -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: