aliosmankaya commited on
Commit
489e263
1 Parent(s): 3704127

Added model card

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -2,4 +2,17 @@
2
 
3
  This Linear Regression model trained on Iris dataset that transformed to a structured array.
4
 
5
- Goal is to test this pr -> https://github.com/skops-dev/skops/pull/211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  This Linear Regression model trained on Iris dataset that transformed to a structured array.
4
 
5
+ Goal is to test this pr -> https://github.com/skops-dev/skops/pull/211
6
+
7
+ ---
8
+ language:
9
+ - en
10
+ library_name: sklearn
11
+ license: apache-2.0
12
+ tags:
13
+ - sklearn
14
+ datasets:
15
+ - iris
16
+ metrics:
17
+ - accuracy
18
+ ---