반응형 분류 전체보기103 [kaggle] Statoil/C-CORE Iceberg Classifier Challenge(수정중) 1. 데이터 불러오기 import numpy as np import pandas as pd from sklearn.model_selection import train_test_split from os.path import join as opj from matplotlib import pyplot as plt from mpl_toolkits.mplot3d import Axes3D import pylab plt.rcParams['figure.figsize'] = 10, 10 %matplotlib inline from google.colab import drive drive.mount('/content/drive') test = pd.read_json('/content/drive/MyDrive/data/tes.. 2021. 8. 25. 이전 1 ··· 15 16 17 18 다음 반응형