step_feature_hash: Dummy Variables Creation via Feature Hashing

View source: R/feature_hash.R

step_feature_hashR Documentation

Dummy Variables Creation via Feature Hashing

Description

[Deprecated]

Please use textrecipes::step_dummy_hash() instead.

Usage

step_feature_hash(
  recipe,
  ...,
  role = "predictor",
  trained = FALSE,
  num_hash = 2^6,
  preserve = deprecated(),
  columns = NULL,
  keep_original_cols = FALSE,
  skip = FALSE,
  id = rand_id("feature_hash")
)

tidymodels/embed documentation built on June 2, 2025, 10:25 a.m.