File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,25 @@ which makes the installation process quite easy. Please see the
14
14
install miniconda.
15
15
16
16
In order to run this tutorial, you will need the following Python packages:
17
- * numpy
18
- * pandas
19
- * seaborn
20
- * sklearn
21
- * skflow
22
- * tensorflow
17
+ * numpy 1.11 or later
18
+ * pandas 0.18 or later
19
+ * matplotlib 1.5 or later
20
+ * seaborn 0.7 or later
21
+ * scikit-learn 0.17.1 or later
22
+ * six 1.10.0 or later
23
+ * tensorflow 0.8.0
24
+ * jupyter
23
25
24
- The first five packages can be installed with the following command:
26
+ The first six packages can be installed with the following command:
25
27
26
28
```
27
- pip install numpy pandas seaborn sklearn skflow
29
+ pip install numpy pandas matplotlib seaborn scikit-learn six
28
30
```
29
31
30
32
Alternatively if you are using conda you can do:
31
33
32
34
```
33
- conda install numpy pandas seaborn scikit-learn
35
+ conda install numpy pandas matplotlib seaborn scikit-learn six
34
36
```
35
37
36
38
For ** TensorFlow** , the installation depends on your environment. Below are installation instructions. For detailed
You can’t perform that action at this time.
0 commit comments