Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Machine Learning Machine Learning Basics Writing a Classifier Installing scikit-learn using Anaconda

Downloading issue

I cannot download the environment.yml file. It looks like it's empty and I cannot open it.

Suggestions?

1 Answer

Steven Parker
Steven Parker
229,670 Points

The download is an archive (package) file named "ML-machine-learning-basics.zip". "Zip" is a common packing format used for the project downloads in most of the courses. Once you get the download, you need a software tool to open it and extract the "environment.yml" it contains.

But since it's not very large and contains plain text, I've included that file here for your convenience:

environment.yml
name: MachineLearningBasics
channels:
  - defaults
dependencies:
  - ca-certificates=2017.08.26=ha1e5d58_0
  - certifi=2018.1.18=py36_0
  - intel-openmp=2018.0.0=h8158457_8
  - libcxx=4.0.1=h579ed51_0
  - libcxxabi=4.0.1=hebd6815_0
  - libedit=3.1=hb4e282d_0
  - libffi=3.2.1=h475c297_4
  - libgfortran=3.0.1=h93005f0_2
  - mkl=2018.0.1=hfbd8650_4
  - ncurses=6.0=hd04f020_2
  - numpy=1.14.0=py36h8a80b8c_1
  - openssl=1.0.2n=hdbc3d79_0
  - pip=9.0.1=py36h1555ced_4
  - python=3.6.4=hc167b69_1
  - readline=7.0=hc1231fa_4
  - scikit-learn=0.19.1=py36hffbff8c_0
  - scipy=1.0.0=py36h1de22e9_0
  - setuptools=38.4.0=py36_0
  - sqlite=3.21.0=h3efe00b_0
  - tk=8.6.7=h35a86e2_3
  - wheel=0.30.0=py36h5eb2c71_1
  - xz=5.2.3=h0278029_2
  - zlib=1.2.11=hf3cbc9b_2
prefix: /anaconda3/envs/MachineLearningBasics