-
Scotland doesn't publish housing stock ages for small areas. This means we cannot take the same approach we have done in England and Wales.
Scotland does however provide some estimates for housing …
-
Add heart disease predictor
Estimate the risk of heart disease based on medical history, age, cholesterol levels, blood pressure, and lifestyle factors. etc
assign this issue to me please under gsso…
-
**Description:**
When running batch transform with `autogluon.cloud` on a dataset that is partitioned into multiple records (using `MultiRecord` strategy), AutoGluon Cloud appears to fail when the …
-
I am modifying the program to use the polars data frame and to have it seamlessly handle input files where the data uses gene symbols instead of ids, or even a mix. I want to verify that I get the sam…
-
There seems to be an issue with making predictions from a model that contains interactions between a `strat` term and a categorical factor. To demonstrate, I'm going to use the example from the `cph` …
-
/kind bug
**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]
I installed Kserve in k8s following steps here https://kserve.github.io/website/late…
-
I'm getting an error when I run [this example](https://mlr3book.mlr-org.com/chapters/chapter12/model_interpretation.html#what-if-method) from the mlr3 book:
````
Error in whatif$find_counterfactua…
-
At this moment 5 studies have submitted models with the following predictors:
```r
> unique(ls_odds$octo$predictor) %>% as.character()
[1] "age" "eduyrs" "cogact" "numfr" "male"
> unique…
-
Here, the value of the intercept is 0.733. We can use the plogis() logistic function to convert it to a probability.
Converted, the intercept is about 0.67.
This means that the model predicts a 67 p…
-
`test-blocks.R` contains a specification of the mice setup with two non-standard features.
- a duplicate `bmi` is acceptable through `blocks` specification
- variable `hyp` is not specified
The …