How to replicate:
Using windows10, download the latest Dataiku DSS on-premise version (13.2.3).
Create a New project, upload any dataset with a "target" column having binary value.
Click the dataset - Lab - AutoML Prediction - Quick Prototype - Train a Random Forest model on "target", using default settings.
Deploy the Random Forest model.
Click the deployed model, use an Evaluate recipe. Keey all default, and run the recipe, then you get:
Error message:
[15:51:26] [INFO] [dku.utils] - *************** Recipe code failed **************
[15:51:26] [INFO] [dku.utils] - Begin Python stack
[15:51:26] [INFO] [dku.utils] - Traceback (most recent call last):
[15:51:26] [INFO] [dku.utils] - File "C:\Users\PCsPC\AppData\Local\Dataiku\DataScienceStudio\kits\dataiku-dss-13.2.3-win\python\dataiku\doctor\evaluation\reg_evaluation_recipe.py", line 392, in <module>
[15:51:26] [INFO] [dku.utils] - api_node_logs_config=dkujson.loads(sys.argv[13]),
[15:51:26] [INFO] [dku.utils] - File "C:\Users\PCsPC\AppData\Local\Dataiku\DataScienceStudio\Python\python-3.7.13\lib\json_init_.py", line 348, in loads
[15:51:26] [INFO] [dku.utils] - return _default_decoder.decode(s)
[15:51:26] [INFO] [dku.utils] - File "C:\Users\PCsPC\AppData\Local\Dataiku\DataScienceStudio\Python\python-3.7.13\lib\json\decoder.py", line 337, in decode
[15:51:26] [INFO] [dku.utils] - obj, end = self.raw_decode(s, idx=_w(s, 0).end())
[15:51:26] [INFO] [dku.utils] - File "C:\Users\PCsPC\AppData\Local\Dataiku\DataScienceStudio\Python\python-3.7.13\lib\json\decoder.py", line 353, in raw_decode
[15:51:26] [INFO] [dku.utils] - obj, end = self.scan_once(s, idx)
[15:51:26] [INFO] [dku.utils] - json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
[15:51:26] [INFO] [dku.utils] - End Python stack
Note that the "Score" recipe works fine.
Please find attached the whole error log.
Please kindly let me know if any additional information is required.
Operating system used: Windows10