meeg-ml-benchmarks / brain-age-benchmark-paper

M/EEG brain age benchmark paper
https://meeg-ml-benchmarks.github.io/brain-age-benchmark-paper/
BSD 3-Clause "New" or "Revised" License
24 stars 10 forks source link

Adding support for handcrafted features + random forest #4

Closed hubertjb closed 3 years ago

hubertjb commented 3 years ago

@dengemann here's a first shot at adding handcrafted features and a random forest model to the code base. The important part I haven't touched yet is the hyperparameter selection for the random forest.