2 2 votes
1 1 answer
651
651 views
In any coding assignment or task at a higher educational level (University/College), would it be acceptable to use less coding and list modules or libraries that may not ...
1 1 vote
3 3 answers
4.0k
4.0k views
The KNN function in the sklearn library (when coded properly), outputs the points closest to p based on the value of k, and others.The point(s) would include itself when ...
1 1 vote
2 answers 2 answers
1.9k
1.9k views
Please see example from the following link.The question is leaning towards a programming code solution in Python as the link above shows. Involving sklearn and any other ...
3 3 votes
1 1 answer
1.2k
1.2k views
I have read online articles involving KNN and its emphasis on normalization. I would like to know if all KNN functions in Python need to involve normalization? I do know ...