Skip to content

Commit

Permalink
Add hashCount and mode to python train_supervised (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Aug 2, 2023
1 parent 6f78c26 commit 82d089b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/floret_module/floret/floret.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ def train_supervised(*kargs, **kwargs):
'minCountLabel', 'minn', 'maxn', 'neg', 'wordNgrams', 'loss', 'bucket',
'thread', 'lrUpdateRate', 't', 'label', 'verbose', 'pretrainedVectors',
'seed', 'autotuneValidationFile', 'autotuneMetric',
'autotunePredictions', 'autotuneDuration', 'autotuneModelSize']
'autotunePredictions', 'autotuneDuration', 'autotuneModelSize',
'hashCount', 'mode']
args, manually_set_args = read_args(kargs, kwargs, arg_names,
supervised_default)
a = _build_args(args, manually_set_args)
Expand Down

0 comments on commit 82d089b

Please sign in to comment.