skoot.base
skoot.decorators
skoot.balance
skoot.datasets
skoot.decomposition
skoot.exploration
skoot.feature_extraction
skoot.feature_selection
skoot.model_validation
skoot.preprocessing
skoot.utils
skoot.utils.
dataframe_or_array
Get a dataframe or numpy array.
If the as_df param is True, returns a Pandas dataframe. Otherwise returns the underlying numpy array values.
as_df
X : DataFrame
The Pandas dataframe
as_df : bool
Whether to return a dataframe