Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Mar 8, 2019
1 parent e628592 commit 74c076b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ print(bgf)
"""
<lifetimes.BetaGeoFitter: fitted with 2357 subjects, a: 0.79, alpha: 4.41, b: 2.43, r: 0.24>
"""

bgf.summary
"""
coef se(coef) lower 95% bound upper 95% bound
r 0.242593 0.012557 0.217981 0.267205
alpha 4.413532 0.378221 3.672218 5.154846
a 0.792886 0.185719 0.428877 1.156895
b 2.425752 0.705345 1.043276 3.808229
"""
```

After fitting, we have lots of nice methods and properties attached to the fitter object, like ``param_`` and ``summary``.
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Quickstart
Saving and loading model
More examples and recipes
lifetimes
Changelog


Expand Down
1 change: 0 additions & 1 deletion lifetimes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
__all__ = [
"calibration_and_holdout_data",
"summary_data_from_transaction_data",
"_find_first_transactions",
"calculate_alive_path",
"expected_cumulative_transactions",
]
Expand Down

0 comments on commit 74c076b

Please sign in to comment.