Assignment data preprocessing – ufo sighting data exploration
I had attached the ufo_sightings_large.csv In this assignment, you will investigate UFO data over the last century to gain some insight. Please use all the techniques we have learned in the class to preprocesss/clean the datasetufo_sightings_large.csv. After the dataset is preprocessed, please split the dataset into training sets and test sets Fit KNN to the training sets. Print the score of KNN on the test […]