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

added model cardmetadata

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,10 +1,20 @@
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
@@ -18,5 +28,5 @@ A multiclass classfication task using a Logistic regression model trained on the
18
 
19
  ### Metrics and Results
20
  - **Accuracy:** 1.0
21
- - **Macro F1 Score:** 1.0
22
  - **Confusion Matrix**
 
1
+ ---
2
+ library_name: Scikit-Learn
3
+ datasets:
4
+ - Iris Dataset
5
+ metrics:
6
+ - Accuracy
7
+ - F1 Score
8
+ - Confusion matrix
9
+ ---
10
+
11
+ # Model Card for Logistic regression model
12
 
13
  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.
14
 
15
  # Model Details
16
 
17
+ ## Model Descriptionß
18
  - **Developed by:** Adebayo Chibundum
19
  - **Model type:** Logistic Regression
20
  - **License:** None
 
28
 
29
  ### Metrics and Results
30
  - **Accuracy:** 1.0
31
+ - **Macro-averaged F1 Score:** 1.0
32
  - **Confusion Matrix**