{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "KiyQGYPa_TfU" }, "source": [ "# 3장. 비지도 학습과 데이터 전처리" ] }, { "cell_type": "markdown", "metadata": { "id": "A-RwRG7n_Tfo" }, "source": [ "*아래 링크를 통해 이 노트북을 주피터 노트북 뷰어(nbviewer.org)로 보거나 구글 코랩(colab.research.google.com)에서 실행할 수 있습니다.*\n", "\n", "
\n",
" 주피터 노트북 뷰어로 보기\n",
" | \n",
" \n",
" 구글 코랩(Colab)에서 실행하기\n",
" | \n",
"
MinMaxScaler()In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
MinMaxScaler()
KMeans(n_clusters=3)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
KMeans(n_clusters=3)
AgglomerativeClustering(distance_threshold=0, n_clusters=None)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
AgglomerativeClustering(distance_threshold=0, n_clusters=None)