Joseph Larmarange

Results 148 comments of Joseph Larmarange

Un grand merci pour cette source que je connaissais pas. Un ouvrage vraiment intéressant

Merci pour les références. Je n'ai pas encore eu l'occasion de vraiment manipuler toutes ces fonctions, que je ne connais pas comme toi. Donc si tu as envie de reprendre...

I do not see any `model_frame()` or `model_matrix()` functions in `tidymodels`. However, it seems that the original output of the modelling functions is kept in `model_fit` objects and could be...

We could probably support `parsnip` models whose engines are already supported by `broom.helpers`

Regarding `workflow` objects, we can use `extract_fit_parsnip()` to get the `model_fit` object. We have to decide if we should support workflow object or if it should be the responsibility of...

> The tidymodels objects don't have the same 'terms' information in a standard model. But I do think all this information is stored in the object. Like I mentioned before,...

> FYI I am going to submit a gtsummary release this week. Perhaps for the next release we can coordinate for a unified experience for these workflows and parnsip objects...