We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a044d81 commit e91b21bCopy full SHA for e91b21b
examples/iris/cortex.yaml
@@ -14,7 +14,7 @@
14
target_column: @class
15
input:
16
numeric_columns: [@sepal_length, @sepal_width, @petal_length, @petal_width]
17
- target_vocab: ['Iris-setosa', 'Iris-versicolor', 'Iris-virginica']
+ target_vocab: ["Iris-setosa", "Iris-versicolor", "Iris-virginica"]
18
hparams:
19
hidden_units: [4, 2]
20
training:
0 commit comments