This study looks into the development of intelligent maritime logistics models that use machine learning approaches to forecast crucial metrics like fuel usage and port delays. A comprehensive dataset assessed five machine learning models: Linear Regression, Decision Tree, Random Forest, XGBoost, and AdaBoost. Predictive capacities were assessed using key performance measures such as R², MSE, and MAPE. The results show significant heterogeneity in model performance, with Linear Regression attaining a modest test R² of 0.6845 for fuel prediction and 0.8831 for port delay prediction but suffering from high MSE (58745.23) and MAPE (26.90% for fuel). The Decision Tree showed significant overfitting, with a perfect R² (1.000) on training but decreasing to 0.7743 for fuel and 0.9880 for port delay on testing. Random Forest demonstrated balanced performance, with test R² values of 0.7598 for fuel and 0.9548 for port delay. MAPE values were also lower (23.66% for fuel and 5.66% for port delay). The best-performing model was XGBoost, with near-perfect test R² values of 0.7439 for fuel and 0.9880 for port delay, as well as a low MSE (39579.79 for fuel and 0.23 for port delay). AdaBoost produced comparable but somewhat lower results, with test R² values of 0.7188 for fuel and 0.9485 for port delay. These findings demonstrate XGBoost's strength in capturing nonlinear interactions and making solid predictions, whereas ensemble approaches outperform simpler models such as Linear Regression.