markdown
stringlengths 44
160k
| filename
stringlengths 3
39
|
|---|---|
---
title: No-Code AI App public preview features
description: Read preliminary documentation for app-related features currently in the DataRobot public preview pipeline.
section_name: Apps
maturity: public-preview
---
# No-Code AI App public preview features {: #no-code-ai-app-public-preview-features }
{% include 'includes/pub-preview-notice-include.md' %}
## Available application public preview documentation {: #available-application-public-preview-documentation }
=== "SaaS"
Public preview for... | Describes...
----- | ------
[Prefilled app templates](app-prefill) | Prefill applications upon creation to more easily visualize the end-user experience.
[Feature Discovery support in No-Code AI Apps](app-ft-cache) | Create No-Code AI Apps from Feature Discovery projects.
=== "Self-Managed"
Public preview for... | Describes...
----- | ------
[Prefilled app templates](app-prefill) | Prefill applications upon creation to more easily visualize the end-user experience.
|
index
|
---
title: Optional widgets
description: Lists optional widgets in No-Code AI Apps and their customization options.
---
# Optional widgets {: #optional-widgets}
All optional widgets must be configured before they can be used in an application.
## Filters {: #filters}
Filter widgets provide additional filtering options within an application, and if added to an application, they are accessible on every page (i.e., filter widgets are not page specific). Parameters specified in a filtering widget are applied to all visible chart widgets as well as the All Rows widget.

!!! note
If there are no results in the filter drop-down in Consume mode, the dataset doesn’t include the required feature type.
### Categories {: #categories }
Filters by one or more _categorical_ features.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Feature to filter by | Select a categorical feature from the dropdown. You can then filter the application by its feature values.
### Dates {: #dates }
Filters by _date_ features.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Feature to set dates for | Select a date feature from the dropdown. You can then filter the application by specific dates.
### Numbers {: #numbers }
Filters by _numeric_ features.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Feature to set range for | Select a numeric feature from the dropdown.
Min | Enter a value that represents the beginning your range (i.e., the minimum value).
Max | Enter a value that represents the end of your range (i.e., the maximum value).
## Charts {: #charts}
Chart widgets add visualizations to an application and can be configured to surface important insights in your data and prediction results.
### Line {: #line }
Displays a Line chart for the selected features—useful for visualizing trends, understanding the distribution of your data, comparing values in larger datasets, and understanding the relationship between value sets.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Add labels | Add labels that display the value being measured above each dimension.
Show glyphs | Add glyphs to the line chart that highlight the value being measured above each dimension. If selected, you can choose a glyph type—a circle, square, or triangle.
Color Settings | Customize the color of each dimension displayed in the chart.
Y-axis Settings | Add a second measure to the Y-axis and specify color settings for each. Only available if more than one feature is added as a measure on the **Data** tab.
Line Thickness | Add labels that display the average value of each dimension.
### Bar {: #bar }
Displays a Bar chart for the selected features—useful for understanding the distribution of your data and comparing values in smaller datasets.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Orientation | Orients the charts vertically or horizontally.
Bars Position | Increase the width of the bars on the bar chart.
Color Settings | Customize the color of each dimension displayed in the chart.
Y-axis Settings | Add a second measure to the Y-axis and specify color settings for each. Only available if more than one feature is added as a measure on the **Data** tab.
Opacity | Control the opacity of the chart dimensions.
### Line + Bar {: #line-bar }
Displays both a line and a bar chart for the selected features. You can toggle between the two in the open application.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Add labels | Add labels that display the value being measured above each dimension.
Show glyphs | Add glyphs to the line chart that highlight the value being measured above each dimension. If selected, you can choose a glyph type—a circle, square, or triangle.
Orientation | Orient the charts vertically or horizontally.
Bars Position | Increase the width of the bars on the bar chart.
Color Settings | Customize the color of each dimension displayed in the chart.
Y-axis Settings | Add a second measure to the Y-axis and specify color settings for each. Only available if more than one feature is added as a measure on the **Data** tab.
Display as Line | Add labels that display the average value of each dimension.
Opacity of Bars | Control the opacity of the chart dimensions.
Line Thickness | Add labels that display the average value of each dimension.
### Area {: #area }
Displays an Area chart for the selected features—useful for visualizing the composition of data.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Add labels | Add labels that display the value being measured above each dimension.
Show glyphs | Add glyphs to the line chart that highlight the value being measured above each dimension. If selected, you can choose a glyph type—a circle, square, or triangle.
Color Settings | Customize the color of each dimension displayed in the chart.
Y-axis Settings | Add a second measure to the Y-axis and specify color settings for each. Only available if more than one feature is added as a measure on the **Data** tab.
Line Thickness | Add labels that display the average value of each dimension.
Opacity of area | Control the opacity of the chart dimensions.
### Donut {: #donut }
Displays a pie chart based on one dimension and one measure—useful for visualizing the composition of data, especially how individual parts compare to the whole.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Add labels | Add labels that display the average value of each dimension.
Color Settings | Customize the color of each dimension displayed in the chart.
Inner Radius | Add negative space to the center of the donut chart.
Opacity of fill | Control the opacity of the chart dimensions.
### Single value {: #single-value }
By default, displays the average value of a selected _numeric_ feature. Using the **Set constraints** functionality, you can configure the widget to show the count of distinct, min, and max, and the sum of the values of the feature.

