Part 3B Investigate classifying MNIST using a decision forest. For this you should use a library. For your forest construction, try out and compare the combinations of parameters shown in the table (i.e. depth of tree, number of trees, etc.) by listing the accuracy for each of the following cases: untouched raw pixels; stretched bounding box. Please use 20 x 20 for your bounding box dimensions. Untouched raw pixels: depth = 4 depth = 8 depth = 16 #trees = 10 ________% ________% ________% #trees = 20 ________% ________% ________% #trees = 30 ________% ________% ________% Stretched bounding box: