diff --git a/caerus/__init__.py b/caerus/__init__.py index 6d098b8..039ccaf 100644 --- a/caerus/__init__.py +++ b/caerus/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Erdogan Tasksen' __email__ = 'erdogant@gmail.com' -__version__ = '0.1.3' +__version__ = '0.1.4' # module level doc-string __doc__ = """ @@ -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 ----------