Skip to content

biolab/orange3-survival-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Orange3-Survival-Analysis

Actions Status Documentation Status Coverage Status PyPI conda-forge DOI

Example Workflow

Survival analysis add-on for the Orange data mining suite. For more see the widget documentation and example workflows.

Blog posts:

Easy installation

First, 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), run

pip install -e .

Usage

After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use

orange-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.