Score Recipe - FileNotFoundError

danw
danw Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 2
edited July 16 in Using Dataiku

I'm following the Scoring Basics course, and when I try to run the score recipe, I get the following error:

[09:46:39] [INFO] [dku.utils]  - *************** Recipe code failed **************
[09:46:39] [INFO] [dku.utils]  - Begin Python stack
[09:46:39] [INFO] [dku.utils]  - Traceback (most recent call last):
[09:46:39] [INFO] [dku.utils]  -   File "C:\Users\Dan\AppData\Local\Dataiku\DataScienceStudio\kits\dataiku-dss-12.3.2-win\python\dataiku\doctor\prediction\reg_scoring_recipe.py", line 261, in <module>
[09:46:39] [INFO] [dku.utils]  -     dkujson.load_from_filepath(sys.argv[4]),
[09:46:39] [INFO] [dku.utils]  -   File "C:\Users\Dan\AppData\Local\Dataiku\DataScienceStudio\kits\dataiku-dss-12.3.2-win\python\dataiku\core\dkujson.py", line 38, in load_from_filepath
[09:46:39] [INFO] [dku.utils]  -     with file_open_function(filepath) as fp:
[09:46:39] [INFO] [dku.utils]  - FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Dan\\AppData\\Local\\Dataiku\\DataScienceStudio\\dss_home\\jobs\\DKU_TUTORIAL_MACHINE_LEARNING_BASICS\\Build_customers_unlabeled_scored__NP__2023-11-28T09-46-30.127\\score_customers_unlabeled_prepared_NP\\prediction-scoring-recipe\\runI0ODz5lOXtC6\\desc.json'
[09:46:39] [INFO] [dku.utils]  - End Python stack

I've rebuilt all datasets in the flow, and retrained the model, but still get the same error.

Answers

Setup Info
    Tags
      Help me…