dscolby / CausalELM.jl

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

Make probabilistic predictions for binary outcomes #71

Closed dscolby closed 1 month ago

dscolby commented 1 month ago

Now that we are using an ensemble, this is as easy as averaging over the predicted labels.

dscolby commented 1 month ago

Implemented in commit 2ee91b8.