On the **Properties** tab, customize the widget using the available parameters:
Parameter | Description
---------- | -----------
Widget Name | Rename the widget. Replaces the text displaying the widget type.
Assign categories to values | Create categories that group values by range.
|
optional-widgets
|
---
title: AI App reference
description: Reference material for No-Code AI Apps.
---
# AI App reference {: #ai-app-reference }
Topic | Describes...
---------- | -----------
[Default widgets](default-widgets) | Lists each default widget, by page, and their customization options.
[Optional widgets](optional-widgets) | Lists each optional widget and their customization options.
|
index
|
---
title: Default widgets
description: Lists default widgets in No-Code AI Apps, by page, and their customization options.
---
# Default widgets {: #default-widgets }
Applications automatically include several default widgets to make predictions and view prediction results. This section describes each default widget, including configuration options and differences for project types, grouped by which application page they can be found on. Use the **Editing page** dropdown at the top to edit a different page.
??? note "Default widget overview"
| Widget | Page | Description | Customization options |
| ---------- | ---- | ----------- | --- |
| Add Data | Home | Allows you to upload prediction files. | <ul><li>Rename widget</li></ul> |
| All Rows | Home | Displays prediction history by row. | <ul><li>Rename widget</li><li>Add/remove features</li><li>Include adjusted threshold prediction column for binary projects</li><li>Add action to download rows</li><li>Add action to delete rows</li></ul> |
| Add New Row | Create Prediction | Allows you to make single record predictions. | <ul><li>Rename widget, add row button, and cancel button</li><li>Add/remove feature fields</li><li>Enable option for populating averages toggle.</li></ul> |
| General Information | Prediction Details | Displays feature values you want to view for each prediction that don't necessarily impact the results. | <ul><li>Rename widget</li><li>Add/remove feature fields</li></ul> |
| Prediction Information | Prediction Details | Displays feature values likely to impact the prediction, as well as Prediction Explanations. | <ul><li>Rename widget</li><li>Add/remove feature fields</li></ul> |
| Prediction Explanations | Prediction Details | Displays a chart with prediction results and a table with Prediction Explanations. | <ul><li>Rename widget</li><li>Add description</li><li>Color settings</li></ul> |
## Home page {: #home-page }
**Home** is the application landing page—the first page users see when opening an application. This is where you can upload batch prediction files as well as view prediction rows from batch predictions and single record predictions.
### Add Data {: #add-data }
Allows you to [upload batch prediction files](app-make-pred#batch-predictions)—either local files or from the AI Catalog (available for signed-in users only).

### All Rows {: #all-rows }
Displays prediction history by row.

## Create Prediction page {: #create-prediction-page }
The **Create Prediction** page, or **Create Optimization** if you selected the Optimizer template, is where you make single record predictions using any features in the **Add New Row** widget.
### Add New Row {: #add-new-row }
Allows you to [make single record predictions](app-make-pred#single-record-predictions). If you want to make predictions using additional features in the project, see the information on [adding features to widgets](app-widgets#manage-widget-features).

## Prediction Details page {: #prediction-details-page }
The **Prediction Details** page displays the results of individual predictions—allowing you to analyze prediction insights after making a single record prediction or selecting a row in the **All Rows** widget.
### Row Identifier {: #row-identifier }
Displays the prediction row you're currently viewing.

!!! tip "Customize apps with an association ID"
With the **Row Identifier** widget selected, you can choose the association ID from the dropdown on the left to display this value on the prediction results page for each prediction.

### General Information {: #general-information }
Displays, for each prediction, feature values that don't necessarily impact results.

### Prediction Information {: #prediction-information }
Displays feature values and identifies how the value impacted the prediction with XEMP or SHAP Prediction Explanations.

### Prediction Explanations {: #prediction-explanations }
Displays a chart with prediction results and a table with Prediction Explanations.

|
default-widgets
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.