dscolby / CausalELM.jl

Taking causal inference to the extreme!
https://dscolby.github.io/CausalELM.jl/
MIT License
21 stars 0 forks source link

Change default number of features #69

Closed dscolby closed 1 month ago

dscolby commented 1 month ago

For smaller datasets, bagging with a smaller proportion of features leads to wild variance. The default number of features to select should be Int(round(0.75 * size(X, 2))).

dscolby commented 1 month ago

Changed in commit 03eb8aa.