Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 234 Bytes

DAY19.md

File metadata and controls

13 lines (11 loc) · 234 Bytes

DAY 19

KNN(K-Nearest Neighbour)

  • use for small datasets
  • k---> constant
  • k value----> odd number
  • k not 1
  • these are for best conditions
  • it can be use in regression
  • google brain team
  • udacity

Regression