Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"
}

...