diff --git a/.gitignore b/.gitignore index b8f995c..c77a27e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,3 @@ my_* datasets/words datasets/flowers datasets/spam -*.gz -datasets/mnist/train-labels-idx1-ubyte diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d930bee..0000000 --- a/environment.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: handson-ml -dependencies: -- python=3.5 -- jupyter -- matplotlib -- numexpr -- numpy -- pandas -- Pillow -- psutil -- scikit-learn -- scipy -- sympy -- pip: - - tensorflow - - watermark