Emil Hvitfeldt

Results 91 comments of Emil Hvitfeldt

@jlmelville 👋 I'm bringing you in to ask if you are able to tell if this issue is an {uwot} or {embed} issue? Many thanks! 😄

We want both errors to show the possible combinations. e.i. I would like to see `Possible mode/engine combinations are: classification {rpart, C5.0, spark}, regression {rpart, spark} ` in both. We...

Hello @jxu 👋 This is another sub-issue of https://github.com/tidymodels/themis/issues/141, i will keep it open to make sure i catch everything. Try take a look at https://rdrr.io/cran/ROSE/man/ROSE.html, if not let me...

The formula follows the equation from wikipedia https://en.wikipedia.org/wiki/Mean_percentage_error. This isn't well reflected in the documentation, so I'm going to keep this issue open to deal with that

Hello @jdonland 👋 Thank for your interest and request! I would be hesitant to create a new special type of role. I made this decision based on a maintenance /...

if you have any further questions or issues, please feel free to file an issue!

https://github.com/tidymodels/embed/pull/213/commits/f973fcebf64c743c805b7bdd174c2010fee51f81 is one such example

Hello @andreranza :wave: Thanks for the wonderful reprex! As per the documentation for [step_impute_knn](https://recipes.tidymodels.org/reference/step_impute_knn.html). You need to use the `imp_vars()` function to use selector functions such as `has_role()`. I want...