aliosmankaya
commited on
Commit
•
f69d653
1
Parent(s):
8195325
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"sklearn": {
|
3 |
"columns": [
|
4 |
-
"
|
5 |
],
|
6 |
"environment": [
|
7 |
"scikit-learn",
|
8 |
"numpy"
|
9 |
],
|
10 |
"example_input": {
|
11 |
-
"
|
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 |
],
|