|
386 | 386 | "## Data Formats and Schema\n",
|
387 | 387 | "\n",
|
388 | 388 | "TFT Beam implementation accepts two different input data formats. The\n",
|
389 |
| - "\"instance dict\" format (as seen in the example above and [simple.ipynb](https://www.tensorflow.org/tfx/tutorials/transform/simple) \u0026 [simple_example.py](https://github.com/tensorflow/transform/blob/master/examples/simple_example.py))\n", |
| 389 | + "\"instance dict\" format (as seen in the example above and [simple.ipynb](https://tensorflow.github.io/tfx/tutorials/transform/simple) \u0026 [simple_example.py](https://github.com/tensorflow/transform/blob/master/examples/simple_example.py))\n", |
390 | 390 | "is an intuitive format and is suitable for small datasets while the TFXIO\n",
|
391 | 391 | "([Apache Arrow](https://arrow.apache.org)) format provides improved performance\n",
|
392 | 392 | "and is suitble for large datasets.\n",
|
|
562 | 562 | "## Compatibility with TensorFlow\n",
|
563 | 563 | "\n",
|
564 | 564 | "`tf.Transform` provides support for exporting the `transform_fn` as\n",
|
565 |
| - "a SavedModel, see the [simple tutorial](https://www.tensorflow.org/tfx/tutorials/transform/simple) for an example. The default behavior before the `0.30` release\n", |
| 565 | + "a SavedModel, see the [simple tutorial](https://tensorflow.github.io/tfx/tutorials/transform/simple) for an example. The default behavior before the `0.30` release\n", |
566 | 566 | "exported a TF 1.x SavedModel. Starting with the `0.30` release, the default\n",
|
567 | 567 | "behavior is to export a TF 2.x SavedModel unless TF 2.x behaviors are explicitly\n",
|
568 | 568 | "disabled (by calling `tf.compat.v1.disable_v2_behavior()`).\n",
|
|
753 | 753 | " from the type and shape information. One can get the Schema either by\n",
|
754 | 754 | " using a helper function we provide to translate from TF parsing specs\n",
|
755 | 755 | " (shown in this example), or by running\n",
|
756 |
| - " [TensorFlow Data Validation](https://www.tensorflow.org/tfx/tutorials/data_validation/tfdv_basic).\n", |
| 756 | + " [TensorFlow Data Validation](https://tensorflow.github.io/tfx/tutorials/data_validation/tfdv_basic).\n", |
757 | 757 | " - a list of column names, in the order they appear in the CSV file. Note\n",
|
758 | 758 | " that those names must match the feature names in the Schema."
|
759 | 759 | ]
|
|
1047 | 1047 | "id": "OllPVQJl2dRx"
|
1048 | 1048 | },
|
1049 | 1049 | "source": [
|
1050 |
| - "To see how to use these artifacts refer to the [Advanced preprocessing tutorial](https://www.tensorflow.org/tfx/tutorials/transform/census)." |
| 1050 | + "To see how to use these artifacts refer to the [Advanced preprocessing tutorial](https://tensorflow.github.io/tfx/tutorials/transform/census)." |
1051 | 1051 | ]
|
1052 | 1052 | }
|
1053 | 1053 | ],
|
|
0 commit comments