Seismogram¶
The Seismogram class is the data provider for a notebook session.
Constructor¶
  | 
Seismogram is the main orchestrator for the seismometer package.  | 
Initialization¶
Creates data columns for each cohort defined in configuration.  | 
|
  | 
Loads the seismogram data.  | 
Properties and Accessors¶
DataFrame of events which include the target event and other outcomes.  | 
|
Event descriptions.  | 
|
  | 
Gets the strategy for aggregating scores with respect to the specified event.  | 
  | 
Gets the strategy for merging scores with respect to the specified event.  | 
Name of the target.  | 
|
List of target descriptors, the display name of the event type, for targets.  | 
|
Name of the target event.  | 
|
The time associated with the primary target event.  | 
|
The first configured model output (score).  | 
|
The working dataframe core to the analyses.  | 
|
The location to write output files.  | 
|
Minimum number of observations for a cohort to be included.  | 
|
Number of predictions in the data.  | 
|
Number of unique prediction entities in the data.  | 
|
Number of features in the data.  | 
|
Earliest prediction time.  | 
|
Latest prediction time.  | 
|
Number of unique outcome KPIs in the data.  | 
|
Number of unique cohort attributes by usage definition.  | 
|
Updates the active values for notebook-scoped selections.  |