Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jul 5, 2021
1 parent 06413da commit e4381db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions caerus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '0.1.3'
__version__ = '0.1.4'

# module level doc-string
__doc__ = """
Expand All @@ -29,8 +29,10 @@
>>> from caerus import caerus
>>> cs = caerus()
>>> X = cs.download_example()
>>> cs.fit(X)
>>> results = cs.fit(X)
>>> fig = cs.plot()
>>> # Results in the dataframe
>>> results['df']
References
----------
Expand Down

0 comments on commit e4381db

Please sign in to comment.