I am trying to make a program that will choose the best values for n-estimators and max-depth. This is my program:
rf_train_acc = [] depth_range = range(2