Skip to content

Commit

Permalink
code misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 6, 2018
1 parent afc58f8 commit 837b9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _doc/notebooks/lectures/wines_color_linear.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@
" pass\n",
" \n",
" def fit(X, y, cat):\n",
" X = X.drop(cat, axis=1)\n",
" X = X.drop(self.cat_col, axis=1)\n",
" # ...\n",
" \n",
" def predict(X, cat):\n",
" X = X.drop(cat, axis=1)\n",
" X = X.drop(self.cat_col, axis=1)\n",
" # ..."
]
},
Expand Down

0 comments on commit 837b9f5

Please sign in to comment.