Skip to content

Commit

Permalink
update: trying to see if I can get format to correctly dispaly on github
Browse files Browse the repository at this point in the history
  • Loading branch information
farhankassam2 committed Sep 2, 2020
1 parent a8e2b32 commit 93de6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/hw8-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@
}
],
"source": [
"## Extracted from hw5:\n",
"## Extracted from hw5\n",
"X_train = X_train.drop(['number_of_reviews'], axis=1)\n",
"X_valid = X_valid.drop(['number_of_reviews'], axis=1)\n",
"X_test = X_test.drop(['number_of_reviews'], axis=1)\n",
Expand Down
2 changes: 1 addition & 1 deletion hw8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@
}
],
"source": [
"## Extracted from hw5:\n",
"## Extracted from hw5\n",
"X_train = X_train.drop(['number_of_reviews'], axis=1)\n",
"X_valid = X_valid.drop(['number_of_reviews'], axis=1)\n",
"X_test = X_test.drop(['number_of_reviews'], axis=1)\n",
Expand Down

0 comments on commit 93de6f4

Please sign in to comment.