MohammedSohail commited on
Commit
c0af298
·
verified ·
1 Parent(s): e76295e

Added model card (README.md)

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,11 +10,11 @@ This model predicts **Engine Condition** using multiple engine sensor parameters
10
  - **Task Type:** Classification
11
 
12
  ## Evaluation Metrics
13
- | | Best Params | Accuracy | Precision | Recall | F1-Score |
14
- |:-----------------|:--------------------------------------------|-----------:|------------:|---------:|-----------:|
15
- | RandomForest | {'max_depth': None, 'n_estimators': 200} | 0.802502 | 0.815152 | 0.888137 | 0.850081 |
16
- | GradientBoosting | {'learning_rate': 0.1, 'n_estimators': 150} | 0.676383 | 0.701607 | 0.846865 | 0.767423 |
17
- | AdaBoost | {'learning_rate': 0.5, 'n_estimators': 50} | 0.666145 | 0.682343 | 0.880244 | 0.768761 |
18
 
19
  ## Dataset
20
  Dataset used is hosted in the Hugging Face dataset hub:
 
10
  - **Task Type:** Classification
11
 
12
  ## Evaluation Metrics
13
+ | | F1-Score |
14
+ |:-----------------|-----------:|
15
+ | RandomForest | 0.963115 |
16
+ | GradientBoosting | 0.775914 |
17
+ | AdaBoost | 0.76212 |
18
 
19
  ## Dataset
20
  Dataset used is hosted in the Hugging Face dataset hub: