Skip to content

Commit

Permalink
fill_ documentation that isnt specific to one strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Herger committed Aug 9, 2018
1 parent c2ea5d5 commit 814f811
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .pytest_cache/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions .pytest_cache/v/cache/lastfailed

This file was deleted.

6 changes: 0 additions & 6 deletions .pytest_cache/v/cache/nodeids

This file was deleted.

4 changes: 2 additions & 2 deletions sklearn_pandas/categorical_imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ class CategoricalImputer(BaseEstimator, TransformerMixin):
Attributes
----------
fill_ : str
Most frequent value of the training data.
The imputation fill value
"""

def __init__(
self,
missing_values='NaN',
strategy='most_frequent',
fill_value=None,
fill_value='?',
copy=True
):
self.missing_values = missing_values
Expand Down

0 comments on commit 814f811

Please sign in to comment.