-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathrequired_pkgs.embed.Rd
61 lines (48 loc) · 1.92 KB
/
required_pkgs.embed.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/collapse_cart.R, R/collapse_stringdist.R,
% R/discretize_cart.R, R/discretize_xgb.R, R/embed.R, R/feature_hash.R,
% R/lencode_bayes.R, R/lencode_glm.R, R/lencode_mixed.R, R/pca_sparse.R,
% R/pca_sparse_bayes.R, R/pca_truncated.R, R/umap.R, R/woe.R
\name{required_pkgs.step_collapse_cart}
\alias{required_pkgs.step_collapse_cart}
\alias{required_pkgs.step_collapse_stringdist}
\alias{required_pkgs.step_discretize_cart}
\alias{required_pkgs.step_discretize_xgb}
\alias{required_pkgs.step_embed}
\alias{required_pkgs.step_feature_hash}
\alias{required_pkgs.step_lencode_bayes}
\alias{required_pkgs.step_lencode_glm}
\alias{required_pkgs.step_lencode_mixed}
\alias{required_pkgs.step_pca_sparse}
\alias{required_pkgs.step_pca_sparse_bayes}
\alias{required_pkgs.step_pca_truncated}
\alias{required_pkgs.step_umap}
\alias{required_pkgs.step_woe}
\title{S3 methods for tracking which additional packages are needed for steps.}
\usage{
\method{required_pkgs}{step_collapse_cart}(x, ...)
\method{required_pkgs}{step_collapse_stringdist}(x, ...)
\method{required_pkgs}{step_discretize_cart}(x, ...)
\method{required_pkgs}{step_discretize_xgb}(x, ...)
\method{required_pkgs}{step_embed}(x, ...)
\method{required_pkgs}{step_feature_hash}(x, ...)
\method{required_pkgs}{step_lencode_bayes}(x, ...)
\method{required_pkgs}{step_lencode_glm}(x, ...)
\method{required_pkgs}{step_lencode_mixed}(x, ...)
\method{required_pkgs}{step_pca_sparse}(x, ...)
\method{required_pkgs}{step_pca_sparse_bayes}(x, ...)
\method{required_pkgs}{step_pca_truncated}(x, ...)
\method{required_pkgs}{step_umap}(x, ...)
\method{required_pkgs}{step_woe}(x, ...)
}
\arguments{
\item{x}{A recipe step}
}
\value{
A character vector
}
\description{
Recipe-adjacent packages always list themselves as a required package so that
the steps can function properly within parallel processing schemes.
}
\keyword{internal}