Simon P. Couch

Results 156 issues of Simon P. Couch
trafficstars

After a couple weeks away from parsnip, I was trying to remember the convention for finding engine-specific help-files. I eventually remembered it was `?details_model_type_engine`, e.g. `?details_linear_reg_glmnet`, but this made me...

Related to #242. I'm curious what happens when results from a workflow with a postprocessor are passed to `add_candidates()`.

Esp. since the list of packages have now diverged, it might be nice to include the list of packages to install inside of the intro-01 classwork for easy running: https://github.com/tidymodels/workshops/blob/8610a048e0e1758f236400338d497b584ae21ebd/slides/intro-01-introduction.qmd#L298-L309

For the logistic regression and decision tree explanations in Deck 3, we should use forested/non-forested and an example predictor in axis titles rather than one/two and A, perhaps noting in...

I noticed this 404 in the terminal when previewing the third intro deck: ``` Output created: ../docs/slides/intro-03-what-makes-a-model.html Watching files for changes /slides/slides/images/posit-logo.svg (404: Not Found) ``` Some sort of relative...

I think it might be interesting for folks to try and "derive" accuracy based on TP / FP/ FN / TN, i.e. > Here are four quantities you have access...