daviddalpiaz / r4sl

:chart_with_upwards_trend: Machine Learning from the perspective of a Statistician using R
https://daviddalpiaz.github.io/r4sl/
72 stars 62 forks source link

Fix broken KNN code #17

Open daviddalpiaz opened 5 years ago

daviddalpiaz commented 5 years ago

Pretty sure data in some package that is being used was switched form a data.frame to a tibble and something that used to be passed as a vector is now a tibble.....