Skip to content

Commit ece7257

Browse files
committed
travis
1 parent 1e6e401 commit ece7257

File tree

12 files changed

+31
-1418
lines changed

12 files changed

+31
-1418
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ git:
88
python: # The following versions
99
- "3.6"
1010
# command to install dependencies
11+
12+
only:
13+
changes:
14+
- codes/*
15+
1116
install:
1217
- pip install numpy
1318
- pip install matplotlib
1419
- pip install pandas
1520
- pip install seaborn
1621
- pip install pathlib
22+
- pip install tensorflow_datasets
1723
# install TensorFlow from https://storage.googleapis.com/tensorflow/
1824
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then
1925
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp35-cp35m-manylinux2010_x86_64.whl;

codes/ipython/basics_in_machine_learning/linear_regression/README.rst

Lines changed: 0 additions & 46 deletions
This file was deleted.

codes/ipython/basics_in_machine_learning/linear_regression/code/linear_regression.ipynb

Lines changed: 0 additions & 258 deletions
This file was deleted.
Binary file not shown.

codes/ipython/basics_in_machine_learning/linear_svm/README.rst

Lines changed: 0 additions & 35 deletions
This file was deleted.

codes/ipython/basics_in_machine_learning/linear_svm/code/linear_svm.ipynb

Lines changed: 0 additions & 272 deletions
This file was deleted.

codes/ipython/basics_in_machine_learning/linearregression.ipynb

Lines changed: 24 additions & 48 deletions
Large diffs are not rendered by default.

codes/ipython/basics_in_machine_learning/logistic_regression/README.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)