LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
seahorse/__init__.py
seahorse/__main__.py
seahorse/registry.py
seahorse/utils.py
seahorse/api/__init__.py
seahorse/api/estimator.py
seahorse/api/model_class_map.py
seahorse/api/viz.py
seahorse/benchmark/__init__.py
seahorse/benchmark/benchmark.py
seahorse/benchmark/hpo.py
seahorse/benchmark/results.py
seahorse/cli/__init__.py
seahorse/cli/_args.py
seahorse/cli/_bridge.py
seahorse/cli/bench.py
seahorse/cli/evaluate.py
seahorse/cli/fit.py
seahorse/cli/tune.py
seahorse/config/__init__.py
seahorse/config/benchmark.py
seahorse/config/schema.py
seahorse/config/tuning.py
seahorse/configs/auto_stpp.yaml
seahorse/configs/deep_stpp.yaml
seahorse/configs/diffusion_stpp.yaml
seahorse/configs/neural_attncnf.yaml
seahorse/configs/neural_jumpcnf.yaml
seahorse/configs/neural_stpp_attn_sc.yaml
seahorse/configs/njsde.yaml
seahorse/configs/nsmpp.yaml
seahorse/configs/rmtpp_gmm.yaml
seahorse/configs/smash.yaml
seahorse/configs/thp_gmm.yaml
seahorse/data/__init__.py
seahorse/data/contract.py
seahorse/data/dataset.py
seahorse/data/hub.py
seahorse/data/registry.py
seahorse/data/resolution.py
seahorse/data/synthetic.py
seahorse/data/transforms.py
seahorse/evaluation/__init__.py
seahorse/evaluation/artifacts.py
seahorse/evaluation/bundle_io.py
seahorse/evaluation/context.py
seahorse/evaluation/evaluator.py
seahorse/evaluation/intensity.py
seahorse/evaluation/likelihood.py
seahorse/evaluation/profiles.py
seahorse/evaluation/registry.py
seahorse/evaluation/result.py
seahorse/evaluation/runtime.py
seahorse/evaluation/metrics/__init__.py
seahorse/evaluation/metrics/generative.py
seahorse/evaluation/metrics/grid.py
seahorse/evaluation/metrics/nll.py
seahorse/evaluation/metrics/predictive.py
seahorse/evaluation/predictive/__init__.py
seahorse/evaluation/predictive/benchmark.py
seahorse/evaluation/predictive/compare.py
seahorse/evaluation/predictive/rollout.py
seahorse/evaluation/predictive/sampling.py
seahorse/evaluation/surface/__init__.py
seahorse/evaluation/surface/diagnostics.py
seahorse/evaluation/surface/query.py
seahorse/models/__init__.py
seahorse/models/abstractions.py
seahorse/models/base.py
seahorse/models/model_registry.py
seahorse/models/sampling.py
seahorse/models/unified_model.py
seahorse/models/configs/__init__.py
seahorse/models/configs/auto_stpp.py
seahorse/models/configs/base.py
seahorse/models/configs/deep_stpp.py
seahorse/models/configs/diffusion_stpp.py
seahorse/models/configs/factorized.py
seahorse/models/configs/neural_stpp.py
seahorse/models/configs/nsmpp_deepbasis.py
seahorse/models/configs/smash.py
seahorse/models/event_models/__init__.py
seahorse/models/event_models/auto_stpp.py
seahorse/models/event_models/auto_stpp_kernel.py
seahorse/models/event_models/deep_stpp.py
seahorse/models/event_models/diffusion.py
seahorse/models/event_models/factorized.py
seahorse/models/event_models/neural.py
seahorse/models/event_models/nsmpp_deepbasis.py
seahorse/models/event_models/nsmpp_deepbasis_kernel.py
seahorse/models/event_models/smash.py
seahorse/models/history_encoders/__init__.py
seahorse/models/history_encoders/deep_stpp_transformer.py
seahorse/models/history_encoders/dstpp_transformer.py
seahorse/models/history_encoders/smash_transformer.py
seahorse/models/history_encoders/transformer.py
seahorse/models/history_encoders/transformer_st.py
seahorse/models/spatial_models/__init__.py
seahorse/models/spatial_models/cnf_spatial.py
seahorse/models/spatial_models/gaussian_mixture.py
seahorse/models/spatial_models/hawkes_gaussian.py
seahorse/models/spatial_models/independent_cnf.py
seahorse/models/spatial_models/neural_attncnf.py
seahorse/models/spatial_models/neural_jumpcnf.py
seahorse/models/spatial_models/njsde.py
seahorse/models/state_models/__init__.py
seahorse/models/state_models/auto_stpp.py
seahorse/models/state_models/deep_stpp.py
seahorse/models/state_models/diffusion.py
seahorse/models/state_models/factorized.py
seahorse/models/state_models/neural.py
seahorse/models/state_models/nsmpp_deepbasis.py
seahorse/models/state_models/smash.py
seahorse/models/temporal_models/__init__.py
seahorse/models/temporal_models/jump_ode_intensity.py
seahorse/models/temporal_models/monotone_integral.py
seahorse/models/temporal_models/neural_point_process.py
seahorse/models/temporal_models/neural_temporal.py
seahorse/models/temporal_models/parametric_processes.py
seahorse/runner/__init__.py
seahorse/runner/artifacts.py
seahorse/runner/results.py
seahorse/runner/runner.py
seahorse/training/__init__.py
seahorse/training/callbacks.py
seahorse/training/data_module.py
seahorse/training/lightning_module.py
seahorse/viz/__init__.py
seahorse/viz/animation.py
seahorse/viz/multi_plot.py
seahorse/viz/plotly_intensity.py
seahorse/viz/predictive_compare.py
seahorse/viz/reference.py
seahorse/viz/render_common.py
seahorse/viz/surface_diagnostics.py
seahorse/viz/surface_plot.py
seahorse_stpp.egg-info/PKG-INFO
seahorse_stpp.egg-info/SOURCES.txt
seahorse_stpp.egg-info/dependency_links.txt
seahorse_stpp.egg-info/entry_points.txt
seahorse_stpp.egg-info/requires.txt
seahorse_stpp.egg-info/top_level.txt
tests/test_api_estimator.py
tests/test_api_evaluation.py
tests/test_api_persistence.py
tests/test_api_plotting.py
tests/test_api_sampling.py
tests/test_auto_stpp.py
tests/test_benchmark_config.py
tests/test_checkpoint_selection.py
tests/test_config_resolution.py
tests/test_data_hub.py
tests/test_data_module.py
tests/test_data_resolution.py
tests/test_deep_stpp_state_event_parity.py
tests/test_diffusion_stpp.py
tests/test_eval_artifacts.py
tests/test_evaluate_cli.py
tests/test_evaluation_import_audit.py
tests/test_factorized.py
tests/test_hf_dataset_smoke.py
tests/test_intensity_viz.py
tests/test_ll_equivalence.py
tests/test_metric_profiles.py
tests/test_neural_stpp_attncnf.py
tests/test_neural_stpp_cond_gmm.py
tests/test_neural_stpp_jumpcnf.py
tests/test_neural_stpp_shared_foundation.py
tests/test_neural_stpp_state_event_parity.py
tests/test_nsmpp.py
tests/test_predictive_benchmark.py
tests/test_predictive_compare.py
tests/test_raw_data_path.py
tests/test_registry_compat.py
tests/test_runner_resume.py
tests/test_smash_state_event.py
tests/test_smoke.py
tests/test_state_event_compat.py
tests/test_surface_diagnostics.py
tests/test_surface_query.py
tests/test_temp_intensity_viz_neural_profiles.py
tests/test_training_callbacks.py
tests/test_training_config.py