...
In the prediction step, the name that was used in the training phase needs to be reported in the configuration json file in this way, this time in the "config_name" field :
"algorithm": {
"phase": "execution",
"config_name": "HybridLasso_test", <---- HERE
"description": "HybridLasso"
}
...