On Finetuning Tabular Foundation Models Paper Code
-
Updated
Sep 3, 2025 - Python
On Finetuning Tabular Foundation Models Paper Code
A complete machine learning and deep learning pipeline for customer churn prediction. Includes preprocessing, model training (RandomForest, XGBoost, CatBoost, Keras), evaluation (confusion matrix, ROC, feature importance), and best model saving using callbacks.
This project focuses on predicting the likelihood of heart disease using machine learning techniques. The dataset includes medical features like age, blood pressure, cholesterol, and heart rate. The model uses algorithms like CatBoost and Random Forest to predict the presence of heart disease, assisting early diagnosis.
A complete fraud detection pipeline using ML models (CatBoost, XGBoost, LightGBM), class weighting, SMOTE, and custom feature engineering. Achieved strong recall and precision balance for real-world deployment.
Add a description, image, and links to the tabular-ml topic page so that developers can more easily learn about it.
To associate your repository with the tabular-ml topic, visit your repo's landing page and select "manage topics."