ADVIZOR Help
1.0.0
1.0.0
  • Introduction
  • Overview
    • ADVIZOR Help
    • ADVIZOR Overview
      • Analyst
      • Analyst/X
      • Data Blender
      • Desktop Navigator
      • Server AE
      • Managed Hosting
  • Using ADVIZOR
    • File Ribbon
      • Open an Existing ADVIZOR Project
      • Restore a Backup Project Version
      • Save a Project
      • Template Library
      • Update Expired Credentials
    • Analyze Ribbon
      • Select and Exclude Data
      • Flight Recorder
      • Set Coloring
        • Use Color Scale
        • Use Color By
        • Color Legend
      • Navigation Pane
    • Author Ribbon
      • Charts, Pages, and Dashboards
        • Composing Pages with Charts
        • Page Gallery
      • Load Data
        • Load New Data Using the Data Wizard
        • Load Text Data
        • Load Microsoft Excel Data
        • Load Microsoft Access Data
        • Load SQL Server Data
        • Load Oracle Data
        • Load a Database via ODBC
        • Manage Data Sources
        • Replace an Existing Data Source
      • Design Pages
        • Create Navigation Pane Content
        • Rearrange Charts
        • Change Chart Fonts
      • Use Color Models
        • Manage Color Models
        • Assign Color Models to Pages
        • Color Workshop
        • Identify How Color Is Applied to Data
        • Uncolorable Tables
      • Configure Charts
        • Property Explorer
        • Link Unmatched Rows
        • Show Missing Values
        • Use Polygon Map Format
        • Use FocusFormat Property
      • Condition Data
        • Project Workshop
        • Use the Expression Builder
        • Use the Link Wizard
        • Delete a Link
        • Date Formatter
        • Configure Data Hierarchies
      • Explore Data Usage
      • Identify Issues with Legacy Projects
      • Data Pool Visualization
    • Model Ribbon
      • Predictive Analytics: Analyst/X
      • Analytics Process
        • Bin a Categorical Field
        • Date Fields
        • Zip Codes
      • Predictive Modeling Pane
      • Configuring a Model
      • Managing Models
    • Share Ribbon
      • Share Results
      • Export Tables
      • Deployment and ADVIZOR Server
        • ADVIZOR Server Dashboards
        • Publishing to ADVIZOR Server
        • Server Security
        • Credential Based Filters
        • Embedding Data in a Project
  • Charts and Visual Discovery
    • Charts Overview
      • Bar Chart
        • Inserting a Bar Chart
        • Bar Chart Toolbar
      • Counts
        • Inserting a Counts
        • Counts Toolbar
      • Data Constellation
        • Inserting a Data Constellation
        • Data Constellation Toolbar
      • Data Sheet
        • Inserting a Data Sheet
        • Data Sheet Toolbar
      • Heat Map
        • Inserting a Heat Map
        • Heat Map Toolbar
      • Histogram
        • Inserting a Histogram
        • Histogram Toolbar
      • Line Chart
        • Inserting a Line Chart
        • Line Chart Toolbar
      • Map
        • Inserting a Map
        • Map Toolbar
      • Multiscape
        • Inserting a Multiscape
        • Multiscape Toolbar
      • Parabox
        • Inserting a Parabox
        • Parabox Toolbar
      • Pie Chart
        • Inserting a Pie Chart
        • Pie Chart Toolbar
      • Scatterplot
        • Inserting a Scatter Plot
        • Scatter Plot Toolbar
      • Summary Sheet
        • Inserting a Summary Sheet
        • Summary Sheet Toolbar
      • Text Box
        • Inserting a Text Box
        • Text Box Toolbar
      • Text Filter
        • Inserting a Text Filter
        • Text Filter Toolbar
      • Time Table
        • Inserting a Time Table
        • Time Table Toolbar
    • Recommended Chart Use
    • Visual Discovery
      • Using Colors
      • Selection
      • Managing Viewpoint
      • Missing Values
    • User Interfaces
      • Context Menu
      • Keyboard
  • Release Notes
    • What's New
      • Release 7.2
      • Release 7.1
      • Release 7.0
      • Release 6.8
      • Release 6.7
      • Release 6.6
      • Release 6.4
      • Release 6.3
      • Release 6.2
      • Release 6.2.2
      • Release 6.0
      • Release 5.9
      • Release 5.8.2
      • Release 5.7
      • Release 5.6.2
      • Release 5.6.1
      • Release 5.51
      • Release 5.5
      • Release 5.4.1
      • Release 5.4
      • Release 5.3
      • Release 5.22d
      • Release 5.2 SalesAdvizor
      • Release 5.1
      • Release 5.0.3
      • Release 5.0
    • If You Need Additional Help
    • Copyright
