Module ktrain.tabular
Expand source code
from .causalinference import causal_inference_model
from .data import tabular_from_csv, tabular_from_df
from .models import (
print_tabular_classifiers,
print_tabular_regression_models,
tabular_classifier,
tabular_regression_model,
)
from .preprocessor import pd_data_types
Sub-modules
ktrain.tabular.causalinferencektrain.tabular.dataktrain.tabular.datasetktrain.tabular.modelsktrain.tabular.predictorktrain.tabular.preprocessor