Munchkinland
commited on
Commit
·
1ad420d
1
Parent(s):
47febf3
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,16 @@ The base model consists of four classifiers: RandomForestClassifier, LogisticReg
|
|
9 |
The StackedLogisticSolversMaxIter5000SolverSagaRandomState42 model has been trained and fine-tuned to achieve an 89% accuracy rate in predicting hotel booking cancellations. Its primary goal is to provide data-driven insights to empower hotel management, optimize reservation systems, and enhance overall service quality.
|
10 |
|
11 |
This model is designed for use in predictive analytics applications within the hotel industry and can serve as a valuable resource for making informed decisions and reducing losses due to cancellations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
license: mit
|
14 |
language:
|
|
|
9 |
The StackedLogisticSolversMaxIter5000SolverSagaRandomState42 model has been trained and fine-tuned to achieve an 89% accuracy rate in predicting hotel booking cancellations. Its primary goal is to provide data-driven insights to empower hotel management, optimize reservation systems, and enhance overall service quality.
|
10 |
|
11 |
This model is designed for use in predictive analytics applications within the hotel industry and can serve as a valuable resource for making informed decisions and reducing losses due to cancellations.
|
12 |
+
|
13 |
+
accuracy recall f1-score support
|
14 |
+
|
15 |
+
0 0.86 0.79 0.83 3607
|
16 |
+
1 0.90 0.94 0.92 7276
|
17 |
+
|
18 |
+
accuracy 0.89 10883
|
19 |
+
macro avg 0.88 0.86 0.87 10883
|
20 |
+
weighted avg 0.89 0.89 0.89 10883
|
21 |
+
|
22 |
---
|
23 |
license: mit
|
24 |
language:
|