Skip to content
Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary

Build and deploy your first Einstein Discovery model

The path runs from dataset to deployed component in six steps. Skipping the scorecard is how bad models reach production.

Steps
6
Steps
Level
Advanced
Level
Category
AI
Category
By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated Aug 22, 2026

The path runs from dataset to deployed component in six steps. Skipping the scorecard is how bad models reach production.

  1. Start a model from Analytics Studio

    On the Analytics Studio home page click Create, then Model. Choose Create from Dataset and click Continue.

  2. Choose the dataset holding your history

    Select the CRM Analytics dataset of past events where the result is already known, then click Next.

  3. Name the outcome and the direction

    Under I Want to Predict, pick the outcome column. Set whether you want it maximized or minimized, then click Next.

  4. Let Einstein pick the columns

    On Configure Model Columns leave the setting on Automated so the relevant fields get chosen for you, then click Create Model.

  5. Check the numbers before you ship

    On Model Performance Overview, work through Assess Deployment Readiness and clear every data alert. Binary models get their threshold set on this screen too.

  6. Deploy it to an object

    Click Deploy Model and pick the target object. Einstein maps most variables to fields itself; map the stragglers by hand, across relationships if needed. Choose whether to segment, mark actionable variables, then review and Deploy.

Regressionremember

For a numeric outcome such as Amount or days to close. Judged on R-squared. The record shows a number in the column's own unit.

Binary classificationremember

For a true or false outcome such as IsWon. Judged on AUC. The raw output is a probability until your threshold turns it into a verdict.

Multiclass classificationremember

For a picklist-shaped outcome of three to ten distinct values, such as a tier or reason code. Bucket a wider column down in the recipe first.

Gotchas
  • The model knows only the columns present when it trained. Adding a field later means building the model again.
  • A near-perfect score should worry you, not please you. Salesforce's own training says a perfect model raises suspicion, so check Top Predictors before you believe it.
  • Mapped fields that sit blank on a record degrade that record's prediction quietly, with no warning on the page.

Go deeper