Skip to content

Commit e91b21b

Browse files
committed
Use double quotes in YAML
1 parent a044d81 commit e91b21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/iris/cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
target_column: @class
1515
input:
1616
numeric_columns: [@sepal_length, @sepal_width, @petal_length, @petal_width]
17-
target_vocab: ['Iris-setosa', 'Iris-versicolor', 'Iris-virginica']
17+
target_vocab: ["Iris-setosa", "Iris-versicolor", "Iris-virginica"]
1818
hparams:
1919
hidden_units: [4, 2]
2020
training:

0 commit comments

Comments
 (0)