captest.filters.Missing

class captest.filters.Missing(*, columns, custom_name, name)

Remove rows with missing data (NaN) in the regression columns.

By default checks the columns identified by regression_cols (via the regcols floc key); pass columns to restrict the NaN check to a subset.

__init__(**params)

Methods

__init__(**params)

from_config(config)

Build an instance from a to_config() dict.

run(capdata)

Execute the step, record runtime state, and append self to filters.

to_config()

Serialize this step to a config dict (every param, defaults included; the param-system name is omitted).

Attributes

args_repr

Render the step's params for the summary.

columns

custom_name

explanation

Human-readable description of the step's effect (read after run()).

name

param