Skip to content

Commit

Permalink
Merge pull request #28 from KonScanner/patch-2
Browse files Browse the repository at this point in the history
Fix matrix_from_duration_data.py
  • Loading branch information
open-risk authored Dec 17, 2021
2 parents 3c98846 + b942483 commit ac3c253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/matrix_from_duration_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
print(cohort_data.head())
result = myEstimator.fit(cohort_data, labels={'Time': 'Cohort', 'State': 'State', 'ID': 'ID'})
myMatrix = tm.TransitionMatrix(myEstimator.average_matrix)
myMatrix.print(accuracy=3)
myMatrix.print_matrix(accuracy=3)


def main():
Expand Down

0 comments on commit ac3c253

Please sign in to comment.