Skip to content

Non-Parametric Modelling

Let the data speak for itself.

Introduction

Non-parametric models make fewer assumptions about the underlying data distribution, making them powerful for complex real-world patterns.

What You Will Learn

  • Implement k-Nearest Neighbours for classification and regression
  • Apply kernel methods and SVM
  • Master advanced tree-based methods
  • Understand when non-parametric methods outperform parametric ones

Assessment Connection

Section A — non-parametric methods (especially tree-based) are often the strongest choice for tabular workplace data.

📘 Tutorials

Step-by-step guides to implementing models:


🛠️ How-To Guides

Practical, goal-oriented instructions:


📖 Reference

Quick lookups and technical specifications:


🧠 Explanation

Deep dives into fundamental concepts: