Asma-Abid commited on
Commit
4533eba
·
verified ·
1 Parent(s): 2dce194

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -21,4 +21,36 @@ tags:
21
  - csv-model
22
  - predictive-analysis
23
  - tabular-data
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - csv-model
22
  - predictive-analysis
23
  - tabular-data
24
+ ---
25
+ # Logistic Regression Model
26
+
27
+ This model was trained using Logistic Regression as part of the AI AutoML Platform.
28
+
29
+ ## Features
30
+ - Automatic preprocessing
31
+ - Missing value handling
32
+ - Label encoding
33
+ - Feature scaling
34
+ - Hyperparameter tuning
35
+ - Accuracy optimization
36
+
37
+ ## Model Type
38
+ Logistic Regression
39
+
40
+ ## Library
41
+ scikit-learn
42
+
43
+ ## Use Cases
44
+ - Customer churn prediction
45
+ - Medical diagnosis
46
+ - Binary classification
47
+ - Multi-class classification
48
+
49
+ ## Metrics
50
+ - Accuracy: XX%
51
+ - Precision: XX%
52
+ - Recall: XX%
53
+ - F1 Score: XX%
54
+
55
+ ## Developer
56
+ Created by Asma Abid