aliosmankaya commited on
Commit
fe6a7f8
1 Parent(s): f9f611c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "sklearn": {
3
  "columns": [
4
- "x0",
5
- "x1"
6
  ],
7
  "environment": [
8
  "scikit-learn",
9
  "numpy"
10
  ],
11
  "example_input": {
12
- "x0": [
13
  6.3,
14
  6.5,
15
  5.6
16
  ],
17
- "x1": [
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