You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-41Lines changed: 3 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,52 +15,16 @@ But outside of medicine and actuarial science, there are many other interesting
15
15
- SaaS providers are interested in measuring subscriber lifetimes, or time to some first action
16
16
- inventory stock out is a censoring event for true "demand" of a good.
17
17
- sociologists are interested in measuring political parties' lifetimes, or relationships, or marriages
18
-
- analyzing [Godwin's law](https://raw.githubusercontent.com/lukashalim/GODWIN/master/Kaplan-Meier-Godwin.png) in Reddit comments
19
18
- A/B tests to determine how long it takes different groups to perform an action.
20
19
21
20
*lifelines* is a pure Python implementation of the best parts of survival analysis. We'd love to hear if you are using *lifelines*, please leave an Issue and let us know your thoughts on the library.
22
21
23
-
## Installation:
24
22
25
-
You can install *lifelines* using
23
+
## Documentation and intro to survival analysis
26
24
27
-
pip install lifelines
25
+
If you are new to survival analysis, wondering why it is useful, or are interested in *lifelines* examples, API, and syntax, please read the [Documentation and Tutorials page](http://lifelines.readthedocs.org/en/latest/index.html)
See the common [problems/solutions for installing lifelines](https://github.com/CamDavidsonPilon/lifelines/issues?utf8=%E2%9C%93&q=label%3Ainstallation+).
42
-
43
-
44
-
## *lifelines* documentation and an intro to survival analysis
45
-
46
-
If you are new to survival analysis, wondering why it is useful, or are interested in *lifelines* examples, API, and syntax, please check out the [Documentation and Tutorials page](http://lifelines.readthedocs.org/en/latest/index.html)
- There is a [Gitter](https://gitter.im/python-lifelines/) channel available.
65
29
- Some users have posted common questions at [stats.stackexchange.com](https://stats.stackexchange.com/search?tab=votes&q=%22lifelines%22%20is%3aquestion)
66
30
- creating an issue in the [Github repository](https://github.com/camdavidsonpilon/lifelines).
@@ -72,8 +36,6 @@ You can find the roadmap for lifelines [here](https://www.notion.so/camdp/6e2965
72
36
73
37
See our [Contributing](https://github.com/CamDavidsonPilon/lifelines/blob/master/.github/CONTRIBUTING.md) guidelines.
0 commit comments