File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 140140 },
141141 {
142142 "cell_type" : " code" ,
143- "execution_count" : 65 ,
143+ "execution_count" : null ,
144144 "metadata" : {},
145145 "outputs" : [],
146146 "source" : [
147- " train_ice = pd.read_csv(\" ice_cream_sales.csv\" )\n " ,
148- " test_ice = pd.read_csv(\" ice_cream_sales_rnd.csv\" )"
147+ " train_ice = pd.read_csv(\" ../data/matheus_data/ ice_cream_sales.csv\" )\n " ,
148+ " test_ice = pd.read_csv(\" ../data/matheus_data/ ice_cream_sales_rnd.csv\" )"
149149 ]
150150 },
151151 {
317317 },
318318 {
319319 "cell_type" : " code" ,
320- "execution_count" : 69 ,
320+ "execution_count" : null ,
321321 "metadata" : {},
322322 "outputs" : [],
323323 "source" : [
324324 " # --- 데이터 로드 및 변수 정의 ---\n " ,
325- " train_email = pd.read_csv(\" invest_email_biased.csv\" )\n " ,
326- " test_email = pd.read_csv(\" invest_email_rnd.csv\" )\n " ,
325+ " train_email = pd.read_csv(\" ../data/matheus_data/ invest_email_biased.csv\" )\n " ,
326+ " test_email = pd.read_csv(\" ../data/matheus_data/ invest_email_rnd.csv\" )\n " ,
327327 " \n " ,
328328 " Y_email = \" converted\"\n " ,
329329 " T_email = \" em1\"\n " ,
You can’t perform that action at this time.
0 commit comments