Data Processing =============== In this section, we find the classes that process the data to prepare them for further transformation or for model training. The DataFrame structure is preserved to allow for more flexible steps in the pipeline. .. automodule:: tubesml.scale :members: .. automodule:: tubesml.dummy :members: