mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 20:19:29 +01:00
Fix comment in DataFrameSelector
This commit is contained in:
@@ -1043,7 +1043,6 @@
|
||||
"from sklearn.base import BaseEstimator, TransformerMixin\n",
|
||||
"\n",
|
||||
"# Create a class to select numerical or categorical columns \n",
|
||||
"# since Scikit-Learn doesn't handle DataFrames yet\n",
|
||||
"class OldDataFrameSelector(BaseEstimator, TransformerMixin):\n",
|
||||
" def __init__(self, attribute_names):\n",
|
||||
" self.attribute_names = attribute_names\n",
|
||||
|
||||
Reference in New Issue
Block a user