_models_tabular =============== .. py:module:: _models_tabular Attributes ---------- .. autoapisummary:: _models_tabular.explain_tabular_dispatcher Functions --------- .. autoapisummary:: _models_tabular.predict _models_tabular._run_rise_tabular _models_tabular._run_lime_tabular _models_tabular._run_kernelshap_tabular Module Contents --------------- .. py:function:: predict(*, model, tabular_input) .. py:function:: _run_rise_tabular(_model, table, training_data, _feature_names, **kwargs) .. py:function:: _run_lime_tabular(_model, table, training_data, _feature_names, **kwargs) .. py:function:: _run_kernelshap_tabular(model, table, training_data, _feature_names, **kwargs) .. py:data:: explain_tabular_dispatcher