step_umap crashing Rstudio
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- r
- Domain
- machine-learning
Research direction
Start by reproducing the supplied iris recipe in RStudio, focusing separately on step_umap and step_pls. Inspect the entry points for those steps and how the mixOmics dependency is loaded. Done means both reported failures are understood and the affected workflows have verified behavior.
Written by the indexing model from the issue text.
Description
Hi Guys,
1- Rstudio is crashing after using "step_umap". I'm getting "R Session Aborted, R encountered a fatal error..."
Code:
library(recipes)
library(dplyr)
library(ggplot2)
library(embed)
recipe(Species ~ ., data = iris) %>%
step_center(all_numeric_predictors()) %>%
step_scale(all_numeric_predictors()) %>%
step_umap(all_numeric_predictors(), num_comp = 2) %>%
prep(training = iris)
2- step_pls is not working (step_pls() failed: Error in loadNamespace(x) : there is no package called ‘mixOmics’) where mixOmics is not available any more.
- Dominant language
- R
- Stars
- 146
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from tidymodels/embed
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 90/100
tidymodels/embed#277 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 58/100
tidymodels/embed#278 ·
-
feature
Difficulty 5/5 Over a week Newbie friendliness 45/100
tidymodels/embed#275 · 5 comments ·
-
feature
Difficulty 5/5 Over a week Newbie friendliness 25/100
tidymodels/embed#274 ·
-
documentation
Difficulty 4/5 3-5 days Newbie friendliness 35/100
tidymodels/embed#256 ·
All issues in tidymodels/embed
Similar issues
-
documentation pkg infrastructure
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
epiverse-trace/epiparameter#511 ·
-
function:write_dwc
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100