image-classification-python
image-classification-python copied to clipboard
num_trees is not defined
In train_test.py, line 30 num_trees is assigned for n_estimators, which is not defined. Is it ok to use default value for n_estimators?