https://github.com/biolab/orange3-survival-analysis
🍊 :heavy_plus_sign: Survival Analysis add-on for Orange3 data mining suite.
https://github.com/biolab/orange3-survival-analysis
cox-regression kaplan-meier-plot survival-analysis
Last synced: 7 days ago
JSON representation
🍊 :heavy_plus_sign: Survival Analysis add-on for Orange3 data mining suite.
- Host: GitHub
- URL: https://github.com/biolab/orange3-survival-analysis
- Owner: biolab
- License: gpl-3.0
- Created: 2020-12-04T11:13:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T08:26:18.000Z (over 1 year ago)
- Last Synced: 2025-09-17T03:01:59.308Z (about 1 month ago)
- Topics: cox-regression, kaplan-meier-plot, survival-analysis
- Language: Python
- Homepage:
- Size: 3.95 MB
- Stars: 3
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Orange3-Survival-Analysis

Survival analysis add-on for the [Orange](http://orange.biolab.si)
data mining suite. For more see the [widget documentation](https://orangedatamining.com/widget-catalog/survival-analysis/kaplan-meier-plot/)
and [example workflows](https://orangedatamining.com/workflows/Survival-Analysis/).Blog posts:
- [An introduction to the Kaplan-Meier Estimator](https://orangedatamining.com/blog/2022/2022-05-25-KaplanMeier/)
- [Cox regression in Orange](https://orangedatamining.com/blog/2023/2023-01-27-cox-regression-in-orange/)# Easy installation
First, [download](https://orange.biolab.si/download) the latest Orange release from
our website. Then, to install the survival analysis add-on, head to
`Options -> Add-ons...` in the menu bar.# For developers
If you would like to install from cloned git repository, run
pip install .
To register this add-on with Orange, but keep the code in the development directory
(do not copy it to Python's site-packages directory), runpip install -e .
### Usage
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,
useorange-canvas
or
python -m Orange.canvas
The new widget appears in the toolbox bar under the section Survival Analysis.
Starting up for the first time may take a while.