This function converts a list of steps to tuples for use in a Scikit-learn pipeline.
Usage
steps_to_tuples(steps)
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.