tabensemb.data.dataprocessor#
Functions
|
Classes
|
A categorical feature encoder that transforms string values to unique integer values. |
|
Select features that are not correlated (in the sense of Pearson correlation). |
|
Select data with the specified feature value. |
|
Remove outliers using the IQR strategy. |
|
Remove features that contain no valid value. |
|
Select features using recursive feature elimination, adapted from the implementation of RFECV in sklearn. |
|
This is a sample of data augmentation, which is not reasonable at all and is only used to test data augmentation. |
|
A standard scaler implemented using StandardScaler from sklearn. |
|
Remove outliers using the standard error strategy. |
|
Remove features that almost (by a certain fraction) contain an identical value. |