RegressionSystematicError

class RegressionSystematicError[source]

Check the regression systematic error.

__init__()[source]
__new__(*args, **kwargs)

Methods

RegressionSystematicError.add_condition(...)

Add new condition function to the check.

RegressionSystematicError.add_condition_systematic_error_ratio_to_rmse_not_greater_than([...])

Add condition - require the absolute mean systematic error to be not greater than (max_ratio * RMSE).

RegressionSystematicError.clean_conditions()

Remove all conditions from this check instance.

RegressionSystematicError.conditions_decision(result)

Run conditions on given result.

RegressionSystematicError.name()

Name of class in split camel case.

RegressionSystematicError.params([show_defaults])

Return parameters to show when printing the check.

RegressionSystematicError.remove_condition(index)

Remove given condition by index.

RegressionSystematicError.run(dataset[, model])

Run check.

RegressionSystematicError.run_logic(context)

Run check.

Example