Qolmat API¶
Imputers API¶
|
EM imputer. |
|
K-nnearest neighbors imputer. |
Interpolation imputer. |
|
|
LOCF imputer. |
|
Simple imputer. |
|
MICE imputer. |
|
NOCB imputer. |
Perfect imputer, requires to know real values. |
|
Regressor imputer. |
|
Residual imputer. |
|
PCP RPCA imputer. |
|
Noise RPCA imputer. |
|
SoftImpute imputer. |
|
Impute using random samples from the considered column. |
Comparator API¶
|
Comparator class. |
Missing Patterns API¶
UniformHoleGenerator class. |
|
GeometricHoleGenerator class. |
|
EmpiricalHoleGenerator class. |
|
MultiMarkovHoleGenerator class. |
|
GroupedHoleGenerator class. |
Metrics API¶
|
Mean squared error between two dataframes. |
Compute the root mean squared error between two dataframes. |
|
|
Compute the mean absolute error between two dataframes. |
Compute the mean absolute percentage error between two dataframes. |
|
|
Compute the weighted mean absolute percentage error between 2 df. |
|
Compute the matching ratio between the two datasets. |
|
Compute the Wasserstein distances between columns of 2 dataframes. |
|
Estimate the KL divergence. |
Compute the Kolmogorov Smirnov Test for numerical features. |
|
Compute the total variance distance for categorical features. |
|
|
Compute the mean absolute of differences. |
|
Compute the mean absolute of differences. |
|
Compute the mean absolute of differences. |
|
Compute the sum of energy distances between df1 and df2. |
|
Compute Frechet distance computed using a pattern decomposition. |
Compute a mean score based on missing patterns. |
RPCA engine API¶
Class for the basic RPCA decomposition. |
|
Class for a noisy version of the so-called 'improved RPCA'. |
Expectation-Maximization engine API¶
Multinormal EM imputer. |
|
|
VAR(p) EM imputer. |
Diffusion Model engine API¶
Imputer based on diffusion models. |
|
Tab DDPM. |
|
Time series DDPM. |
Preprocessing API¶
MixteHGBM class. |
|
BinTransformer class. |
|
Class for one-hot encoding of categorical features. |
|
Wrap a transformer. |
|
Create a preprocessing pipeline managing mixed type data. |
Create a robust pipeline for MixteHGBM. |
Utils API¶
|
Create holes in a dataset with no missing value, starting from df. |