You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/applications/resources/aggregates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Note: the `columns` and `args` fields of the the aggregate must match the data t
33
33
34
34
Each `args` value may be the name of a constant or a literal value. Any string value will be assumed to be the name of a constant. To use a string literal as an arg, escape it with double quotes (e.g. `arg_name: "\"string literal\""`.
35
35
36
-
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
36
+
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/0.2/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
Copy file name to clipboardExpand all lines: docs/applications/resources/aggregators.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,4 @@ See [Data Types](data-types.md) for a list of valid data types.
37
37
38
38
## Built-in Aggregators
39
39
40
-
Cortex includes common aggregators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.normalize`).
40
+
Cortex includes common aggregators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/0.2/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.normalize`).
Copy file name to clipboardExpand all lines: docs/applications/resources/transformed-columns.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Note: the `columns` and `args` fields of the the transformed column must match t
33
33
34
34
Each `args` value may be the name of an aggregate, the name of a constant, or a literal value. Any string value will be assumed to be the name of an aggregate or constant. To use a string literal as an arg, escape it with double quotes (e.g. `arg_name: "\"string literal\""`.
35
35
36
-
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers/transformers.yaml) for a list of built-in transformers.
36
+
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/0.2/pkg/transformers/transformers.yaml) for a list of built-in transformers.
Copy file name to clipboardExpand all lines: docs/applications/resources/transformers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,4 @@ See [Data Types](datatypes.md) for a list of valid data types.
38
38
39
39
## Built-in Transformers
40
40
41
-
Cortex includes common transformers that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).
41
+
Cortex includes common transformers that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/0.2/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).
0 commit comments