aliosmankaya
commited on
Commit
·
7e24494
1
Parent(s):
45e4319
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|
14 |
+
|
15 |
+
### Linear Regression Model
|
16 |
+
This Linear Regression model trained on Iris dataset as a regular numpy array with 1-dimensional.
|
17 |
+
Goal is to test this pr -> https://github.com/skops-dev/skops/pull/211
|