An AI-powered classifier that predicts whether a shipment will be delayed — enabling procurement teams to act before disruptions stall critical infrastructure projects.
Exploratory analysis of 177,519 shipment records from the DataCoSupplyChain dataset — uncovering the patterns that drive late delivery risk across global construction supply chains.
End-to-end workflow built on the Braintoy MLOS platform — from raw data ingestion through model governance and live deployment.
Uploaded the DataCoSupplyChain CSV (177,519 records, 29 columns) into MLOS. Locked Late_delivery_risk as the binary target variable (1 = Late, 0 = On Time) with an 80/20 train/validation split.
Applied Categorical-to-Numeric transformation to 11 high-cardinality features including Type, Category_Name, Shipping_Mode, Market, and Customer_Segment — enabling decision tree architectures to process complex logistical labels.
Trained two candidate models: DecisionTreeClassifier (v.3) and ExtraTreesClassifier (v.1). Both were evaluated on Accuracy, F1-Score, ROC AUC, Precision/Recall, and Hamming Loss.
DecisionTreeClassifier (v.3) selected as the deployment candidate with 81.93% accuracy and 0.82 ROC AUC — outperforming ExtraTreesClassifier on accuracy and Hamming Loss (0.18 vs. 0.24).
Model container submitted to fariha@braintoy.ai for third-party ethical validation per BuiltSmart AI governance requirements — verifying the model's logic is mathematically stable and free of critical biases before deployment.
CapstoneML v.3 deployed on the Braintoy MLOS platform as a no-code interactive interface. Non-technical users — site managers, procurement officers — can input shipment parameters and receive an instant Late/On-Time risk label.
Enter real shipment parameters below and the trained CapstoneML v.3 model will predict whether that order is at risk of being delivered late. You will need your MLOS API key and access token.
All deliverables for the BuiltSmart AI Capstone — BuiltSmart AI Cohort, September 2026.
Chat with the JotForm AI Agent trained on this capstone project. Ask it about late delivery risk, the dataset, model performance, or supply chain strategy.
The JotForm AI Agent has been trained on this project's dataset, methodology, and findings. It can answer questions about the model, explain predictions, or discuss supply chain strategy — available 24/7 via the chat button.
Look for the chat bubble in the bottom-right corner of this page.
Powered by JotForm AI Agent · Responses are AI-generated and for informational purposes only.
This capstone represents the culmination of the BuiltSmart AI program — applying machine learning to a domain I care about deeply: the reliability of construction supply chains. Late deliveries don't just cause logistical headaches; they stall infrastructure projects that communities depend on, erode contractor margins, and undermine the sustainability commitments we need to meet global SDG targets.
By building CapstoneML v.3, I wanted to demonstrate that AI doesn't need to be complex to be useful. A well-trained classifier on real shipping data can give procurement teams a practical early-warning signal — transforming logistics from reactive firefighting to intelligent prevention.