machine-learning

(★ 3,274)

머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)

  • .all-contributorsrc
  • .gitignore
  • CONTRIBUTING.md
  • README.md
  • requirements.txt

# Installation Guide

1. Get the code
git clone https://github.com/teddylee777/machine-learning

Downloads the entire project code from GitHub to your computer.

cd machine-learning

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r 11-AutoML/requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

jupyter notebook

Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.

If it runs without errors and prints output in the terminal, it worked.
// repository documentation