Powered by GitBook
On this page
  • Creating a New Model
  • See Also
  1. Using ADVIZOR
  2. Model Ribbon

Configuring a Model

PreviousPredictive Modeling PaneNextManaging Models

Last updated 6 years ago

The Model Properties dialog is used to configure the model in terms of its target field and explanatory fields. You reach it through the pane. See for a detailed discussion of the modeling capabilities in ADVIZOR AnalystX. Review the overall Analytics to see how this dialog fits into it.

Creating a New Model

Configureing a model like this:

  1. Model Name: Enter a unique name that identifies this new model in the "Model Name" field, or use the default name based on the table and target field.

  2. Data Table: From the Data Table pulldown list, select a table that will be used to generate the predictive model.

  3. Target Field: Select the Target Field from the pulldown list. This field answers the business question for the data being analyzed. Target fields may have either continuous values (e.g., real or integer numbers) or binary values (e.g., “0” or “1”). A target field cannot be a field with multiple string values.

    You can create a field from the current selected field to use as the target, using the next button.

  4. Target from Selected ...: Use this button to create a new field that contains the current selection state for use as a target.

  5. Explanatory Fields: Explanatory fields are fields of the selected Table that will be analyzed to find those correlated with the target. Select one or more explanatory fields by clicking the check box next to the applicable field. Use the All or None buttons to turn on/off all fields. Not all fields can be explanatory fields!

    • The target field may not be an explanatory field.

    • Add data from other tables using the "copy" operation or "link()" expression in the Expression Builder.

    • Omit fields that are keys, where each row has a unique value.

    • Omit text fields containing arbitrary text that is mostly unique to each row, such as comments fields or addresses.

    • Date fields are omitted by default. You can translate them into an integer representing the elapsed time from a point in the past. You may want to calculate your own coding for dates, such as days from the present or days from a date in the past using the Expression Builder. You may also want to add additional fields that describe a date in terms of cycles (e.g., day of week, day of month, ...) to look for periodic patterns. These fields can be created with the Date Parser.

    • String fields with large numbers of categories are omitted by default. Use the Bin Categorical Field ... button (or the Expression Builder "bin()" function) to see if you can reduce the number of categories for modeling.

  6. Choose a PValue and Training Subset to control how model building is done:

    • PValue: The PValue is a threshold used in determining if a relationship between an explanatory field and the target is not random and thus should be included in the model. The smaller the PValue, the less likely the relationship is to be based on random variation in the data.

    • Training Subset: You may train your model with a subset of the data. Use the slider to choose the percentage of the model table to randomly use. The total visible rows, rows in the training subset, and what percentage that represents is shown as well. A subset is automatically chosen if the volume of data will make the building time slow. The larger the training subset, the more accurate the model but the longer time it will take to build. You may want to use a smaller subset if you are quickly iterating models, and then use a larger subset for a final training session.

  7. Train Model: "Training" is the process of creating the model from relationships found in the current data between the explanatory fields and the target field. This can be time consuming! The progress of model building is shown by "Accesses" in the Analytics pane.

  8. Save: Save the model configuration without training the model.

  9. Cancel: Close the dialog with no changes.

  10. Help: Display assistance on using this dialog.

When processing is completed, the model is displayed in two pages in the Analyst.

See Also

Zip Codes may require special .

modeling
Overview
Process
Predictive Modeling Pane
Bin Cagtegorical Field
Predictive Modeling
Predictive Analytics
process