Skip to content

Commit

Permalink
Merge pull request #1207 from tidymodels/title-sentence-case
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Sep 29, 2023
2 parents e1044d7 + 494a0ee commit 49402da
Show file tree
Hide file tree
Showing 135 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion R/BoxCox.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Box-Cox Transformation for Non-Negative Data
#' Box-Cox transformation for non-negative data
#'
#' `step_BoxCox()` creates a *specification* of a recipe step that will transform
#' data using a Box-Cox transformation.
Expand Down
2 changes: 1 addition & 1 deletion R/YeoJohnson.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Yeo-Johnson Transformation
#' Yeo-Johnson transformation
#'
#' `step_YeoJohnson()` creates a *specification* of a recipe step that will
#' transform data using a Yeo-Johnson transformation.
Expand Down
2 changes: 1 addition & 1 deletion R/bin2factor.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a Factors from A Dummy Variable
#' Create a factors from A dummy variable
#'
#' `step_bin2factor()` creates a *specification* of a recipe step that will
#' create a two-level factor from a single dummy variable.
Expand Down
2 changes: 1 addition & 1 deletion R/bs.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' B-Spline Basis Functions
#' B-spline basis functions
#'
#' `step_bs()` creates a *specification* of a recipe step that will create new
#' columns that are basis expansions of variables using B-splines.
Expand Down
2 changes: 1 addition & 1 deletion R/class.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Check Variable Class
#' Check variable class
#'
#' `check_class` creates a *specification* of a recipe
#' check that will check if a variable is of a designated class.
Expand Down
2 changes: 1 addition & 1 deletion R/classdist.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Distances to Class Centroids
#' Distances to class centroids
#'
#' `step_classdist()` creates a *specification* of a recipe step that will
#' convert numeric data into Mahalanobis distance measurements to the data
Expand Down
2 changes: 1 addition & 1 deletion R/colcheck.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Check if all Columns are Present
#' Check if all columns are present
#'
#' `check_cols` creates a *specification* of a recipe
#' step that will check if all the columns of the training frame are
Expand Down
2 changes: 1 addition & 1 deletion R/corr.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' High Correlation Filter
#' High correlation filter
#'
#' `step_corr()` creates a *specification* of a recipe step that will
#' potentially remove variables that have large absolute correlations with other
Expand Down
2 changes: 1 addition & 1 deletion R/count.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create Counts of Patterns using Regular Expressions
#' Create counts of patterns using regular expressions
#'
#' `step_count()` creates a *specification* of a recipe step that will create a
#' variable that counts instances of a regular expression pattern in text.
Expand Down
2 changes: 1 addition & 1 deletion R/date.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Date Feature Generator
#' Date feature generator
#'
#' `step_date()` creates a *specification* of a recipe step that will convert
#' date data into one or more factor or numeric variables.
Expand Down
2 changes: 1 addition & 1 deletion R/deprecated-terms_select.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Select Terms in a Step Function.
#' Select terms in a step function.
#'
#' @description
#' `r lifecycle::badge("deprecated")`
Expand Down
2 changes: 1 addition & 1 deletion R/depth.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Data Depths
#' Data depths
#'
#' `step_depth()` creates a *specification* of a recipe step that will convert
#' numeric data into a measurement of *data depth*. This is done for each value of
Expand Down
2 changes: 1 addition & 1 deletion R/factor2string.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Factors to Strings
#' Convert factors to strings
#'
#' `step_factor2string()` creates a *specification* of a recipe step that will
#' convert one or more factor vectors to strings.
Expand Down
2 changes: 1 addition & 1 deletion R/filter_missing.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Missing Value Column Filter
#' Missing value column filter
#'
#' `step_filter_missing()` creates a *specification* of a recipe step that will
#' potentially remove variables that have too many missing values.
Expand Down
2 changes: 1 addition & 1 deletion R/formula.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a Formula from a Prepared Recipe
#' Create a formula from a prepared recipe
#'
#' In case a model formula is required, the formula method can
#' be used on a recipe to show what predictors and outcome(s)
Expand Down
2 changes: 1 addition & 1 deletion R/holiday.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Holiday Feature Generator
#' Holiday feature generator
#'
#' `step_holiday()` creates a *specification* of a recipe step that will convert
#' date data into one or more binary indicator variables for common holidays.
Expand Down
2 changes: 1 addition & 1 deletion R/hyperbolic.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Hyperbolic Transformations
#' Hyperbolic transformations
#'
#' `step_hyperbolic()` creates a *specification* of a recipe step that will
#' transform data using a hyperbolic function.
Expand Down
2 changes: 1 addition & 1 deletion R/ica.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' ICA Signal Extraction
#' ICA signal extraction
#'
#' `step_ica()` creates a *specification* of a recipe step that will convert
#' numeric data into one or more independent components.
Expand Down
2 changes: 1 addition & 1 deletion R/indicate_na.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create Missing Data Column Indicators
#' Create missing data column indicators
#'
#' `step_indicate_na()` creates a *specification* of a recipe step that will
#' create and append additional binary columns to the data set to indicate which
Expand Down
2 changes: 1 addition & 1 deletion R/interact.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create Interaction Variables
#' Create interaction variables
#'
#' `step_interact()` creates a *specification* of a recipe step that will create
#' new columns that are interaction terms between two or more variables.
Expand Down
2 changes: 1 addition & 1 deletion R/inverse.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Inverse Transformation
#' Inverse transformation
#'
#' `step_inverse()` creates a *specification* of a recipe step that will inverse
#' transform the data.
Expand Down
2 changes: 1 addition & 1 deletion R/invlogit.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Inverse Logit Transformation
#' Inverse logit transformation
#'
#' `step_invlogit()` creates a *specification* of a recipe step that will
#' transform the data from real values to be between zero and one.
Expand Down
2 changes: 1 addition & 1 deletion R/isomap.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Isomap Embedding
#' Isomap embedding
#'
#' `step_isomap()` creates a *specification* of a recipe step that uses
#' multidimensional scaling to convert numeric data into one or more new
Expand Down
2 changes: 1 addition & 1 deletion R/kpca.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Kernel PCA Signal Extraction
#' Kernel PCA signal extraction
#'
#' `step_kpca()` creates a *specification* of a recipe step that will convert
#' numeric data into one or more principal components using a kernel basis
Expand Down
2 changes: 1 addition & 1 deletion R/kpca_poly.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Polynomial Kernel PCA Signal Extraction
#' Polynomial kernel PCA signal extraction
#'
#' `step_kpca_poly()` creates a *specification* of a recipe step that will
#' convert numeric data into one or more principal components using a polynomial
Expand Down
2 changes: 1 addition & 1 deletion R/kpca_rbf.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Radial Basis Function Kernel PCA Signal Extraction
#' Radial basis function kernel PCA signal extraction
#'
#' `step_kpca_rbf()` creates a *specification* of a recipe step that will
#' convert numeric data into one or more principal components using a radial
Expand Down
2 changes: 1 addition & 1 deletion R/lincomb.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Linear Combination Filter
#' Linear combination filter
#'
#' `step_lincomb()` creates a *specification* of a recipe step that will
#' potentially remove numeric variables that have exact linear combinations
Expand Down
2 changes: 1 addition & 1 deletion R/log.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Logarithmic Transformation
#' Logarithmic transformation
#'
#' `step_log()` creates a *specification* of a recipe step that will log
#' transform data.
Expand Down
2 changes: 1 addition & 1 deletion R/logit.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Logit Transformation
#' Logit transformation
#'
#' `step_logit()` creates a *specification* of a recipe step that will logit
#' transform the data.
Expand Down
2 changes: 1 addition & 1 deletion R/missing.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Check for Missing Values
#' Check for missing values
#'
#' `check_missing` creates a *specification* of a recipe
#' operation that will check if variables contain missing values.
Expand Down
2 changes: 1 addition & 1 deletion R/newvalues.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Check for New Values
#' Check for new values
#'
#' `check_new_values` creates a *specification* of a recipe
#' operation that will check if variables contain new values.
Expand Down
2 changes: 1 addition & 1 deletion R/nnmf.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Non-Negative Matrix Factorization Signal Extraction
#' Non-negative matrix factorization signal extraction
#'
#' @description
#'
Expand Down
2 changes: 1 addition & 1 deletion R/nnmf_sparse.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Non-Negative Matrix Factorization Signal Extraction with lasso Penalization
#' Non-negative matrix factorization signal extraction with lasso penalization
#'
#' `step_nnmf_sparse()` creates a *specification* of a recipe step that will
#' convert numeric data into one or more non-negative components.
Expand Down
2 changes: 1 addition & 1 deletion R/novel.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Simple Value Assignments for Novel Factor Levels
#' Simple value assignments for novel factor levels
#'
#' `step_novel()` creates a *specification* of a recipe step that will assign a
#' previously unseen factor level to `"new"`.
Expand Down
2 changes: 1 addition & 1 deletion R/ns.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Natural Spline Basis Functions
#' Natural spline basis functions
#'
#' `step_ns()` creates a *specification* of a recipe step that will create new
#' columns that are basis expansions of variables using natural splines.
Expand Down
2 changes: 1 addition & 1 deletion R/num2factor.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Numbers to Factors
#' Convert numbers to factors
#'
#' `step_num2factor()` will convert one or more numeric vectors to factors
#' (ordered or unordered). This can be useful when categories are encoded as
Expand Down
2 changes: 1 addition & 1 deletion R/nzv.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Near-Zero Variance Filter
#' Near-zero variance filter
#'
#' `step_nzv()` creates a *specification* of a recipe step that will potentially
#' remove variables that are highly sparse and unbalanced.
Expand Down
2 changes: 1 addition & 1 deletion R/ordinalscore.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Ordinal Factors to Numeric Scores
#' Convert ordinal factors to numeric scores
#'
#' `step_ordinalscore()` creates a *specification* of a recipe step that will
#' convert ordinal factor variables into numeric scores.
Expand Down
2 changes: 1 addition & 1 deletion R/other.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Collapse Some Categorical Levels
#' Collapse infrequent categorical levels
#'
#' `step_other()` creates a *specification* of a recipe step that will
#' potentially pool infrequently occurring values into an `"other"` category.
Expand Down
2 changes: 1 addition & 1 deletion R/pca.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' PCA Signal Extraction
#' PCA signal extraction
#'
#' `step_pca()` creates a *specification* of a recipe step that will convert
#' numeric variables into one or more principal components.
Expand Down
2 changes: 1 addition & 1 deletion R/percentile.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Percentile Transformation
#' Percentile transformation
#'
#' `step_percentile()` creates a *specification* of a recipe step that replaces
#' the value of a variable with its percentile from the training set.
Expand Down
2 changes: 1 addition & 1 deletion R/pls.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Partial Least Squares Feature Extraction
#' Partial least squares feature extraction
#'
#' `step_pls()` creates a *specification* of a recipe step that will convert
#' numeric data into one or more new dimensions.
Expand Down
2 changes: 1 addition & 1 deletion R/poly.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Orthogonal Polynomial Basis Functions
#' Orthogonal polynomial basis functions
#'
#' `step_poly()` creates a *specification* of a recipe step that will create new
#' columns that are basis expansions of variables using orthogonal polynomials.
Expand Down
2 changes: 1 addition & 1 deletion R/poly_bernstein.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Generalized Bernstein Polynomial Basis
#' Generalized bernstein polynomial basis
#'
#' `step_poly_bernstein()` creates a *specification* of a recipe step that
#' creates Bernstein polynomial features.
Expand Down
2 changes: 1 addition & 1 deletion R/printing.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Printing Workhorse Function
#' Printing workhorse function
#'
#' This internal function is used for printing steps.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/profile.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a Profiling Version of a Data Set
#' Create a profiling version of a data set
#'
#' `step_profile()` creates a *specification* of a recipe step that will fix the
#' levels of all variables but one and will create a sequence of values for the
Expand Down
2 changes: 1 addition & 1 deletion R/range.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Scaling Numeric Data to a Specific Range
#' Scaling numeric data to a specific range
#'
#' `step_range()` creates a *specification* of a recipe step that will normalize
#' numeric data to be within a pre-defined range of values.
Expand Down
2 changes: 1 addition & 1 deletion R/range_check.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Check Range Consistency
#' Check range consistency
#'
#' `check_range` creates a *specification* of a recipe
#' check that will check if the range of a numeric
Expand Down
2 changes: 1 addition & 1 deletion R/ratio.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Ratio Variable Creation
#' Ratio variable creation
#'
#' `step_ratio()` creates a *specification* of a recipe step that will create
#' one or more ratios from selected numeric variables.
Expand Down
2 changes: 1 addition & 1 deletion R/relu.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Apply (Smoothed) Rectified Linear Transformation
#' Apply (smoothed) rectified linear transformation
#'
#' `step_relu()` creates a *specification* of a recipe step that will add the
#' rectified linear or softplus transformations of a variable to the data set.
Expand Down
2 changes: 1 addition & 1 deletion R/rm.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' General Variable Filter
#' General variable filter
#'
#' `step_rm()` creates a *specification* of a recipe step that will remove
#' selected variables.
Expand Down
2 changes: 1 addition & 1 deletion R/roles.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Manually Alter Roles
#' Manually alter roles
#'
#' @description
#' `update_role()` alters an existing role in the recipe or assigns an initial
Expand Down
2 changes: 1 addition & 1 deletion R/scale.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Scaling Numeric Data
#' Scaling mumeric data
#'
#' `step_scale()` creates a *specification* of a recipe step that will normalize
#' numeric data to have a standard deviation of one.
Expand Down
2 changes: 1 addition & 1 deletion R/shuffle.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Shuffle Variables
#' Shuffle variables
#'
#' `step_shuffle()` creates a *specification* of a recipe step that will
#' randomly change the order of rows for selected variables.
Expand Down
2 changes: 1 addition & 1 deletion R/spatialsign.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Spatial Sign Preprocessing
#' Spatial sign preprocessing
#'
#' `step_spatialsign()` is a *specification* of a recipe step that will convert
#' numeric data into a projection on to a unit sphere.
Expand Down
2 changes: 1 addition & 1 deletion R/spline_b.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Basis Splines
#' Basis splines
#'
#' `step_spline_b()` creates a *specification* of a recipe step that creates
#' b-spline features.
Expand Down
2 changes: 1 addition & 1 deletion R/spline_convex.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convex Splines
#' Convex splines
#'
#' `step_spline_convex()` creates a *specification* of a recipe step that
#' creates convex spline features.
Expand Down
2 changes: 1 addition & 1 deletion R/spline_monotone.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Monotone Splines
#' Monotone splines
#'
#' `step_spline_monotone()` creates a *specification* of a recipe step that
#' creates monotone spline features.
Expand Down
2 changes: 1 addition & 1 deletion R/spline_natural.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Natural Splines
#' Natural splines
#'
#' `step_spline_natural()` creates a *specification* of a recipe step that
#' creates natural spline features.
Expand Down
2 changes: 1 addition & 1 deletion R/spline_nonnegative.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Non-Negative Splines
#' Non-negative splines
#'
#' `step_spline_nonnegative()` creates a *specification* of a recipe step that
#' creates non-negative spline features.
Expand Down
2 changes: 1 addition & 1 deletion R/sqrt.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Square Root Transformation
#' Square root transformation
#'
#' `step_sqrt()` creates a *specification* of a recipe step that will apply
#' square root transform to the variables.
Expand Down
2 changes: 1 addition & 1 deletion R/steps_and_checks.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Overall Wrappers to Make New `step_X` or `check_Y` Objects
## Overall wrappers to make new `step_X` or `check_Y` objects
#'
#' `step` sets the class of the `step` and `check` is for checks.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/string2factor.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Strings to Factors
#' Convert strings to factors
#'
#' @description
#' `step_string2factor()` will convert one or more character vectors to factors
Expand Down
2 changes: 1 addition & 1 deletion R/tidy.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Tidy the Result of a Recipe
#' Tidy the result of a recipe
#'
#' `tidy` will return a data frame that contains information
#' regarding a recipe or operation within the recipe (when a `tidy`
Expand Down
2 changes: 1 addition & 1 deletion R/time.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Time Feature Generator
#' Time feature generator
#'
#' `step_time()` creates a *specification* of a recipe step that will convert
#' date-time data into one or more factor or numeric variables.
Expand Down
2 changes: 1 addition & 1 deletion R/unorder.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Ordered Factors to Unordered Factors
#' Convert ordered factors to unordered factors
#'
#' `step_unorder()` creates a *specification* of a recipe step that will turn
#' ordered factor variables into unordered factor variables.
Expand Down
Loading

0 comments on commit 49402da

Please sign in to comment.