File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ .ipynb_checkpoints
3
+ node_modules
4
+ /.bazelrc
5
+ /.tf_configure.bazelrc
6
+ /bazel- *
7
+ /bazel_pip
8
+ /tools /python_bin_path.sh
9
+ /pip_test
10
+ /_python_build
11
+ * .pyc
12
+ __pycache__
13
+ * .swp
14
+ .vscode /
15
+ cmake_build /
16
+ .idea /**
17
+ /build /
18
+ [Bb ]uild /
19
+ Pods
20
+ Podfile.lock
21
+ * .pbxproj
22
+ * .xcworkspacedata
23
+ xcuserdata /**
24
+ dist /
25
+ tensorflow_data_validation.egg-info /
26
+ tensorflow_data_validation /anomalies /_pywrap_tensorflow_data_validation.so
27
+ tensorflow_data_validation /anomalies /pywrap_tensorflow_data_validation.py
28
+
29
+ # Android
30
+ .gradle
31
+ .idea
32
+ .project
33
+ * .iml
34
+ local.properties
35
+ gradleBuild
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ pip install tensorflow-data-validation
41
41
42
42
To compile and use TensorFlow Data Validation, you need to set up some prerequisites.
43
43
44
+ #### Install NumPy
45
+
46
+ If NumPy is not installed on your system, install it now following [ these
47
+ directions] ( https://www.scipy.org/scipylib/download.html ) .
48
+
44
49
#### Install Bazel
45
50
46
51
If bazel is not installed on your system, install it now by following [ these
You can’t perform that action at this time.
0 commit comments