
Package index
-
mlr3pipelinesmlr3pipelines-package - mlr3pipelines: Preprocessing Operators and Pipelines for 'mlr3'
-
PipeOp - PipeOp Base Class
-
Graph - Graph Base Class
-
PipeOpTaskPreproc - Task Preprocessing Base Class
-
PipeOpTaskPreprocSimple - Simple Task Preprocessing Base Class
-
Multiplicity() - Multiplicity
-
`%>>%`concat_graphs()`%>>!%` - PipeOp Composition Operator
-
gunion() - Disjoint Union of Graphs
-
greplicate() - Create Disjoint Graph Union of Copies of a Graph
-
chain_graphs() - Chain a Series of Graphs
-
mlr_pipeops - Dictionary of PipeOps
-
mlr_pipeops_adasPipeOpADAS - ADAS Balancing
-
mlr_pipeops_blsmotePipeOpBLSmote - BLSMOTE Balancing
-
mlr_pipeops_boxcoxPipeOpBoxCox - Box-Cox Transformation of Numeric Features
-
mlr_pipeops_branchPipeOpBranch - Path Branching
-
mlr_pipeops_chunkPipeOpChunk - Chunk Input into Multiple Outputs
-
mlr_pipeops_classbalancingPipeOpClassBalancing - Class Balancing
-
mlr_pipeops_classifavgPipeOpClassifAvg - Majority Vote Prediction
-
mlr_pipeops_classweightsPipeOpClassWeights - Class Weights for Sample Weighting
-
mlr_pipeops_colapplyPipeOpColApply - Apply a Function to each Column of a Task
-
mlr_pipeops_collapsefactorsPipeOpCollapseFactors - Collapse Factors
-
mlr_pipeops_colrolesPipeOpColRoles - Change Column Roles of a Task
-
mlr_pipeops_copyPipeOpCopy - Copy Input Multiple Times
-
mlr_pipeops_datefeaturesPipeOpDateFeatures - Preprocess Date Features
-
mlr_pipeops_decodePipeOpDecode - Reverse Factor Encoding
-
mlr_pipeops_encodePipeOpEncode - Factor Encoding
-
mlr_pipeops_encodeimpactPipeOpEncodeImpact - Conditional Target Value Impact Encoding
-
mlr_pipeops_encodelmerPipeOpEncodeLmer - Impact Encoding with Random Intercept Models
-
mlr_pipeops_encodeplquantilesPipeOpEncodePLQuantiles - Piecewise Linear Encoding using Quantiles
-
mlr_pipeops_encodepltreePipeOpEncodePLTree - Piecewise Linear Encoding using Decision Trees
-
mlr_pipeops_featureunionPipeOpFeatureUnion - Aggregate Features from Multiple Inputs
-
mlr_pipeops_filterPipeOpFilter - Feature Filtering
-
mlr_pipeops_fixfactorsPipeOpFixFactors - Fix Factor Levels
-
mlr_pipeops_histbinPipeOpHistBin - Split Numeric Features into Equally Spaced Bins
-
mlr_pipeops_icaPipeOpICA - Independent Component Analysis
-
mlr_pipeops_imputeconstantPipeOpImputeConstant - Impute Features by a Constant
-
mlr_pipeops_imputehistPipeOpImputeHist - Impute Numerical Features by Histogram
-
mlr_pipeops_imputelearnerPipeOpImputeLearner - Impute Features by Fitting a Learner
-
mlr_pipeops_imputemeanPipeOpImputeMean - Impute Numerical Features by their Mean
-
mlr_pipeops_imputemedianPipeOpImputeMedian - Impute Numerical Features by their Median
-
mlr_pipeops_imputemodePipeOpImputeMode - Impute Features by their Mode
-
mlr_pipeops_imputeoorPipeOpImputeOOR - Out of Range Imputation
-
mlr_pipeops_imputesamplePipeOpImputeSample - Impute Features by Sampling
-
mlr_pipeops_kernelpcaPipeOpKernelPCA - Kernelized Principal Component Analysis
-
mlr_pipeops_learnerPipeOpLearner - Wrap a Learner into a PipeOp
-
mlr_pipeops_learner_cvPipeOpLearnerCV - Wrap a Learner into a PipeOp with Cross-validated Predictions as Features
-
mlr_pipeops_learner_pi_cvplusPipeOpLearnerPICVPlus - Wrap a Learner into a PipeOp with Cross-validation Plus Confidence Intervals as Predictions
-
mlr_pipeops_learner_quantilesPipeOpLearnerQuantiles - Wrap a Learner into a PipeOp to predict multiple Quantiles
-
mlr_pipeops_missindPipeOpMissInd - Add Missing Indicator Columns
-
mlr_pipeops_modelmatrixPipeOpModelMatrix - Transform Columns by Constructing a Model Matrix
-
mlr_pipeops_multiplicityexplyPipeOpMultiplicityExply - Explicate a Multiplicity
-
mlr_pipeops_multiplicityimplyPipeOpMultiplicityImply - Implicate a Multiplicity
-
mlr_pipeops_mutatePipeOpMutate - Add Features According to Expressions
-
mlr_pipeops_nearmissPipeOpNearmiss - Nearmiss Down-Sampling
-
mlr_pipeops_nmfPipeOpNMF - Non-negative Matrix Factorization
-
mlr_pipeops_nopPipeOpNOP - Simply Push Input Forward
-
mlr_pipeops_ovrsplitPipeOpOVRSplit - Split a Classification Task into Binary Classification Tasks
-
mlr_pipeops_ovrunitePipeOpOVRUnite - Unite Binary Classification Tasks
-
mlr_pipeops_pcaPipeOpPCA - Principal Component Analysis
-
mlr_pipeops_proxyPipeOpProxy - Wrap another PipeOp or Graph as a Hyperparameter
-
mlr_pipeops_quantilebinPipeOpQuantileBin - Split Numeric Features into Quantile Bins
-
mlr_pipeops_randomprojectionPipeOpRandomProjection - Project Numeric Features onto a Randomly Sampled Subspace
-
mlr_pipeops_randomresponsePipeOpRandomResponse - Generate a Randomized Response Prediction
-
mlr_pipeops_regravgPipeOpRegrAvg - Weighted Prediction Averaging
-
mlr_pipeops_removeconstantsPipeOpRemoveConstants - Remove Constant Features
-
mlr_pipeops_renamecolumnsPipeOpRenameColumns - Rename Columns
-
mlr_pipeops_replicatePipeOpReplicate - Replicate the Input as a Multiplicity
-
mlr_pipeops_rowapplyPipeOpRowApply - Apply a Function to each Row of a Task
-
mlr_pipeops_scalePipeOpScale - Center and Scale Numeric Features
-
mlr_pipeops_scalemaxabsPipeOpScaleMaxAbs - Scale Numeric Features with Respect to their Maximum Absolute Value
-
mlr_pipeops_scalerangePipeOpScaleRange - Linearly Transform Numeric Features to Match Given Boundaries
-
mlr_pipeops_selectPipeOpSelect - Remove Features Depending on a Selector
-
mlr_pipeops_smotePipeOpSmote - SMOTE Balancing
-
mlr_pipeops_smotencPipeOpSmoteNC - SMOTENC Balancing
-
mlr_pipeops_spatialsignPipeOpSpatialSign - Normalize Data Row-wise
-
mlr_pipeops_subsamplePipeOpSubsample - Subsampling
-
mlr_pipeops_targetinvertPipeOpTargetInvert - Invert Target Transformations
-
mlr_pipeops_targetmutatePipeOpTargetMutate - Transform a Target by a Function
-
mlr_pipeops_targettrafoscalerangePipeOpTargetTrafoScaleRange - Linearly Transform a Numeric Target to Match Given Boundaries
-
mlr_pipeops_textvectorizerPipeOpTextVectorizer - Bag-of-word Representation of Character Features
-
mlr_pipeops_thresholdPipeOpThreshold - Change the Threshold of a Classification Prediction
-
mlr_pipeops_tomekPipeOpTomek - Tomek Down-Sampling
-
mlr_pipeops_tunethresholdPipeOpTuneThreshold - Tune the Threshold of a Classification Prediction
-
mlr_pipeops_unbranchPipeOpUnbranch - Unbranch Different Paths
-
mlr_pipeops_updatetargetPipeOpUpdateTarget - Transform a Target without an Explicit Inversion
-
mlr_pipeops_vtreatPipeOpVtreat - Interface to the vtreat Package
-
mlr_pipeops_yeojohnsonPipeOpYeoJohnson - Yeo-Johnson Transformation of Numeric Features
-
PipeOp - PipeOp Base Class
-
PipeOpEncodePL - Piecewise Linear Encoding Base Class
-
PipeOpEnsemble - Ensembling Base Class
-
PipeOpImpute - Imputation Base Class
-
PipeOpTargetTrafo - Target Transformation Base Class
-
PipeOpTaskPreproc - Task Preprocessing Base Class
-
PipeOpTaskPreprocSimple - Simple Task Preprocessing Base Class
-
mlr_graphs - Dictionary of (sub-)graphs
-
pipeline_bagging() - Create a bagging learner
-
pipeline_branch() - Branch Between Alternative Paths
-
pipeline_convert_types() - Convert Column Types
-
pipeline_greplicate() - Create Disjoint Graph Union of Copies of a Graph
-
pipeline_ovr() - Create A Graph to Perform "One vs. Rest" classification.
-
pipeline_robustify() - Robustify a learner
-
pipeline_stacking() - Create A Graph to Perform Stacking.
-
pipeline_targettrafo() - Transform and Re-Transform the Target Variable
-
mlr_learners_graphGraphLearner - Encapsulate a Graph as a Learner
-
mlr_learners_classif.avgmlr_learners_regr.avg - Optimized Weighted Average of Features for Classification and Regression
-
mlr_tasks_boston_housing - Housing Data for 506 Census Tracts of Boston
-
preproc() - Simple Pre-processing
-
selector_all()selector_none()selector_type()selector_grep()selector_name()selector_invert()selector_intersect()selector_union()selector_setdiff()selector_missing()selector_cardinality_greater_than() - Selector Functions
-
as_graph() - Conversion to mlr3pipelines Graph
-
assert_graph() - Assertion for mlr3pipelines Graph
-
as_pipeop() - Conversion to mlr3pipelines PipeOp
-
assert_pipeop() - Assertion for mlr3pipelines PipeOp
-
is_noop() - Test for NO_OP
-
NO_OP - No-Op Sentinel Used for Alternative Branching
-
filter_noop() - Remove NO_OPs from a List
-
set_validate(<GraphLearner>) - Configure Validation for a GraphLearner
-
as.Multiplicity() - Convert an object to a Multiplicity
-
is.Multiplicity() - Check if an object is a Multiplicity
-
PipeOp - PipeOp Base Class
-
PipeOpTaskPreproc - Task Preprocessing Base Class
-
PipeOpTaskPreprocSimple - Simple Task Preprocessing Base Class
-
PipeOpImpute - Imputation Base Class
-
PipeOpEnsemble - Ensembling Base Class
-
PipeOpTargetTrafo - Target Transformation Base Class
-
PipeOpEncodePL - Piecewise Linear Encoding Base Class
-
add_class_hierarchy_cache() - Add a Class Hierarchy to the Cache
-
reset_class_hierarchy_cache() - Reset the Class Hierarchy Cache
-
register_autoconvert_function() - Add Autoconvert Function to Conversion Register
-
reset_autoconvert_register() - Reset Autoconvert Register