steps_to_tuples | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.