dscolby / CausalELM.jl

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

Replaced cross validation with log heuristic to select number of neurons #63

Closed dscolby closed 1 month ago

dscolby commented 1 month ago

Instead of using cross validation and interpolation, the number of neurons used are calculated as log(number of observations) * number of features using log base 10. This ensures fitting models doesn't take forever.