NoSelect

class mastml.feature_selectors.NoSelect[source]

Bases: BaseSelector

Class for having a “null” transform where the output is the same as the input. Needed by MAST-ML as a placeholder if certain workflow aspects are not performed.

See BaseSelector for information on args and methods