Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MeMartijn committed Jun 27, 2022
1 parent 293a2d0 commit dbe3d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn_crfsuite/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ def __init__(self,
self.averaging = averaging
self.variance = variance
self.gamma = gamma
self.model_filename = model_filename
self.keep_tempfiles = keep_tempfiles

self.modelfile = FileResource(
filename=model_filename,
Expand Down

0 comments on commit dbe3d82

Please sign in to comment.