RapidCanvas Docs
  • Welcome
  • GETTING STARTED
    • Quick start guide
    • Introduction to RapidCanvas
    • RapidCanvas Concepts
    • Accessing the platform
  • BASIC
    • Projects
      • Projects Overview
        • Creating a project
        • Reviewing the Projects listing page
        • Duplicating a Project
        • Modifying the project settings
        • Deleting Project(s)
        • Configuring global variables at the project level
        • Working on a project
        • Generating the about content for the project
        • Generating AI snippets for each node on the Canvas
        • Marking & Unmarking a Project as Favorite
      • Canvas overview
        • Shortcut options on canvas
        • Queuing the Recipes
        • Bulk Deletion of Canvas Nodes
        • AI Guide
      • Recipes
        • AI-assisted recipe
        • Rapid model recipe
        • Template recipe
        • Code Recipe
        • RAG Recipes
      • Scheduler overview
        • Creating a scheduler
        • Running the scheduler manually
        • Managing schedulers in a project
        • Viewing the schedulers in a project
        • Viewing the run history of a specific scheduler
        • Publishing the updated data pipeline to selected jobs from canvas
        • Fetching the latest data pipeline to a specific scheduler
        • Comparing the canvas of the scheduler with current canvas of the project
      • Predictions
        • Manual Prediction
        • Prediction Scheduler
      • Segments and Scenarios
      • DataApps
        • Model DataApp
        • Project Canvas Datasets
        • Custom Uploaded Datasets
        • SQL Sources
        • Documents and PDFs
        • Prediction Service
        • Scheduler
        • Import DataApp
    • Connectors
      • Importing dataset(s) from the local system
      • Importing Text Files from the Local System
      • Connectors overview
      • Connect to external connectors
        • Importing data from Google Cloud Storage (GCS)
        • Importing data from Amazon S3
        • Importing data from Azure Blob
        • Importing data from Mongo DB
        • Importing data from Snowflake
        • Importing data from MySQL
        • Importing data from Amazon Redshift
        • Importing data from Fivetran connectors
    • Workspaces
      • User roles and permissions
    • Artifacts & Models
      • Adding Artifacts at the Project Level
      • Adding Models at the Project Level
      • Creating an artifact at the workspace level
      • Managing artifacts at the workspace level
      • Managing Models at the Workspace Level
      • Prediction services
    • Environments Overview
      • Creating an environment
      • Editing the environment details
      • Deleting an environment
      • Monitoring the resource utilization in an environment
  • ADVANCED
    • Starter Guide
      • Quick Start
    • Setup and Installation
      • Installing and setting up the SDK
    • Helper Functions
    • Notebook Guide
      • Introduction
      • Create a template
      • Code Snippets
      • DataApps
      • Prediction Service
      • How to
        • How to Authenticate
        • Create a new project
        • Create a Custom Environment
        • Add a dataset
        • Add a recipe to the dataset
        • Manage cloud connection
        • Code recipes
        • Display a template on the UI
        • Create Global Variables
        • Scheduler
        • Create new scenarios
        • Create Template
        • Use a template in a flow notebook
      • Reference Implementations
        • DataApps
        • Artifacts
        • Connectors
        • Feature Store
        • ML model
        • ML Pipeline
        • Multiple Files
      • Sample Projects
        • Model build and predict
    • Rapid Rag
  • Additional Reading
    • Release Notes
      • May 14, 2025
      • April 21, 2025
      • April 01, 2025
      • Mar 18, 2025
      • Feb 27, 2025
      • Jan 27, 2025
      • Dec 26, 2024
      • Nov 26, 2024
      • Oct 24, 2024
      • Sep 11, 2024
        • Aug 08, 2024
      • Aug 29, 2024
      • July 18, 2024
      • July 03, 2024
      • June 19, 2024
      • May 30, 2024
      • May 15, 2024
      • April 17, 2024
      • Mar 28, 2024
      • Mar 20, 2024
      • Feb 28, 2024
      • Feb 19, 2024
      • Jan 30, 2024
      • Jan 16, 2024
      • Dec 12, 2023
      • Nov 07, 2023
      • Oct 25, 2023
      • Oct 01, 2024
    • Glossary
Powered by GitBook
On this page
  • Creating a Manual Prediction
  • Managing manual prediction runs
  1. BASIC
  2. Projects
  3. Predictions

Manual Prediction

PreviousPredictionsNextPrediction Scheduler

Last updated 1 month ago

Creating a Manual Prediction

Use this procedure to create a prediction run in a project.

  1. Hover over the menu icon and select Projects. The Projects dashboard is displayed.

  2. Select the project for which you can to create a manual or scheduled prediction run. You can only create prediction runs for the data pipelines which have models built.

  1. Click the Predictions option from the project-level left navigation menu to open the prediction runs page. If the prediction job is created already, you can view the list of prediction runs, else click +Manual Prediction.

Note: This +Manual Prediction button is enabled only when there are models created in the project.

This opens the Select model to generate predictions window.

  1. Select the model that you want to use to generate predictions on the new dataset.

  2. Click Proceed to go to the next step.

  3. By default, the model name is populated and cannot be edit. On the breadcrumb, you can provide a custom name for the prediction run name, else the system generated name will be considered.

  4. Click Browse to upload the new dataset on which you want to perform predictions. This opens the File Upload window.

  1. Click Upload File From Local. You can upload maximum file size of 50MB.

  2. Click Close once uploaded.

  3. Click Generate Prediction to start the prediction process. You can notice the status of the prediction job is set to Created and this later changes to Running once the prediction job starts.

  1. Click Add To Canvas to add the generated dataset with predictions to the canvas. This opens the Update Name dialog where you can provide the prediction output name and click Add to Canvas.

  1. Click Download to download the prediction file to your local system to view the predictions generated by the model.

Note: The Future Period field is displayed when creating a prediction run for time series problems. In this field, you specify the future period for which predictions should be made.

On this page, you can perform the following actions:

  • Click the logs icon to check for the errors if the prediction run failed to execute. You can also view logs for the successfully executed prediction jobs.

  • Click the Caret icon and select Delete to delete this prediction run.

Managing manual prediction runs

Use this procedure to manage all the prediction runs in a project.

  1. Hover over the menu icon and select Projects. The Projects dashboard is displayed.

  2. Select the project for which you can to create a prediction run. You can only create prediction runs for the data pipelines which have models built.

  3. Click the Prediction Run from the project-level left navigation menu to open the prediction jobs page. You can see the list of prediction jobs created.

  1. Review this information:

Field name
Field description

Name

The name of the prediction job.

Triggered By

The user who has executed the prediction job.

Updated at

The last updated time stamp of the prediction job.

Input model

The name of the trained input model used on the new dataset to make predictions.

Status

The status of the prediction job after it is run. Possible values:

  • Success

  • Failed

Predictions

Click the download icon to download the dataset in which you can view the predictions.

Log

Click View to view the logs generated for the job.

Click on Table Settings to customize your table view by selecting or deselecting the columns you wish to display. You can also rearrange the columns to set them in your desired order.

Create Prediction Job
Select Model
Browse Dataset
Generate Prediction
Add to Canvas
List of Prediction Jobs