Notes

Home

❯

03_modeling

❯

01_supervised_learning

❯

04_instance_based_methods

index

May 31, 20261 min read

04 — Instance-Based Methods

Methods that defer learning to prediction time, making predictions by comparing a new instance to stored training examples.

Notes

  • Instance-Based Methods — k-nearest neighbours, distance metrics, weighted KNN, locally weighted regression, computational considerations

Links

← 03 — Kernel Methods → 02 — Unsupervised Learning

  • Linear Algebra — distance metrics, inner products
  • Supervised Learning

1 item under this folder.

  • May 31, 2026

    instance_based_methods

    • algorithm
    • tabular
    • classification
    • regression

Created with Quartz v4.5.2 © 2026

  • GitHub