_models_tabular

Attributes

explain_tabular_dispatcher

Functions

predict(*, model, tabular_input)

_run_rise_tabular(_model, table, training_data, ...)

_run_lime_tabular(_model, table, training_data, ...)

_run_kernelshap_tabular(model, table, training_data, ...)

Module Contents

_models_tabular.predict(*, model, tabular_input)[source]
_models_tabular._run_rise_tabular(_model, table, training_data, _feature_names, **kwargs)[source]
_models_tabular._run_lime_tabular(_model, table, training_data, _feature_names, **kwargs)[source]
_models_tabular._run_kernelshap_tabular(model, table, training_data, _feature_names, **kwargs)[source]
_models_tabular.explain_tabular_dispatcher[source]