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/pipelines/aggregates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Aggregate columns at scale.
23
23
24
24
See [Data Types](data-types.md) for details about input values. Note: the `input` of the the aggregate must match the input type of the aggregator (if specified).
25
25
26
-
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
26
+
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[aggregators](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators) for example implementations.
25
+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[aggregators](https://github.com/cortexlabs/cortex/blob/0.7/pkg/aggregators) for example implementations.
Copy file name to clipboardExpand all lines: docs/pipelines/aggregators.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and output types.
30
30
31
31
## Built-in Aggregators
32
32
33
-
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.mean`).
33
+
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.7/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.mean`).
See the [tf.estimator.RunConfig](https://www.tensorflow.org/api_docs/python/tf/estimator/RunConfig) and [tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator) documentation for more information.
30
30
31
-
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[estimators](https://github.com/cortexlabs/cortex/blob/master/pkg/estimators) for example implementations.
31
+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[estimators](https://github.com/cortexlabs/cortex/blob/0.7/pkg/estimators) for example implementations.
Copy file name to clipboardExpand all lines: docs/pipelines/estimators.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ See [Data Types](data-types.md) for details about input types.
35
35
36
36
## Built-in Estimators
37
37
38
-
Cortex includes common estimators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`estimators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/estimators/estimators.yaml)). To use built-in estimators, use the `cortex` namespace in the estimator name (e.g. `cortex.dnn_classifier`).
38
+
Cortex includes common estimators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`estimators.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/estimators/estimators.yaml)). To use built-in estimators, use the `cortex` namespace in the estimator name (e.g. `cortex.dnn_classifier`).
Copy file name to clipboardExpand all lines: docs/pipelines/transformed-columns.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Transform data at scale.
23
23
24
24
See [Data Types](data-types.md) for details about input values. Note: the `input` of the the transformed column must match the input type of the transformer (if specified).
25
25
26
-
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers/transformers.yaml) for a list of built-in transformers.
26
+
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/transformers/transformers.yaml) for a list of built-in transformers.
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[transformers](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers) for example implementations.
68
+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[transformers](https://github.com/cortexlabs/cortex/blob/0.7/pkg/transformers) for example implementations.
Copy file name to clipboardExpand all lines: docs/pipelines/transformers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and column types.
30
30
31
31
## Built-in Transformers
32
32
33
-
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`).
33
+
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.7/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).
0 commit comments