You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Random Forest Classification requires at least 5% of the data to be kept apart for 'validation'. This is additional to the min. 5% test data.
However, it looks to me that these validation samples are never used.
Would it be possible to disable this additional split?
Just like the Decision Tree Classification: with an 'Holdout Test Data' subset of 5-95%.
It keeps more data available for either training or testing.