Hamada S. Badr
Hamada S. Badr
The current version of `stanc3` generates the following warning: ``` Warning: Declaration of arrays by placing brackets after a type is deprecated and will be removed in Stan 2.32.0. Instead...
This closes #1077. - [X] Use Stan version 2.26. - [ ] Use the new functions in Stan version 2.26. - [ ] Benchmark Testing.
Now that the development version of `rstan` supports `Stan` version `2.26`, it may be more efficient to use the new functions, such as `log_inv_logit_diff`: https://github.com/paul-buerkner/brms/blob/6c604e194952da7311b28ebb8bac00c7958806bc/R/stan-response.R#L528 Also, since version `2.25` won't...
https://github.com/pytorch/pytorch/releases/tag/v1.12.0
`RcppParallel v5.1.2+` creates symlinks of TBB libraries into the package directory if externally linked (see a1fddba85101886b35123c73054c0d904f747d11 & #161). This can break RcppParallel when the original files are moved, removed, or...
Both `epinow()` and `epinow_regional()` take common arguments, except for the `region` column in the `reported_cases` and the two extra `epinow_regional()`'s arguments (`non_zero_points` and `summary_args`) that can be ignored by `epinow()`....
This PR is intended to allow running `explain_column()` in parts to quantify uncertainties or apply custom intermediate steps before computing the differences in predictions (via `explain_prep()`).
It would be nice to control the minimum cluster size.
`butcher` doesn't know about the new classes here, such as `cluster_fit` and `k_means`. This makes the size of `num_clusters` and `cluster` args very big in a workflow fit (especially with...
Add support for Spark ML clustering using [`sparklyr::ml_kmeans()`](https://spark.rstudio.com/packages/sparklyr/latest/reference/ml_kmeans.html) , [`sparklyr::ml_bisecting_kmeans()`](https://spark.rstudio.com/packages/sparklyr/latest/reference/ml_bisecting_kmeans.html), and [`sparklyr::ml_gaussian_mixture()`](https://spark.rstudio.com/packages/sparklyr/latest/reference/ml_gaussian_mixture.html) + [`sparklyr::ml_predict()`](https://spark.rstudio.com/packages/sparklyr/latest/reference/ml-transform-methods.html) for predictions.