classification

·AI/AI Project
KNN (이진분류) citrus data set In [1]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns 1. 데이터 준비¶ In [2]: from google.colab import drive drive.mount('/content/drive') Mounted at /content/drive In [97]: df = pd.read_csv("/content/drive/MyDrive/SKT FLY AI/2주차/citrus.csv") In [77]: df.head() Out[77]: name diameter weight red green blue 0 orange 2.96 86.76 ..
Shine_sunho
'classification' 태그의 글 목록