The video shows the methods to load other datasets using in Scikit-learn.
Timeline
(no coding)
00:00 - Outline of video
00:27 - Sample images: .load_sample_images()
01:17 - Datasets in svmlight / libsvm format: .load_svmlight_file()
03:06 - Downloading datasets from openml.org repository: .fetch_openml()
04:50 - Loading from external datasets
05:49 - Loading from external datasets: .load_files()
08:20 - Ending notes