Skip to content

Commit

Permalink
modify ignore_variables docstring (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth-Rothschild authored and kmax12 committed Mar 23, 2018
1 parent 38f8338 commit 42fa515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion featuretools/synthesis/deep_feature_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class DeepFeatureSynthesis(object):
ignore_entities (list[str], optional): List of entities to
blacklist when creating features. If None, use all entities.
ignore_variables (dict[str : str], optional): List of specific
ignore_variables (dict[str -> list[str]], optional): List of specific
variables within each entity to blacklist when creating features.
If None, use all variables.
Expand Down
2 changes: 1 addition & 1 deletion featuretools/synthesis/dfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def dfs(entities=None,
ignore_entities (list[str], optional): List of entities to
blacklist when creating features.
ignore_variables (dict[str -> str], optional): List of specific
ignore_variables (dict[str -> list[str]], optional): List of specific
variables within each entity to blacklist when creating features.
seed_features (list[:class:`.PrimitiveBase`]): List of manually defined
Expand Down

0 comments on commit 42fa515

Please sign in to comment.