Skip to content

Commit

Permalink
Add 3 new user-friendly aliases to SS3
Browse files Browse the repository at this point in the history
Added ``save`` and ``load`` for ``save_model`` and ``load_model``,
respectively.
Also ``update`` for ``update_values``
  • Loading branch information
sergioburdisso committed Mar 3, 2020
1 parent 709501c commit 9bc1362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyss3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2597,3 +2597,6 @@ def set_verbosity(level):
SS3.get_alpha = SS3.get_a
SS3.get_alpha = SS3.get_a
SS3.train = SS3.fit
SS3.save = SS3.save_model
SS3.load = SS3.load_model
SS3.update = SS3.update_values

0 comments on commit 9bc1362

Please sign in to comment.