Chibundum commited on
Commit
35f460d
·
1 Parent(s): e2bc04c

Added README file to update model card

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for {{ model_id | default("Model ID", true) }}
2
+
3
+ A multiclass classfication task using a Logistic regression model trained on the [Iris dataset](https://scikit-learn.org/dev/modules/generated/sklearn.datasets.load_iris.html), developed in Scikit-Learn version 1.0 and loaded in both version 1.0 and 1.1.
4
+
5
+ # Model Details
6
+
7
+ ## Model Description
8
+ - **Developed by:** Adebayo Chibundum
9
+ - **Model type:** Logistic Regression
10
+ - **License:** None
11
+
12
+ # Training Details
13
+
14
+ ## Training Data
15
+ - [Iris dataset](https://scikit-learn.org/dev/modules/generated/sklearn.datasets.load_iris.html)
16
+
17
+ # Evaluation
18
+
19
+ ### Metrics and Results
20
+ - **Accuracy:** 1.0
21
+ - **Macro F1 Score:** 1.0
22
+ - **Confusion Matrix**