neurodata / df-dn-paper

Conceptual & empirical comparisons between decision forests & deep networks
https://dfdn.neurodata.io
Other
17 stars 8 forks source link

Consider hyperparameter tuning with the general Tabular domain #57

Open PSSF23 opened 3 years ago

PSSF23 commented 3 years ago

Specifically, use a left-out set of Tabular datasets to tune the hyperparameters. Possibly implement 5-fold cross validations (tune on 4 folds, test on 1 fold) to evaluate classifier performances. Within each dataset, the performance is also calculated with 5-fold cross validations.