aliosmankaya commited on
Commit
5ee4d56
·
1 Parent(s): 79e5e36

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sklearn
3
+ tags:
4
+ - sklearn
5
+ - skops
6
+ - tabular-classification
7
+ widget:
8
+ structuredData:
9
+ x0:
10
+ - 6.3
11
+ - 6.5
12
+ - 5.6
13
+ x1:
14
+ - 3.3
15
+ - 3.0
16
+ - 2.5
17
+ ---
18
+ ### Linear Regression Model
19
+ This Linear Regression model trained on Iris dataset as a regular numpy array with 2-dimensional.
20
+
21
+ Goal is to test this pr -> https://github.com/skops-dev/skops/pull/211