Courseraで新たに機械学習のコースを受講することにしました。 「Machine Learning Foundations: A Case Study Approach」 このコースではPythonを使ってプログラムするようです。 最初の授業ではiPythonとiPython Notebook, そしてGraphLab Createをインストールするように 求められます。 どれもよーわからんですが、 とりあえずiPythonとiPython Notebookはすでにインストールされているようです。 Anacondaちゃんやりよるわ。 んで、GraphLab Createをインストールするんですが まずはGraphLab Createってなんぞ?ということで ユーザーズガイド の説明を抜粋してみます。 GraphLab Create is a Python package that allows programmers to perform end-to-end large-scale data analysis and data product development. Data ingestion and cleaning with SFrames. SFrame is an efficient disk-based tabular data structure that is not limited by RAM. This lets you scale your analysis and data processing to handle terabytes of data, even on your laptop. Data exploration and visualization with GraphLab Canvas. GraphLab Canvas is a browser-based interactive GUI that allows you to explore tabular data, summary plots and statistics. Network analysis with SGraph. SGraph is a disk-based gr...