dhani10 commited on
Commit
3cb4741
·
verified ·
1 Parent(s): 7e11756

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -25
README.md CHANGED
@@ -1,27 +1,3 @@
1
- ---
2
- language: en
3
- tags:
4
- - machine-learning
5
- - classification
6
- - predictive-maintenance
7
- - engine-condition
8
- - scikit-learn
9
- license: apache-2.0
10
- datasets:
11
- - dhani10/engine-condition-dataset
12
- ---
13
-
14
  # Engine Condition Model
15
 
16
- This repository hosts a scikit-learn pipeline for predicting engine condition (0=Normal, 1=Faulty) from six sensor readings:
17
-
18
- - `Engine rpm`
19
- - `Lub oil pressure`
20
- - `Fuel pressure`
21
- - `Coolant pressure`
22
- - `lub oil temp`
23
- - `Coolant temp`
24
-
25
- **Default artifact path expected by apps:** `best_engine_model.joblib`
26
-
27
- > Note: If you see this message and you're just testing the deployment flow, the model may be a small placeholder trained on synthetic data so the app can run end-to-end.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Engine Condition Model
2
 
3
+ This is a CI-built model artifact for demo/testing.