sklearn_pycon2014

Repository containing files for my PyCon 2014 scikit-learn tutorial.

  • 所有者: jakevdp/sklearn_pycon2014
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖







PyCon 2014 Scikit-learn Tutorial

Note: for updated tutorial content, please see http://github.com/jakevdp/sklearn_tutorial/

Instructor: Jake VanderPlas

This repository will contain files and other info associated with my PyCon
2014 scikit-learn tutorial.

Video

The video is available on PyVideo: Exploring Machine Learning with Scikit-Learn

Installation Notes

This tutorial will require recent installations of numpy, scipy,
matplotlib, scikit-learn, and ipython with ipython notebook.
The last one is important: you should be able to type

ipython notebook

in your terminal window and see the notebook panel load in your web browser.
Because Python 3 compatibility is still being ironed-out for these packages
(we're getting close, I promise!) participants should plan to use Python 2.6
or 2.7 for this tutorial.

For users who do not yet have these packages installed, a relatively
painless way to install all the requirements is to use a package such as
Anaconda, which can be
downloaded and installed for free.

Downloading the Tutorial Materials

I would highly recommend using git, not only for this tutorial, but for the
general betterment of your life. Once git is installed, you can clone the
material in this tutorial by using the git address shown above:

git clone git://github.com/jakevdp/sklearn_pycon2014.git

If you can't or don't want to install git, there is a link above to download
the contents of this repository as a zip file. I may make minor changes to
the repository in the days before the tutorial, however, so cloning the
repository is a much better option.

Notebook Listing

These notebooks in this repository can be statically viewed using the
excellent nbviewer site. They will not
be able to be modified within nbviewer. To modify them, first download
the tutorial repository, change to the notebooks directory, and type
ipython notebook. You should see the list in the ipython notebook
launch page in your web browser.

Note that some of the code in these notebooks will not work outside the
directory structure of this tutorial, so it is important to clone the full
repository if possible.

主要指標

概覽
名稱與所有者jakevdp/sklearn_pycon2014
主編程語言Jupyter Notebook
編程語言Python (語言數: 2)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2013-09-06 18:09:32
推送於2016-04-15 13:45:21
最后一次提交2016-04-15 06:45:21
發布數0
用户参与
星數226
關注者數23
派生數239
提交數18
已啟用問題?
問題數2
打開的問題數0
拉請求數1
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
未分类

WhirlwindTourOfPython

The Jupyter Notebooks behind my OReilly report, "A Whirlwind...
开源书籍

Python Data Science Handbook

Python 数据科学手册:全文见于 Jupyter Notebooks。「Python Data Science Ha...