tabensemb.data.datamodule.DataModule._get_kurtosis# method static DataModule._get_kurtosis(tabular: DataFrame) → DataFrame[source]# Get the kurtosis for each feature in the tabular dataset. Parameters: tabularThe tabular dataset. Returns: pd.DataFrameThe kurtosis for each feature in the dataset.