features#
Utils module containing feature importance calculations.
Functions
|
Calculate features effect on the label or None if the input is incorrect. |
|
Return the dict of columns sorted and limited by feature importance. |
|
Return the dataframe of columns sorted and limited by feature importance. |
|
Infers which features are categorical by checking types and number of unique values. |
Infers which features are numerical. |
|
|
Check if uniques are few enough to count as categorical. |