Educational service

Predictive modelling - aggregated

Tracks the number of students with a high risk of dropping out of school, of failing a grade or of not graduating on time and provides a way to compare schools.
This dashboard requires the models from Sciance to be available.

Deployment

tag:predictive_view_aggregatednew in v0.7.0

Databases

The prodrome database must be linked to the project. Please refer to the linking a database section for more information about how to link a database.

Seed

A seed is required for the dashboard to work.

The dashboard needs the predictive_models_to_include seed to be available. Please refer to the seeding section for more information about how to seed a mart. This seed is required in order to select which predictive models to include in the dashboard. The seed is described in core.dashboards_store/seeds/dashboards/educ_serv/predictive_view_aggregated/schema.yml.

dbt project specification

Update your cssXX.dashboards_store/dbt_project.yml file with the following snippet.

# cssXX.dashboards_store/dbt_project.yml
models:
  core_dashboards_store:
    dashboards:
      educ_serv:
        predictive_view_aggregated:
          +enabled: True
    interfaces:
      prodrome:
        +enabled: True

vars:
  database_prodrome: "The name / IP of the prodrome database"
Copyright © 2026