Final stage clarifications

It is clear that we need to change train/test splitting in our source codes for preparing final stag submissions.

But I’m not sure what else we are allowed to change in our approaches.
What about:

  • model type
  • model hyperparameters
  • training hyperparameters
  • input features
  • data sources

Please clarify.

1 Like

Hi @johngull,

This is documented here:

You are allowed to make updates to the model that you previously submitted to previous stages. This includes changes to your modeling approach, such as changes to the model architecture, hyperparameters, or features.

1 Like