Git Product home page Git Product logo

tsa-tutorial's Introduction

Time Series Analysis with Pandas

19년 1월 24일 T-Academy 에서 진행한 강좌에 사용된 자료입니다. 해당 강좌는 Youtube 에서 보실 수 있습니다.

Requirements for running tutorial

  • Python version 3
  • pandas version or later
  • numpy version 1.15.4 or later
  • matplotlib version 3.0.2 or later
  • seaborn version 0.9.0 or later
  • pandas version 0.23.4 or later
  • scikit-learn 0.20.2 or later
  • jupyter version 1.0.0 or later
  • statsmodels version 0.9.0 or later

위 패키지들을 conda를 통해 설치하길 권장합니다. conda 설치 후 아래 커맨드를 실행하면 필요한 모든 패키지들이 설치된 파이썬 환경을 만들 수 있습니다.

conda create --name tsa python=3
conda install pandas jupyter seaborn scikit-learn statsmodels

Setup instruction

  1. 프로젝트를 clone 합니다:

    git clone https://github.com/midnightradio/tsa-tutorial.git
  2. Python 3 환경이 필요합니다. 되도록 conda를 설치하길 권장합니다.

  3. 아래 커맨드로 After that, install the environment for this hands-on by running:

    cd tsa-tutorial/
    conda env create --file environment.yml
  4. Anaconda 를 사용하면 이미 Jupyter Notebook 이 설치되어있으므로 다음 단계로 넘어갑니다. (Miniconda users only) 생성된 환경(tsa)에서 conda install jupyter 를 실행해서 Jupyter Notebook 을 설치할 수 있습니다.

  5. 생성한 환경을 활성화하기 위해 source activate tsa 또는 conda activate tsa 를 실행합니다. 그리고 아래 커맨드를 실행해서 새로운 iptyhon 커널을 설치합니다:

    python -m ipykernel install --name tsa --user
  6. 마지막으로 Jupyter Notebook 을 실행합니다.

    jupyter notebook --port=8888

그리고 URL localhost:8888 을 브라우져에 입력해서 노트북에 접속합니다. (8888 포트가 이미 점유되었다면 Jupyter Notebook 은 자동으로 다른 포트를 이용하게 됩니다. 시작 시 로그를 살펴보세요.)

Index

tsa-tutorial's People

Contributors

midnightradio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.