aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer Science HLTopic 4.3Model selection
Back to Computer Science HL Topics
4.3.104 min read

Model selection (Computer Science HL)

IB Computer Science • Unit 4

Smart study tools

Turn reading into results

Move beyond passive notes. Answer real exam questions, get AI feedback, and build the skills that earn top marks.

Get Started Free

Contents

  • Accuracy is not the only axis
  • Comparing fairly
  • When the simpler model wins
  • Exam-style question
The big idea: Model selection is choosing which model to deploy — and the most accurate is frequently the wrong answer.

Explainability, speed, cost, data required and the consequence of each kind of error all count, and in some domains they outrank accuracy outright.

What a comparison must weigh

  • Performance — and the right measure, not just accuracy
  • Explainability — can a decision be justified to the person it was made about?
  • Speed at prediction time, which is often what decides deployability
  • Data needed to train it at all
  • Cost — hardware, energy, and who has to maintain it
  • Which error is worse, and whether the model can be tuned towards that

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime
1

Same data, same split

2

Cross-validation

3

A baseline first

4

Test set once

A small accuracy gap is often noise: 94.1% against 93.8% on one test split is not evidence that the first model is better. Re-split the data and the order may reverse.

Where the gap is within the variation between folds, choose on the other criteria — they are the ones that actually differ.

Study smarter, not longer

Most students waste 40% of study time on topics they already know. Our AI tracks your progress and optimizes every minute.

Try Smart Study FreeYour first topic is free to keep • No credit card required
SituationChooseBecause
A decision must be justifiedInterpretable model"Component 3 was high" is not an explanation
Prediction must be instant on a phoneSmall modelA large one cannot run there at all
Only a few hundred recordsSimple modelA complex one will fit noise
A regulator may audit itInterpretable modelYou must be able to show the reasoning
Accuracy is all that mattersThe most accurateNothing else is constrained
The strongest answers name the trade: "Choose the decision tree — it is 2% less accurate, but the bank must explain refusals to applicants, and a tree's path is the explanation."

That sentence scores far higher than "choose the most accurate model", because it prices what is being given up.

How this is tested — you must compare candidates on more than accuracy and justify the choice from the scenario's constraints. It comes up two ways:

Paper 1 Section A

  • Explain the importance of model selection, 3-4 marks
  • State one criterion besides accuracy
  • Identify why a baseline matters

Paper 1 Section B — case study

  • Choose between models for a scenario and justify it
  • Explain why the most accurate is not always chosen
The classic trap: Choosing the highest number. The question almost always contains a constraint — a regulator, a phone, a clinician, a small dataset — and that constraint is what the marks are for.
IB-style questionEvaluate[6 marks]

A bank compares a decision tree (91% accurate) with a neural network (94%) for loan decisions. Evaluate which it should deploy.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

IB Exam Questions on Model selection

Practice with IB-style questions filtered to Topic 4.3.10. Get instant AI feedback on every answer.

Practice Topic 4.3.10 QuestionsBrowse All Computer Science HL Topics

How Model selection Appears in IB Exams

Examiners use specific command terms when asking about this topic. Here's what to expect:

Define

Give the precise meaning of key terms related to Model selection.

AO1
Describe

Give a detailed account of processes or features in Model selection.

AO2
Explain

Give reasons WHY — cause and effect within Model selection.

AO3
Evaluate

Weigh strengths AND limitations of approaches in Model selection.

AO3
Discuss

Present arguments FOR and AGAINST with a balanced conclusion.

AO3

See the full IB Command Terms guide →

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

4.1.1Types of machine learning
4.1.2Hardware for machine learning
4.2.1Data cleaning
4.2.2Feature selection
View all Computer Science HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science HL

Previous
4.3.9CNNs
Next
Ethics of machine learning4.4.1

Don’t just read about Model selection — practice it

Apply what you learned with real exam-style questions. AI feedback shows exactly how to improve your answers.

Practice NowView All Computer Science HL Topics