Base Classes ======================= To work properly with all the sklearn methods and components, each transformer needs to have a specific set of characteristics. This class ensures just that. Nearly every other class in TubesML inherits from this class. .. automodule:: tubesml.base :members: