aliosmankaya
commited on
Commit
•
fe6a7f8
1
Parent(s):
f9f611c
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
{
|
2 |
"sklearn": {
|
3 |
"columns": [
|
4 |
-
"
|
5 |
-
"
|
6 |
],
|
7 |
"environment": [
|
8 |
"scikit-learn",
|
9 |
"numpy"
|
10 |
],
|
11 |
"example_input": {
|
12 |
-
"
|
13 |
6.3,
|
14 |
6.5,
|
15 |
5.6
|
16 |
],
|
17 |
-
"
|
18 |
3.3,
|
19 |
3.0,
|
20 |
2.5
|
|
|
1 |
{
|
2 |
"sklearn": {
|
3 |
"columns": [
|
4 |
+
"sepal_length",
|
5 |
+
"sepal_width"
|
6 |
],
|
7 |
"environment": [
|
8 |
"scikit-learn",
|
9 |
"numpy"
|
10 |
],
|
11 |
"example_input": {
|
12 |
+
"sepal_length": [
|
13 |
6.3,
|
14 |
6.5,
|
15 |
5.6
|
16 |
],
|
17 |
+
"sepal_width": [
|
18 |
3.3,
|
19 |
3.0,
|
20 |
2.5
|