LICENSE
README.md
README.pypi.md
pyproject.toml
src/trustworthy_stock_intelligence.egg-info/PKG-INFO
src/trustworthy_stock_intelligence.egg-info/SOURCES.txt
src/trustworthy_stock_intelligence.egg-info/dependency_links.txt
src/trustworthy_stock_intelligence.egg-info/entry_points.txt
src/trustworthy_stock_intelligence.egg-info/requires.txt
src/trustworthy_stock_intelligence.egg-info/top_level.txt
src/tsi/__init__.py
src/tsi/__main__.py
src/tsi/cli.py
src/tsi/observability.py
src/tsi/artifacts/__init__.py
src/tsi/artifacts/model_bundle.py
src/tsi/data/__init__.py
src/tsi/data/csv.py
src/tsi/data/download.py
src/tsi/data/freshness.py
src/tsi/data/postgres.py
src/tsi/data/prediction_jobs.py
src/tsi/data/preprocess.py
src/tsi/data/provider_health.py
src/tsi/data/scheduled_ingestion.py
src/tsi/data/split.py
src/tsi/data/taiwan_universe.py
src/tsi/data/universe.py
src/tsi/evaluation/__init__.py
src/tsi/evaluation/backtest.py
src/tsi/evaluation/calibration.py
src/tsi/evaluation/drift.py
src/tsi/evaluation/lead_time.py
src/tsi/evaluation/metrics.py
src/tsi/evaluation/statistics.py
src/tsi/evaluation/warning_metrics.py
src/tsi/features/__init__.py
src/tsi/features/technical.py
src/tsi/labeling/__init__.py
src/tsi/labeling/drawdown.py
src/tsi/labeling/volatility.py
src/tsi/labeling/warning_level.py
src/tsi/models/__init__.py
src/tsi/models/baseline.py
src/tsi/models/logistic.py
src/tsi/models/temporal_transformer.py
src/tsi/models/tree.py
src/tsi/models/xgboost_model.py
src/tsi/serving/__init__.py
src/tsi/serving/schema.py
src/tsi/training/__init__.py
src/tsi/training/dataset.py
src/tsi/training/trainer.py
src/tsi/trust/__init__.py
src/tsi/trust/calibration.py
src/tsi/trust/decision.py
src/tsi/trust/explainability.py
src/tsi/trust/reason_codes.py
src/tsi/trust/tai_audit.py
src/tsi/trust/transitions.py
src/tsi/trust/trust_score.py
src/tsi/trust/uncertainty.py
src/tsi/utils/__init__.py
src/tsi/utils/logging.py
src/tsi/utils/seed.py
tests/test_analyze_ticker_on_demand.py
tests/test_audit_auc_invariance.py
tests/test_audit_calibration_drift.py
tests/test_audit_deep_alignment.py
tests/test_calibration.py
tests/test_cli.py
tests/test_compare_calibration.py
tests/test_compare_experiments.py
tests/test_compare_model_families.py
tests/test_compare_model_variants.py
tests/test_cross_market_transfer.py
tests/test_csv_loading.py
tests/test_dashboard_app.py
tests/test_decision.py
tests/test_deep_trainer.py
tests/test_diagnose_predictions.py
tests/test_download_tickers.py
tests/test_drift.py
tests/test_e2e_watchlist_warning_pipeline.py
tests/test_evaluate_warnings.py
tests/test_evaluation_calibration.py
tests/test_explainability.py
tests/test_freshness.py
tests/test_labeling.py
tests/test_metrics.py
tests/test_model_bundle.py
tests/test_observability.py
tests/test_paired_bootstrap.py
tests/test_postgres_ingestion.py
tests/test_predict_deep.py
tests/test_predict_latest_baseline.py
tests/test_prediction_jobs.py
tests/test_provider_health.py
tests/test_reason_codes.py
tests/test_report_trust_experiment.py
tests/test_scheduled_ingestion.py
tests/test_select_warning_policy.py
tests/test_sequence_dataset.py
tests/test_serving_schema.py
tests/test_split.py
tests/test_statistics.py
tests/test_sweep_warning_thresholds.py
tests/test_tai_audit.py
tests/test_taiwan_universe.py
tests/test_temporal_transformer.py
tests/test_train_baseline.py
tests/test_train_deep.py
tests/test_transitions.py
tests/test_tree_models.py
tests/test_trust_score.py
tests/test_uncertainty.py
tests/test_universe.py
tests/test_warning_level.py
tests/test_warning_metrics.py
tests/test_warning_transition_persistence.py