DS2 commited on
Commit
f73eeb9
1 Parent(s): a7e5e91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - RandomForestClassifier
4
+ - scikit-learn
5
+ - delivery-scheduling
6
+ license: mit
7
+ ---
8
+
9
+ # AI-Based Customized Time Slot Delivery Model
10
+
11
+ This model is designed to predict the optimal time slots for delivery rescheduling based on user preferences and past delivery data. It leverages a RandomForestClassifier trained on historical delivery data.
12
+
13
+ ## Model Details
14
+ - **Algorithm**: RandomForestClassifier
15
+ - **Accuracy**: 100% on test data