Load the MNIST data and split it into a training set and test set (If you want, you can reuse the code we used in our cl
Posted: Sat May 14, 2022 7:08 pm
Load the MNIST data and split it into a training set and test set (If you want, you can reuse the code we used in our class MNIST basic Keras colab notebook). Train a Random Forest classifier on the dataset. Time how long it takes to train the model. Then evaluate the model on the test set. Report your results using the sklearn classification report.