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: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ TF Data Validation includes:
20
20
* An anomalies viewer so that you can see what features have anomalies and
21
21
learn more in order to correct them.
22
22
23
-
For instructions on using TFDV, see the [get started guide](g3doc/get_started.md)
23
+
For instructions on using TFDV, see the [get started guide](https://github.com/tensorflow/data-validation/blob/master/g3doc/get_started.md)
24
24
and try out the [example notebook](https://colab.research.google.com/github/tensorflow/data-validation/blob/master/examples/chicago_taxi/chicago_taxi_tfdv.ipynb).
25
25
26
26
Caution: TFDV may be backwards incompatible before version 1.0.
@@ -34,14 +34,6 @@ The recommended way to install TFDV is using the
34
34
pip install tensorflow-data-validation
35
35
```
36
36
37
-
TFDV 0.9.0 currently requires TensorFlow Transform 0.9.0. Make sure to
38
-
force install Transform 0.9.0 after installing TFDV, using the following
0 commit comments