aliosmankaya commited on
Commit
f69d653
1 Parent(s): 8195325

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "sklearn": {
3
  "columns": [
4
- "x0"
5
  ],
6
  "environment": [
7
  "scikit-learn",
8
  "numpy"
9
  ],
10
  "example_input": {
11
- "x0": [
12
  [
13
  6.3
14
  ],
 
1
  {
2
  "sklearn": {
3
  "columns": [
4
+ "sepal_length"
5
  ],
6
  "environment": [
7
  "scikit-learn",
8
  "numpy"
9
  ],
10
  "example_input": {
11
+ "sepal_length": [
12
  [
13
  6.3
14
  ],