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.
get_numeric_columns
Get all numeric columns from a pandas DataFrame.
This function selects all numeric columns from a pandas DataFrame. A numeric column is defined as a column whose dtype is a np.number.
dtype
np.number
X : pd.DataFrame
The input dataframe.