dscolby / CausalELM.jl

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

Set a heuristic for deciding on the best number of neurons #62

Closed dscolby closed 1 month ago

dscolby commented 1 month ago

Cross validation to find the best number of neurons takes unacceptably long. We need to decide on a good heuristic that doesn't require cross validation and implement it ASAP.

dscolby commented 1 month ago

Fixed in commit dbb101d.