Skip to content

Commit

Permalink
Update dfs.py (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored and kmax12 committed Feb 8, 2019
1 parent 2204a76 commit 930f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featuretools/synthesis/dfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def dfs(entities=None,
n_jobs (int, optional): number of parallel processes to use when
calculating feature matrix
chunk_size (int or float or None or "cutoff time", optionsal): Number
chunk_size (int or float or None or "cutoff time", optional): Number
of rows of output feature matrix to calculate at time. If passed an
integer greater than 0, will try to use that many rows per chunk.
If passed a float value between 0 and 1 sets the chunk size to that
Expand Down

0 comments on commit 930f8a9

Please sign in to comment.