Method/ 是专利用代码交付包,方案名统一为 exobridge。它保留短视频热度预测所需的训练、验证、测试、baseline 生成和结果比较流程;baseline 只保留原包已有的 TTM、Chronos、TimesFM、Moirai 四类方法。
Time-LLM / Time-LLM-X 不纳入本包。
configs/default.yaml 默认数据、模型、训练和结构化修正配置
artifacts/ 冻结 ExoBridge checkpoint 和 compact tree
exobridge/ 我们的方法代码
baselines/ 四类 baseline 适配器和必要官方源码
results/ 可信最终结果表
docs/patent_alignment.md 技术交底书 v1.1 与代码的对应说明
cd Method
conda run -n exobridge python -m exobridge.validate --config configs/default.yaml --checkpoint artifacts/exobridge_neural_best.pt --structured_model artifacts/compact_tree_model.joblib
conda run -n exobridge python -m exobridge.test --config configs/default.yaml --checkpoint artifacts/exobridge_neural_best.pt --structured_model artifacts/compact_tree_model.joblib
默认数据路径为 dataset/data/2026q2/*.parquet。全量协议为 48 -> 48、time_group、train_ratio=0.7、val_ratio=0.15、seed=2026。
conda run -n exobridge python -m exobridge.train --config configs/default.yaml --output_dir runs/exobridge
conda run -n exobridge python -m exobridge.train_structured --config configs/default.yaml --checkpoint runs/exobridge/best.pt --output_dir runs/exobridge_structured
conda run -n exobridge python -m baselines.TTM.run_ttm --config configs/default.yaml --mode train_predict
conda run -n exobridge python -m baselines.Chronos.run_forecast --config configs/default.yaml --split both
conda run -n exobridge python -m baselines.TimesFM.run_forecast --config configs/default.yaml --split both
conda run -n backup python -m baselines.Moirai.run_forecast --config configs/default.yaml --split both
Chronos、TimesFM、Moirai 的官方源码已分别放在 baselines/<Name>/repo/;TTM 的 tsfm_public 源码已放在 baselines/TTM/。运行时只需要安装对应 conda 环境依赖。已冻结可信指标见 RESULTS.md 和 results/trusted_summary.csv。
1 commits
Jupyter Notebook
73.6%
Python
25.4%
Method/ 是专利用代码交付包,方案名统一为 exobridge。它保留短视频热度预测所需的训练、验证、测试、baseline 生成和结果比较流程;baseline 只保留原包已有的 TTM、Chronos、TimesFM、Moirai 四类方法。
Time-LLM / Time-LLM-X 不纳入本包。
configs/default.yaml 默认数据、模型、训练和结构化修正配置
artifacts/ 冻结 ExoBridge checkpoint 和 compact tree
exobridge/ 我们的方法代码
baselines/ 四类 baseline 适配器和必要官方源码
results/ 可信最终结果表
docs/patent_alignment.md 技术交底书 v1.1 与代码的对应说明
cd Method
conda run -n exobridge python -m exobridge.validate --config configs/default.yaml --checkpoint artifacts/exobridge_neural_best.pt --structured_model artifacts/compact_tree_model.joblib
conda run -n exobridge python -m exobridge.test --config configs/default.yaml --checkpoint artifacts/exobridge_neural_best.pt --structured_model artifacts/compact_tree_model.joblib
默认数据路径为 dataset/data/2026q2/*.parquet。全量协议为 48 -> 48、time_group、train_ratio=0.7、val_ratio=0.15、seed=2026。
conda run -n exobridge python -m exobridge.train --config configs/default.yaml --output_dir runs/exobridge
conda run -n exobridge python -m exobridge.train_structured --config configs/default.yaml --checkpoint runs/exobridge/best.pt --output_dir runs/exobridge_structured
conda run -n exobridge python -m baselines.TTM.run_ttm --config configs/default.yaml --mode train_predict
conda run -n exobridge python -m baselines.Chronos.run_forecast --config configs/default.yaml --split both
conda run -n exobridge python -m baselines.TimesFM.run_forecast --config configs/default.yaml --split both
conda run -n backup python -m baselines.Moirai.run_forecast --config configs/default.yaml --split both
Chronos、TimesFM、Moirai 的官方源码已分别放在 baselines/<Name>/repo/;TTM 的 tsfm_public 源码已放在 baselines/TTM/。运行时只需要安装对应 conda 环境依赖。已冻结可信指标见 RESULTS.md 和 results/trusted_summary.csv。
1 commits
Jupyter Notebook
73.6%
Python
25.4%