We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c680d3 commit 3463e58Copy full SHA for 3463e58
merlin/systems/dag/ops/feast.py
@@ -19,6 +19,7 @@
19
ValueType.FLOAT_LIST: (np.float32, True, True),
20
}
21
22
+# We need an inverted-index of Feast's VALUE_TYPES_TO_FEAST_TYPES mapping.
23
FEAST_TYPES_TO_VALUE_TYPES = {v: k for k, v in VALUE_TYPES_TO_FEAST_TYPES.items()}
24
25
0 commit comments