Munchkinland commited on
Commit
47febf3
1 Parent(s): ce6b0d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  language:
@@ -11,13 +22,3 @@ tags:
11
  pipeline_tag: tabular-regression
12
  ---
13
 
14
- Description of StackedLogisticSolversMaxIter5000SolverSagaRandomState42 Model
15
-
16
- This model, named "StackedLogisticSolversMaxIter5000SolverSagaRandomState42," is a stacked classifier that combines various machine learning techniques to predict hotel booking cancellations in the hospitality industry. The model utilizes an advanced "Stacking Model" technique, integrating different base algorithms to improve prediction accuracy.
17
-
18
- The base model consists of four classifiers: RandomForestClassifier, LogisticRegression with custom parameters (max_iter=5000, solver='saga', random_state=42), DecisionTreeClassifier, and Support Vector Classifier (SVC) with data scaling. These base models are combined into a meta-model that also uses LogisticRegression with the same parameter configuration. Additionally, data scaling is performed using StandardScaler on models that require it.
19
-
20
- 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.
21
-
22
- 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.
23
-
 
1
+ Description of StackedLogisticSolversMaxIter5000SolverSagaRandomState42 Model
2
+
3
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/659512081adf6d577e6b0c7a/Qm9bGKeU0_Ri94flBNsMA.png)
4
+
5
+ This model, named "StackedLogisticSolversMaxIter5000SolverSagaRandomState42," is a stacked classifier that combines various machine learning techniques to predict hotel booking cancellations in the hospitality industry. The model utilizes an advanced "Stacking Model" technique, integrating different base algorithms to improve prediction accuracy.
6
+
7
+ The base model consists of four classifiers: RandomForestClassifier, LogisticRegression with custom parameters (max_iter=5000, solver='saga', random_state=42), DecisionTreeClassifier, and Support Vector Classifier (SVC) with data scaling. These base models are combined into a meta-model that also uses LogisticRegression with the same parameter configuration. Additionally, data scaling is performed using StandardScaler on models that require it.
8
+
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:
 
22
  pipeline_tag: tabular-regression
23
  ---
24