Analyze heart patients characteristics
You want to understand how different characteristics of the heart change patients' survival outcomes. If you can identify warning signs, maybe you can apply treatments and increase patients' chances of survival!
You will regress patient characteristics against their survival durations using Weibull accelerated failure time (AFT) model.
In this enriched dataset, you have a few more data points about each patient in the heart_patients DataFrame. Use the console to explore the column names. The pandas and numpy packages are loaded as pd and np.
Cet exercice fait partie du cours
Survival Analysis in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Import WeibullAFTFitter and instantiate
____
aft = ____