bayesian icon indicating copy to clipboard operation
bayesian copied to clipboard

Bindings for Bayesian TidyModels

Results 5 bayesian issues
Sort by recently updated
recently updated
newest added

Hi, I just discovered this package, it looks very cool, now I'm trying to do k-fold cross validation with the log-score rule, what I would do with brms with: ```...

Hi @hsbadr. I like what you have hear so far! It looks like there some missing features in this package, and I'd love to help you build out this package...

Current version does not support brms |weights() syntax. Please add.

Hi. In brms I can write this ```r brm( target1| resp_weights(n) ~ (1 | edad_cat) + (1 | valor_cliente) + (1 | tipo), family = "binomial", data = train) ```...

Apparently, we need to add more automated tests to immediately detect and fix incorrect or unexpected behavior before being introduced with any future code changes of feature updates. We aim...

good first issue