From c13cfb21e69230b393ef2051027d029322c12cac Mon Sep 17 00:00:00 2001 From: JINLANG WANG <jwang2775@wisc.edu> Date: Mon, 11 Mar 2024 10:36:36 -0500 Subject: [PATCH] Update file README.md --- Labs/Lab10/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Labs/Lab10/README.md b/Labs/Lab10/README.md index 07725aa..7201503 100644 --- a/Labs/Lab10/README.md +++ b/Labs/Lab10/README.md @@ -1,8 +1,6 @@ # Lab 10: Classification -1. Complete P4. - -2. Install `sklearn`, load and show some images from the MNIST dataset: either download the csv dataset, or look into `sklearn.datasets.fetch_openml` [example](https://scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html#sphx-glr-auto-examples-linear-model-plot-sparse-logistic-regression-mnist-py). +1. Install `sklearn`, load and show some images from the MNIST dataset: either download the csv dataset, or look into `sklearn.datasets.fetch_openml` [example](https://scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html#sphx-glr-auto-examples-linear-model-plot-sparse-logistic-regression-mnist-py). # Screenshot Requirement -- GitLab