DashAI.back.converters.ColumnRemover

class ColumnRemover[source]

Converter that removes specified columns from the dataset. This converter uses the scope columns defined in the converter job UI. The columns selected in the scope will be the ones removed from the dataset.

__init__()[source]

Methods

__init__()

changes_row_count()

Indicates if the converter changes the number of rows in the dataset.

fit(x[, y])

Fit the column remover.

get_schema()

Generates the component related Json Schema.

transform(x[, y])

Remove the columns that were selected via scope.

validate_and_transform(raw_data)

It takes the data given by the user to initialize the model and returns it with all the objects that the model needs to work.

Attributes

DESCRIPTION

TYPE