Description: In this set, a dummy classifier is utilized, where a decision tree is constructed based on level 1 preprocessed features. Level 1 preprocessing refers to minimal preprocessing required for the algorithm to function.
Description: This set employs the XGBoost algorithm without any feature engineering (FE) techniques.
Description: XGBoost is utilized in this set with feature engineering techniques applied to enhance model performance.
Description: XGBoost is employed with feature engineering techniques, and Optuna is used for hyperparameter optimization.
Description: LightGBM is utilized in this set without any feature engineering.
Description: LightGBM is employed with feature engineering techniques to improve model performance.
Description: LightGBM is used with feature engineering techniques, and Optuna is employed for hyperparameter tuning.
Description: This set utilizes LightGBM with a custom loss function, specifically the focal loss function, to address class imbalance or prioritize hard-to-classify samples.
Description: CatBoost algorithm is employed with feature engineering techniques.
Description: CatBoost algorithm is utilized with feature engineering techniques, and Optuna is employed for hyperparameter optimization.
Description: This set utilizes the Pycaret library, which automates the machine learning workflow, including data preprocessing, model selection, and evaluation.
Description: Autogluon is utilized in this set, which is an automated machine learning library designed for easy-to-use and efficient model selection and hyperparameter tuning.
Description: AutoXGB employs automated methods, likely through techniques such as AutoML, for training and optimizing an XGBoost model.
Description: AutoLGBM utilizes automated techniques, possibly through AutoML, for training and optimizing a LightGBM model.
Description: This set employs advanced techniques or configurations with LightGBM to enhance model performance further.
Description: In this set, an ensemble approach is used where XGBoost models are stacked to improve overall predictive performance.
Description: This set utilizes a neural network-based approach for modeling, which can handle complex relationships in the data.
Description: (Fill in the description of Experiment Set 18)
Description: (Fill in the description of Experiment Set 19)
Description: This set combines the predictions of an XGBoost model with probabilities obtained from a neural network model, likely for ensemble or boosting purposes.