Effect of Ratios Hyperparameter In this tutorial we use an SVM and SMOTE and the Iris data to study how the decision regions change with the amount of oversampling From Random Oversampling to ROSE In this tutorial we study the `s` parameter in rose and the effect of increasing it. SMOTE on Customer Churn Data In this tutorial we apply SMOTE and random forest to predict customer churn based on continuous attributes. SMOTEN on Mushroom Data In this tutorial we use a purely categorical dataset to predict mushroom odour. SMOTENC on Customer Churn Data In this tutorial we extend the SMOTE tutorial to include both categorical and continuous data for churn prediction Effect of ENN Hyperparameters In this tutorial we oberve the effects of the hyperparameters found in ENN undersampling with an SVM model SMOTE-Tomek for Ethereum Fraud Detection In this tutorial we combine SMOTE with TomekUndersampler and a classification model from MLJ for fraud detection BalancedBagging for Cerebral Stroke Prediction In this tutorial we use BalancedBagging from MLJBalancing with Decision Tree to predict Cerebral Strokes