Intro
A Predictive Modeling chart is one of several data science charts used for in-depth analysis in Domo. It is essentially a Scatter Plot chart that includes a model fit line. You can also specify upper and lower bounds if you want. The following image points out the primary components of a Predictive Modeling chart:
Powering Predictive Modeling charts
Predictive Modeling charts require three columns or rows of data from your DataSet, or five if you plan to show upper and lower bounds. One column contains the X coordinate values for the chart. All remaining columns contain Y coordinate values to be paired with their corresponding X coordinate value to form various elements in the chart. These Y coordinate columns are as follows:- A column with Y coordinate values for the points in the chart (required).
- A column with Y coordinate values for the model fit line (required).
- A column with Y coordinate values for the upper bound (optional).
- A column with Y coordinate values for the lower bound (optional).

Customizing Predictive Modeling charts
You can customize the appearance of an Outliers chart by editing its Chart Properties. For information about all chart properties, see Chart Properties. Unique properties of Forecasting charts include the following:| Property | Description | Example |
| General > Bounds Fill Color | Determines the color of the region between the lower and upper bounds of the first provided forecasting line. If either of these bounds is not set, no fill is applied. | ![]() |
| General > Fill Transparency Percent | Determines the percent of transparency of the fill between the lower and upper bounds of the first provided forecasting line. You can select any number between 0 and 100, in which 0 is completely opaque and 100 is completely transparent. If no color is selected in Bounds Fill Color , this property is unavailable. In the example, the transparency has been set to 75. | ![]() |

