Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lcchen3 committed Feb 26, 2022
2 parents 1d198cf + 1e11f35 commit bbd9421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion predict_prices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
"#create output dataframe\n",
"out = pd.DataFrame(pset['Id'])\n",
"out = out.assign(SalePrice = tryit)\n",
"#out = out.to_dict()\n",
"\n",
"out.to_csv(\"C:/Users/Laura C Chen/Desktop/1.00/PS2HouseDataExercise/predictions.csv\",index=False)\n",
" \n",
Expand Down

0 comments on commit bbd9421

Please sign in to comment.