Skip to main content
3598550-gdta-building-ai-models-header.jpg

Are We Asking the Right Questions for Building AI Models?

In the rapidly evolving landscape of artificial intelligence, businesses are increasingly relying on AI models to drive key business outcomes. However, the success of these models hinges not just on their technical prowess but on how well they align with business realities.

Moreover, there is often a disconnect between modelers and business stakeholders, leading to models that don’t fully align with business objectives. This article explores how to bridge that gap by incorporating business insights into the model-building process, ensuring that models not only perform well technically but also deliver tangible business value.
 

Understanding the Basics

Before diving into the integration of business insights, it’s essential to understand some fundamental concepts.

One effective way to integrate business insights into model building is through the use of customized loss functions. Traditional loss functions, like mean square error, do not account for business-specific outcomes. By modifying these loss functions to reflect business priorities, such as profitability or customer lifetime value, we can create models that are more aligned with business goals.

For instance, when building a customer attrition model, it’s not just about predicting which customers will leave but also understanding the financial implications of retaining or losing those customers. Instead of using a standard loss function, we can adjust it to penalize the model more heavily for misclassifying high-value customers. This approach ensures that the model prioritizes retaining customers who contribute the most to the business’s bottom line. Similarly, in fraud detection, using a loss function that emphasizes minimizing false negatives can significantly improve the model’s effectiveness.
 

The Business Imperative

At the heart of any business is the drive to enhance shareholder value. AI models are tools that can replace traditional models or business judgments in areas impacting this value. The key drivers for businesses include:

  • Accurate Prediction of Business Outcomes
  • Scalability and Efficiency
  • Interpretability and Alignment with Business Judgment
  • Cost-Effectiveness
  • Consistency
     

The Model Building Process

Building an AI model typically follows a standard high-level approach:

  1. Problem Definition
  2. Data Collection
  3. Data Pre-processing
  4. Feature Engineering
  5. Model Type Selection
  6. Model Training
  7. Model Evaluation
  8. Model Deployment
  9. Monitoring and Improvement

Each step must align with the business’s needs to ensure the model’s relevance and effectiveness.

A common practice in model building is to focus on technical accuracy, such as minimizing mean square error. However, this approach often overlooks the business context. For example, spending resources to retain a customer who is unlikely to generate significant revenue can be a waste.

Conversely, failing to retain a high-value customer can be a costly mistake. Therefore, it’s crucial to incorporate business metrics, such as revenue, expenses, and cash flow, into the model training process.
 

The Role of Loss Functions

A crucial component in model training is the loss function, which acts as the model’s teacher. It measures the difference between predicted and actual values, guiding the model to minimize errors through techniques like gradient descent and backpropagation. Common properties of loss functions include:

  • Symmetry: Treating overprediction and underprediction equally.
  • Interpretability: Serving as a tool to measure model performance.
  • Business-Problem Agnosticism: Working well for similar types of problems.
  • Differentiability: Most algorithms require differentiability for algorithms to find minima or maxima.
     

Limitations of Generic Loss Functions

While generic loss functions like Mean Squared Error (MSE) and Cross-Entropy are widely used, they have limitations:

  1. Treating All Errors Equally: Not all mistakes have the same cost. Generic loss functions (MSE, Cross-Entropy) apply the same penalty to all errors. In cases where some mistakes cost more (e.g., missing a high-value customer), these functions fail to capture reality.
  2. Lack of Focus on Business Objectives: Standard loss functions don’t consider key business drivers like profit, cost, or risk. Models using these functions may achieve high accuracy but deliver poor business results.
  3. Misaligned Incentives — In industries like healthcare or finance, generic loss functions can lead to models that favor reducing overall error, even at the cost of critical misclassifications (like missing risky patients or fraud cases).
     

Aligning Models with Business Objectives

AI models often provide insights rather than direct solutions to business problems. For instance, predicting customer churn with high accuracy might not translate to business value if it doesn’t help retain high-value customers. Custom loss functions can address this by assigning higher penalties to more costly errors.
 

The Human Element

Despite their capabilities, AI models cannot replace the nuanced decision-making of a savvy business leader. Models operate within specific parameters and assumptions, and their outputs must be interpreted and applied within the broader business context. Some factors that play an important role are:

  • Context and Strategy: Models operate within specific parameters and assumptions. While they generate useful outputs, the application of those outputs must align with business strategy, market conditions, and other contextual factors.
  • Data-Driven Insights: Models analyze data to detect patterns, make predictions, or recommend actions. However, they often need human interpretation to apply these insights.
  • Limitations: Models can’t foresee unforeseen disruptions or entirely solve dynamic, multi-faceted problems without continuous updates, human oversight, and adjustments.
     

Final Thoughts

Tailoring loss functions to reflect business realities leads to AI models that deliver greater value. As machine learning becomes more integrated into business processes, custom loss functions will increasingly align models with real-world goals. This approach requires close collaboration between data scientists and business stakeholders, ensuring that models are not only technically sound but also deliver real business impact.

As the field of data science continues to evolve, the integration of business insights into model building will become increasingly important. By adopting this comprehensive approach, we can bridge the gap between technical accuracy and business value, ultimately driving better outcomes for organizations.