English

Cluster Workload Allocation: A Predictive Approach Leveraging Machine Learning Efficiency

Machine Learning 2025-09-25 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Software Engineering

Abstract

This research investigates how Machine Learning (ML) algorithms can assist in workload allocation strategies by detecting tasks with node affinity operators (referred to as constraint operators), which constrain their execution to a limited number of nodes. Using real-world Google Cluster Data (GCD) workload traces and the AGOCS framework, the study extracts node attributes and task constraints, then analyses them to identify suitable node-task pairings. It focuses on tasks that can be executed on either a single node or fewer than a thousand out of 12.5k nodes in the analysed GCD cluster. Task constraint operators are compacted, pre-processed with one-hot encoding, and used as features in a training dataset. Various ML classifiers, including Artificial Neural Networks, K-Nearest Neighbours, Decision Trees, Naive Bayes, Ridge Regression, Adaptive Boosting, and Bagging, are fine-tuned and assessed for accuracy and F1-scores. The final ensemble voting classifier model achieved 98% accuracy and a 1.5-1.8% misclassification rate for tasks with a single suitable node.

Keywords

Cite

@article{arxiv.2509.17695,
  title  = {Cluster Workload Allocation: A Predictive Approach Leveraging Machine Learning Efficiency},
  author = {Leszek Sliwko},
  journal= {arXiv preprint arXiv:2509.17695},
  year   = {2025}
}

Comments

This is the accepted version of the paper published in IEEE Access (2024). The final version is available at: https://doi.org/10.1109/ACCESS.2024.3520422

R2 v1 2026-07-01T05:49:27.699Z