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
  • Accessing and Creating a Model DataApp at a project level
  • Viewing dataapps in a workspace
  • Performing predictions on the uploaded dataset
  1. BASIC
  2. Projects
  3. DataApps

Model DataApp

PreviousDataAppsNextProject Canvas Datasets

Last updated 1 month ago

Accessing and Creating a Model DataApp at a project level

Use this procedure to create a model DataApp in a project. After you run the data pipeline for any of these four problem types such as binary classification, regression, multi-class classification, or binary experimental problems, the DataApp button gets enabled.

  1. Hover over the menu icon and select Projects

  2. Select the project for which you want to create DataApps and click the DataApps icon from the project level navigation.

If no DataApps are available, you will see a screen with options - Custom DataApps or Import DataApps.

  1. Click the plus icon and select Custom DataApp. Alternatively, click Custom DataApp in the DataApp workspace. (This option is visible only when there are no DataApps in the project)

This takes you to the Create DataApp page.

  1. Specify this information on the Details tab:

    1. Select Model from the Input Type drop-down.

    2. Add the description of the DataApp that explains about it.

    3. Select the recipe for which you want to create a DataApp.

    4. Provide the name of the DataApp on the breadcrumb.

    5. By default, the environment selected during project creation is applied. However, you have the flexibility to choose a different environment for running your DataApps.

    6. Click to upload an image to display on the DataApp card that you see on the DataApps page.

    7. Enter Model controls in the text box to provide specific context to the AI guide. This helps in aligning the AI-generated responses more closely with the user’s particular use case.

  2. Click Create.

You can see the DataApp card created in this project.

Editing a DataApp

You can modify the values you have configured in a Dataapp, using the edit option any time.

To edit a DataApp:

  1. Click on the kebab menu of the DataApp card and select Edit. This takes you to the Edit DataApp page.

  2. Modify the details you want. You can change anything but not the recipe name.

  3. Click Update to save the changes.

You can navigate to the AskAI page of DataApp, using the View DataApp from the Edit page.

Viewing dataapps in a workspace

Use this procedure to view the dataapps created on the UI or published by Notebook users from Notebook.

  1. Hover over the menu icon and select DataApps. This displays the dataapps dashboard where you can see all the DataApps for different projects in this tenant.

Note: The DataApps will become inactive after a certain period set by the admin. If you want to use DataApps, you must relaunch.

  1. Click Relaunch on the DataApp card that you want to launch again.

  2. Click on the Dataapp. The screen displays the following tabs:

Feature importance - Assigning scores to input features based on how helpful they are in predicting a target variable. These scores are ranked to help users understand which features have a significant impact on model prediction.

Model performance - This evaluates the performance of the model.

What-If analysis - Help data scientists to get insights into what a model predicts for given input values. This allows them to experiment with various combinations of values for key features and observe the resulting predictions.

You can use the sliders to change the values or use drop-down to select values and click Predict What-If Outcome to review what the model predicts for the given input values.

Performing predictions on the uploaded dataset

Use this procedure to do the predictions on the new dataset and generate charts using Ask AI.

  1. Click Browse to upload the dataset and obtain predictions generated by the model.

  1. Click Upload File From Local. Once you upload the file, click Close to upload.

  2. Click Generate Prediction. Once the prediction is done on the dataset, you can download the prediction results, using the Download option.

Note: You can use the Log option to view the detailed records of the execution activity and identify issues.

  1. Click Ask AI button.

This takes you to the Ask AI tab where you can provide the query in the query box and click the Generate button. You can query the dataset to generate charts on the dataset generated after predictions.

Important: Apart from generating charts, you can also perform data transformation operations on the dataset by prompting for the Ask AI.

Here is the output chart generated for the given query.

  1. Click +DataApp to add this chart to the dataapp. The Update Name box appears where you can provide the custom name for the chart and click Save.

  2. Click the User Charts tab to view this chart.

Ask AI - You can use the Ask AI feature similar to what you see in AI-assisted recipe to provide text prompt in the chat window and generate the chart outputs on the dataset used for model building. This allows you to generate visualizations and carry out different data pre-processing operations on the selected dataset.

You can add as many chats as you want and switch between the chat windows from the Chat list on the left. The difference between the chat window used for prediction output dataset and dataset used for model building can be see in its chat name on the left.

Perform the following actions clicking the Actions drop-down:

  • Copy the dataapps URL to share with the other business users, using the Copy option.

  • Open the dataapps on a new tab, using the Open in New Tab option.

  • Configure the shutdown time of the DataApp, using the Config option.

  • View logs of DataApps to debug issues, using the Logs option.

  • Delete the DataApp that is no longer required, using the Delete option.

  • Customize the branding appearance of your DataApp, using the Branding option. This opens the Branding modal. Enter your desired title in the DataApp Title field, then use the Upload from Computer option to upload your logo. Once you have added the title and logo, click Save to apply the changes. The customized title and logo will now appear on the AskAI page and will also be visible when the DataApp is opened in a new tab.

Prediction - You can perform predictions on the uploaded dataset. For more information, see .

Modify the DataApp details, using the Edit option. For more details, see section.

Editing a DataApp
Performing predictions on the uploaded dataset
dataappslist
datapps123
dataapps_12
modelperforamnce
whatif
whatif1
predictiondataapp
predictiondataapp1
predictiondataapp12
predictiondataapp1233
outputdataapp
askai_new