steps_to_tuples {GeneSelectR} | R Documentation |
This function converts a list of steps to tuples for use in a Scikit-learn pipeline.
steps_to_tuples(steps)
steps |
A list of steps to convert to tuples. |
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.