Introduction
  • Installing Jupyter
  • How to download Python files
Course Contents
  • 1 Importing Libraries
  • 2 load the Iris dataset
  • 3 split data into training and testing sets
  • 4 define the hyperparameter grid
  • 5 n_neighbors explained
  • 6 weights explained
  • 7 Manhattan distance and Euclidean distance explained
  • 8 perform a grid search with cross-validation
  • 9 make predictions on the test set
  • 10 classification_report
  • 11 Understand DataFrame and generate a heatmap