You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project benchmarks XGBoost and PyTorch models for binary classification across serial CPU, parallel CPU, and GPU setups. Parallel XGBoost achieved the fastest training time without loss in accuracy (~52%), while PyTorch on GPU delivered the best F1 Score (0.4592), highlighting trade-offs between speed and performance on small tabular datasets.