๋จธ์ ๋ฌ๋์ ์ง๋ํ์ต์ ์ํ๋ Classfication(๋ถ๋ฅ) - Logistic Regression (๋ก์ง์คํฑ ํ๊ท) - KNN(K nearest neighbor) ์๊ณ ๋ฆฌ์ฆ, - SVC(Support Vector Machine) ์๊ณ ๋ฆฌ์ฆ, - DT(Decision Tree) ์๊ณ ๋ฆฌ์ฆ ๋ค ๊ฐ์ง ๋ฐฉ๋ฒ ์ค์ ์ ํ๋๊ฐ ๋ ๋์ ๋ฐฉ๋ฒ์ผ๋ก ์๊ณ ๋ฆฌ์ฆ์ ์ ํํ์ฌ ์ฌ์ฉํ๋ค import numpy as np import matplotlib.pyplot as plt import pandas as pd DT(Decision Tree) ์์ฌ๊ฒฐ์ ๋๋ฌด๋ ํ๋ฆ๋์ด๋ฉฐ ์ด์ ๊ฒฝํ์ ๋ฐํ์ผ๋ก ์์ฌ๊ฒฐ์ ์ ๋ด๋ฆฌ๋ ๋ฐ ๋์์ ์ฃผ๋ ๊ฒ์ด๋ค. df User ID Gender Age EstimatedSalary Purchased 0 1562451..