Emil Hvitfeldt

Results 91 comments of Emil Hvitfeldt

If a trained application can be reapplied to new data, then it would be perfect as a recipe step!

The appropiate steps now support case-weights, as the example `step_discretize_cart()` lists its support here: https://embed.tidymodels.org/reference/step_discretize_cart.html#case-weights You can read more about case weights are used in tidymodels here: - https://recipes.tidymodels.org/reference/case_weights.html -...

Another contender with https://cran.r-project.org/web/packages/SpatialML/index.html

It also might be worth it to look at https://tidyclust.tidymodels.org/, which is our package for dealing with clustering problem. I'm going to close this issue for now. If you have...

Hello @talegari 👋 Are you still interested opening a PR for this step? if not, then I will do it

Amazing! That looks like a great place to start! Do you know when you will have time to work on this? No rush!

no problem! It might not make it into the next {embed} release, but that is fine, we can send it in later

Hello @talegari Sorry for taking a while to answer. I'm not terrible familiar with {R6} so I'm not sure how much I can help you. However, I can tell you...

Hello @mkhansa 👋 Sorry for the long wait, are you still seeing this problem?

Thank you @nhardtskim !! Do you still get an error if you use the dev version of {uwot}? ```r install.packages("remotes") remotes::install_github("jlmelville/uwot") ```