-
I am testing out the newest addition of greatfet chipcon CLI tool.
When issuing a gf chipcon --chip-id I'm getting a readout of "Chip ID : 65535" which seems rather strange, so wondering if someone …
-
I am trying to use the new survival_reg() function in parsnip 0.1.7. When I use this, I get an error when trying to do a fit on a workflow that uses this function. The older version surv_reg(), that i…
-
> AUC of each class against the rest, using the uniform class distribution.
I believe this is equivalent to ROC AUC with `estimator = "macro"`, but I have seen this metric used by itself in a numbe…
-
> AUC of each class against the rest, using the a priori class distribution:
I believe this is equivalent to ROC AUC with `estimator = "macro_weighted"`, but I have seen this metric used by itself …
-
To be completed by Thursday morning of class. Remember to use the social contract as a yardstick when evaluating what was done right, what was not and what could be improved. []
http://bit.ly/3sAPTnY
…
-
Hi,
I'm playing a bit with the `recipes` and `rsample` packages and I would like to know if I'm using the packages correctly in the following scenario. The idea is to calculate the mean of a variable…
ghost updated
3 years ago
-
![image](https://user-images.githubusercontent.com/53124524/76038702-4f268600-5f18-11ea-9286-5f769ab5c3c8.jpg)
Only LED 2 and 3 On Out the Factory, The Yard stick One does not come up when I type “…
-
```
library(modeldata)
data(ames)
library(tidymodels)
tidymodels_prefer()
library(patchwork)
library(splines)
ames_split %
# Gr_Liv_Area is on the log scale from a previous step
step_i…
-
Both `summary.conf_mat` and `autoplot.conf_mat` are attempts to explain a confusion matrix. However, I thought one could plot the summary statistics on the margins of the confusion matrix as an additi…
-
where do you need to change this parameter so that these warnings do not appear?
`WARNING:root:You have set `num_workers` to a non zero value, however, currently multiprocessing is not supported on…