A repo containing my python packages for cases I used in the past
A Python package to calculate KL divergence, PSI values and group entities with the same distribution probabilities.
A jupyter notebook is provided in the folder jupyter_notebooks for an example of using PSI values and group entities within a certain threshold.
A Python package to do hyper-parameter optimization : random search , grid search and bayesian optimization.
A Python package to interpret samples for anomaly detection with autoencoders and calculate weighted similarities (based on feature importance) for samples.
A Python package for a pipeline to compare between classification models and regression models.
A Python package containing simple plots.
A Python package to do some transformations, like polynomial transformation, power transformation, IQR ...