From 3e2d419944d2776ceb857ca25efa75bc72355709 Mon Sep 17 00:00:00 2001 From: koro91187 Date: Wed, 21 May 2025 16:49:48 +0900 Subject: [PATCH] Update test_model.py --- "day5/\346\274\224\347\277\2223/tests/test_model.py" | 1 + 1 file changed, 1 insertion(+) diff --git "a/day5/\346\274\224\347\277\2223/tests/test_model.py" "b/day5/\346\274\224\347\277\2223/tests/test_model.py" index 94ae727c2..9e1ad01d7 100644 --- "a/day5/\346\274\224\347\277\2223/tests/test_model.py" +++ "b/day5/\346\274\224\347\277\2223/tests/test_model.py" @@ -14,6 +14,7 @@ BASELINE_PATH = pathlib.Path(__file__).resolve().parents[1] / "baseline.json" + # テスト用データとモデルパスを定義 DATA_PATH = os.path.join(os.path.dirname(__file__), "../data/Titanic.csv") MODEL_DIR = os.path.join(os.path.dirname(__file__), "../models")