Skip to content

Commit 95a20b7

Browse files
Update Part 3 Bagging and Random Forest
1 parent 654518f commit 95a20b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Part 3 Bagging and Random Forest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ print('Test set accuracy: {:.3f}'.format(test_accuracy))
6363

6464
# Print OOB accuracy
6565
print('OOB accuracy: {:.3f}'.format(oob_accuracy)
66-
# The difference between test and oob accuracy will ve minimal which proved that we don't need cross validation to check the model accuracy
66+
# The difference between test and oob accuracy will be minimal which proved that we don't need cross validation to check the model accuracy
67+

0 commit comments

Comments
 (0)