Creating a type of grid search using a program

后端 未结 0 722
無奈伤痛
無奈伤痛 2020-12-13 16:34

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题