Skip to content

Commit

Permalink
Update parameters for py API for createFrame.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jan 11, 2015
1 parent ddf0da8 commit 53ab319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/h2o_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ def create_frame(self, timeoutSecs=120, **kwargs):
'factors': None,
'integer_fraction': None,
'integer_range': None,
'binary_fraction': None,
'binary_ones_fraction': None,
'missing_fraction': None,
'response_factors': None,
}
Expand Down

0 comments on commit 53ab319

Please sign in to comment.