From 41dbe60e9a4c77e1f30206b0755ce13927a3c94f Mon Sep 17 00:00:00 2001 From: taehyeon hwang Date: Wed, 30 Apr 2025 06:34:41 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B3=91=EB=82=A8=EC=94=A8=20=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=ED=95=B4=EC=A3=BC=EC=84=B8=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Nam/Final_code 1.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Nam/Final_code 1.py b/Nam/Final_code 1.py index e2a381f..6308ad0 100644 --- a/Nam/Final_code 1.py +++ b/Nam/Final_code 1.py @@ -5,6 +5,10 @@ from tensorflow.keras.models import load_model from sklearn.metrics import accuracy_score, f1_score, precision_score, recall_score from url_preprocessing import preprocess_url_dataframe # 너가 만든 전처리 모듈 +# 다시 적어서 올릴것 + + + # 1. 원본 데이터 불러오기 df = pd.read_csv("train.csv") # 또는 적절한 파일명으로 수정 print("원본 데이터 불러옴")