이진분류

·AI/AI Project
서포트벡터머신 - 이진분류 피마인디언 당뇨병 데이터셋 In [3]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns import warnings warnings.filterwarnings('ignore') 1. 데이터 준비 In [4]: from google.colab import drive drive.mount('/content/drive') Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True). In [5]: d..
Shine_sunho
'이진분류' 태그의 글 목록