No description
Loss improved 72% (0.42 → 0.12). Key changes: - rain: 0.08 → 0.136 (+70%) — strongest discriminator - season: 0.08 → 0.111 (+39%) - wind: 0.05 → 0.08 (+60%) - refractivity: 0.08 → 0.105 (+31%) - time_of_day: 0.10 → 0.050 (-50%) — was overweighted by contest bias - pressure: 0.15 → 0.103 (-31%) - humidity: 0.18 → 0.124 (-31%) Validated by native profile backtest (11,431 profiles): theta_e_jump strongest native discriminator, duct_usable_* and bulk_richardson dropped as dead features. |
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| vendor | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix