Initial Commit
Browse files- confusion_matrix_baseline_rf.png +0 -0
- confusion_matrix_tuned_rf.png +0 -0
- model_comparison_rf.csv +3 -0
- traffic_predictor_rf.pkl +3 -0
confusion_matrix_baseline_rf.png
ADDED
![]() |
confusion_matrix_tuned_rf.png
ADDED
![]() |
model_comparison_rf.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Model,Accuracy,F1 Score,Train Time (s),Overfitting?
|
2 |
+
Baseline RF,0.999,0.998997349520192,0.49846601486206055,No
|
3 |
+
Tuned RF,0.997,0.9969955340942658,7.127919912338257,No (tuned)
|
traffic_predictor_rf.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f265620fac3bf75e59d23207bb4cc6bd4c51934ed508707e2cbcf9d80c93e4cf
|
3 |
+
size 7677862
|