Actuarial Data Science - Open Learning Resource
In this lecture, we focus on framing problems: turning a vague business concern into a clear, answerable data science question. A well-posed question saves you time later, as it guides what data are needed and which methods are appropriate.
Understand and explain different types of questions
Justify the importance of a strong understanding of the business, including its objectives, constraints, and operating environment, when designing and implementing a data analytics project
Data analysis is a highly iterative and non-linear process.
The data analysis process can be viewed as a specific application of the Actuarial Control Cycle, which we refer to as the Data Science Lifecycle (DSL).
Here, we zoom in on the first step of the DSL: problem definition. You should start thinking about where your project sits in this lifecycle, and how a clear problem statement will affect all downstream steps.
Data Science Lifecycle
The epicycle consists of three iterative steps:
You can use the information about the different question types and the characteristics of good questions as a guide to refining your question. To do this, iterate through the following three steps:
Establishing your expectations about the question
Gathering information about the question
Determining whether your expectations match the information you gathered, and refining your question (or expectations) if they do not
Examples:
Examples:
Source: adapted from Leek and Peng (2015)
Examples:
Examples:
Examples:
Examples:
“We have found that the most frequent failure in data analysis is mistaking the type of question being considered.” — Leek and Peng (2015)
Data analysis flowchart for question types (Source: Leek and Peng (2015))
Example:
Specify the question type your team identified in the previous activity
Share the refined question and its type by replying to your previous post in the Teams channel
Challenge your question:
What makes a good question?
Adapted from Peng and Matsui (2015), see Chapter 3.3 of The Art of Data Science for details
Example: Wattle Insurance
The broker’s original complaint (Chapter 1’s case study) was: “How can two similar businesses get such different prices?”
This falls short on several counts. It is not specific about which businesses, which factors, or over what period, and it does not yet stem from a plausible framework connecting price to risk.
A refined version: “After controlling for building sum insured and region, does our occupation-hazard grouping explain the remaining variation in premiums for SME building insurance customers, or is there unexplained variation elsewhere?”
This version is specific, answerable from the data Wattle already has, of clear interest to the pricing team, and grounded in a plausible framework: that price should track the risk factors already believed to matter.
Adapted from Peng and Matsui (2015), see Chapter 3.4 of The Art of Data Science for details
Example: Wattle Insurance
Take the refined question above and check it against the four pitfalls. The refined question is associational, it asks how much variation the occupation-hazard grouping explains, not whether occupation causally changes claims cost, so confounding is not the right lens for it as written.
peril field was machine-generated from loss descriptions by a system nobody on the pricing team built. Any systematic misclassification there would bias any model built on top of it.Using the Wattle Insurance case (Chapter 1’s Introduction reading):
peril field?”

Illustration generated using AI
“Fairness” is an overloaded concept.
Anti-discrimination
Legal obligation
Competing notions
Contested ethical terrain
Consumer trust
Contractual commitment
2026 ASIC review
A review of five motor vehicle insurance providers found none had explained, in their quote and renewal documents, the key factors that affected the calculation of the premium, or why the premium had changed from the previous year.
The proposed Privacy Amendment (Personal Data Protection) Bill 2026 introduces a new “fair and reasonable” test for personal-data collection, use, and disclosure, assessed against reasonable expectations, transparency, data minimisation, genuine choice, proportionality, and individual impact.
The takeaway
AI doesn’t create a new problem. It amplifies an existing one.


Question
Is insurance pricing a pure predictive task?
Assume you are an actuary working for a consulting firm. Two teams (Team A and Team B) are working on different projects.
Team A works on forecasting demand for a grocery retailer. This project aims to estimate demand so that the supply chain knows how much product to send to stores. Once demand is predicted, the supply chain can determine how much to order, when to order it, and where to send it. Over-forecasting leads to waste, while under-forecasting leads to lost sales. Prediction accuracy is the most important consideration for this project.
Team B works on predicting claims for a motor insurer, specifically for its comprehensive insurance product. This project aims to predict both the number and the cost of claims for the next year in order to set appropriate premiums for prospective policyholders. Over-estimating claims will result in non-competitive premiums, while under-estimating claims could lead to losses. Interpretability and ease of implementation of the model are more important than prediction accuracy for this project. However, the model should still be reasonably predictive.
Question:
