{ "cells": [ { "cell_type": "markdown", "metadata": { "hide_input": false, "id": "cR8plbkxCN3b" }, "source": [ "# 1장. 소개" ] }, { "cell_type": "markdown", "metadata": { "id": "tuh069ZNCN3e" }, "source": [ "*아래 링크를 통해 이 노트북을 주피터 노트북 뷰어(nbviewer.org)로 보거나 구글 코랩(colab.research.google.com)에서 실행할 수 있습니다.*\n", "\n", "
\n",
" 주피터 노트북 뷰어로 보기\n",
" | \n",
" \n",
" 구글 코랩(Colab)에서 실행하기\n",
" | \n",
"
| \n", " | Name | \n", "Location | \n", "Age | \n", "
|---|---|---|---|
| 0 | \n", "John | \n", "New York | \n", "24 | \n", "
| 1 | \n", "Anna | \n", "Paris | \n", "13 | \n", "
| 2 | \n", "Peter | \n", "Berlin | \n", "53 | \n", "
| 3 | \n", "Linda | \n", "London | \n", "33 | \n", "
| \n", " | Name | \n", "Location | \n", "Age | \n", "
|---|---|---|---|
| 2 | \n", "Peter | \n", "Berlin | \n", "53 | \n", "
| 3 | \n", "Linda | \n", "London | \n", "33 | \n", "
KNeighborsClassifier(n_neighbors=1)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
KNeighborsClassifier(n_neighbors=1)