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

Update README.md

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