Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

random forest classifier classification report

# View the classification report for test data and predictions
print(classification_report(y_test, y_pred_test))
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #random #forest #classifier #classification #report
ADD COMMENT
Topic
Name
4+4 =