generated from mathias/template-go-web
v0.7.0
Go harness reported 0.42 vs Python 0.36 because export used realized_vol[t] (current) while Python probe used realized_vol[t+1] (next-period). Fix adds t+1 < len(df2) guard and uses iloc[t+1] as target. Go now matches Python: 0.3585. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
hostexecutor
Generated from
mathias/template-go-web.
Bootstrap
After creating from template, run:
go mod tidy # regenerate go.sum with real module path
task generate # generate templ files
task build # build the binary
Description
JEPA-based latent representation learning for FX trading risk management — research project
370 KiB
Languages
Python
76.4%
Go
18.4%
Shell
4.3%
templ
0.6%
Dockerfile
0.3%