steps_to_tuples {GeneSelectR} | R Documentation |
Convert Steps to Tuples
Description
This function converts a list of steps to tuples for use in a Scikit-learn pipeline.
Usage
steps_to_tuples(steps)
Arguments
steps |
A list of steps to convert to tuples. |
Value
A list of tuples, where each tuple represents a step in a Scikit-learn pipeline. The tuple contains the name of the step and the corresponding step object.
[Package GeneSelectR version 1.0.1 Index]