Summary
The preloaded data covers {{ num_predictions }} predictions over {{ num_entities }} entities from the dates {{ start_date }} to {{ end_date }}.
Dataframe Name |
Rows |
Columns |
Content |
{% for table in tables %}
{{ table["name"] }} |
{{ table["num_rows"] }} |
{{ table["num_cols"] }} |
{{ table["description"] }} |
{% endfor %}
{% if plot_help %}
Plot Functions
sm.ExploreModelEvaluation()
- Overall performance across thresholds
sm.ExploreCohortEvaluation()
- Performance split by specified cohort
sm.ExploreCohortOutcomeInterventionTimes()
- Compare trends of interventions to outcomes
{% endif %}