Runtime
What Is Runtime?​
Runtime is the environment where you can upload your previously trained model and run predictions on new data.
Uploading Your Model​
- Navigate to the Runtime section.
- Upload your
.dfs
file from the Express Task. - The platform will validate and load the model.
Running Predictions​
- Upload a new dataset with the same structure as the training data.
- Click Run Prediction.
- Results will be displayed and available for download.
Input Data Requirements​
- Must match the format used during training
- No missing or malformed headers
Viewing and Downloading Results​
Results will be shown in a table. You can export them as a CSV.