issues
search
tidymodels
/
recipes
Pipeable steps for feature engineering and data preprocessing to prepare for modeling
https://recipes.tidymodels.org
Other
571
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feature request: `step_cut` does not match results from `dplyr::mutate(var = cut(var,n))` when `n` is an integer
#1398
jkylearmstrong
opened
8 hours ago
0
Add workflows helper functions for sparse data
#1397
EmilHvitfeldt
opened
18 hours ago
0
have `sparse` argument in `step_dummy()` be a enum instead of a logical
#1396
EmilHvitfeldt
opened
3 days ago
0
make sure steps handles sparse columns correctly
#1395
EmilHvitfeldt
opened
3 days ago
0
give steps option to produce sparse output
#1394
EmilHvitfeldt
opened
3 days ago
0
recipe() fails with vague error using {sf} objects
#1393
JosiahParry
opened
3 days ago
0
add `sparse` argument to `step_dummy()`
#1392
EmilHvitfeldt
closed
4 days ago
2
Type checkers part 2
#1391
topepo
closed
1 week ago
0
pass `call` to `hardhat::validate_column_names()` and `hardhat::recompose()`
#1390
EmilHvitfeldt
opened
3 weeks ago
0
Pass `call` argument around
#1389
EmilHvitfeldt
closed
3 weeks ago
1
Add missing snapshots - part 2
#1388
EmilHvitfeldt
closed
2 weeks ago
1
Add rlang type checkers
#1387
topepo
closed
2 weeks ago
5
add helper function for `try(rlang::eval_tidy(cl), silent = TRUE)`
#1386
EmilHvitfeldt
opened
3 weeks ago
2
cli::cli_warn("All predictors are missing; cannot impute.") should be rewritten
#1385
EmilHvitfeldt
opened
4 weeks ago
0
`step_count()` and `step_regex()` should allow for multiple selections
#1384
EmilHvitfeldt
opened
4 weeks ago
0
Add missing snapshots - part 1
#1383
EmilHvitfeldt
closed
3 weeks ago
1
For next week: pass the upstream caller env to avoid "Caused by error in `spline_msg()`:"
#1382
EmilHvitfeldt
opened
1 month ago
0
fixes string interpolation failure for splines
#1381
topepo
closed
1 month ago
2
string interpolation failure for splines
#1380
topepo
closed
1 month ago
1
Clean up documentation for main functions
#1379
EmilHvitfeldt
closed
2 weeks ago
1
Misc sparsevctrs
#1378
EmilHvitfeldt
closed
1 month ago
1
undocumented char -> factor conversion in recipe creates non-commutative condition
#1377
beansrowning
opened
1 month ago
1
Strings2factors
#1376
dajmcdon
closed
1 month ago
3
Use `expect_snapshot()` more
#1375
EmilHvitfeldt
closed
1 month ago
1
reverse changes in `n_complete_rows()` once `vctrs::vec_detect_complete()`
#1374
EmilHvitfeldt
opened
2 months ago
0
make sure n_complete_rows() work with surv objects
#1373
EmilHvitfeldt
closed
2 months ago
1
Stricter sparsevctrs tests
#1372
EmilHvitfeldt
closed
2 months ago
1
update documentation to avoid ever-changing diffs
#1371
EmilHvitfeldt
closed
2 months ago
1
document use of sparse data in recipes
#1370
EmilHvitfeldt
closed
2 months ago
1
make `bake()` work with sparse matrices
#1369
EmilHvitfeldt
closed
2 months ago
1
make `prep()` work with sparse matrices
#1368
EmilHvitfeldt
closed
2 months ago
1
make `recipe()` work with sparse matrices
#1367
EmilHvitfeldt
closed
2 months ago
1
test that `prep()` and `bake()` can accept sparse tibbles
#1366
EmilHvitfeldt
closed
2 months ago
1
`complete.cases()` -> `vec_detect_complete()`
#1365
EmilHvitfeldt
closed
2 months ago
1
make sure `recipe()` accepts sparse tibbles
#1364
EmilHvitfeldt
closed
2 months ago
1
Move away from `expect_error()`
#1363
EmilHvitfeldt
closed
1 month ago
1
clean up check_training_set
#1362
EmilHvitfeldt
closed
2 months ago
1
fix `step_novel` example
#1361
Edgar-Zamora
closed
3 months ago
2
Add mday to `features` argument in `step_date()`
#1360
Edgar-Zamora
closed
3 months ago
2
Improve error messaging for `step_cut()` with missing data
#1359
jrwinget
closed
2 weeks ago
5
`recipes:::strings2factors` should be restricted by the role
#1358
dajmcdon
closed
1 month ago
3
step_lincomb() removes both columns if they are identical
#1357
EmilHvitfeldt
opened
3 months ago
0
Remove duplicate non-numeric columns
#1356
EmilHvitfeldt
opened
3 months ago
0
step_corr fails to remove high correlation column
#1355
grouptheory
closed
3 months ago
2
Use latest GHA workflows
#1354
gaborcsardi
closed
3 months ago
1
TDD prep: re`document()` with new roxygen
#1353
simonpcouch
closed
3 months ago
1
use hardhat::skrink() in `recipe()`,`bake()` and `prep()`
#1352
EmilHvitfeldt
opened
3 months ago
0
uninformative error when `step_cut()` is applied to column with missing values
#1351
EmilHvitfeldt
closed
2 weeks ago
1
baking `step_discretize()` errors when applied to a single NA.
#1350
EmilHvitfeldt
opened
4 months ago
0
`step_dummy()` doesn't capture contrasts
#1349
EmilHvitfeldt
opened
4 months ago
0
Next