From ba58bcc45e32a33090a5e5b0e787364673296cce Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Wed, 15 Jan 2025 11:11:51 -0500 Subject: [PATCH] topic id fixes --- pages/devs/get-started/model-forge.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/devs/get-started/model-forge.mdx b/pages/devs/get-started/model-forge.mdx index ce88a1b..2051b3a 100644 --- a/pages/devs/get-started/model-forge.mdx +++ b/pages/devs/get-started/model-forge.mdx @@ -104,9 +104,9 @@ allorad query emissions topic 13 --node https://allora-rpc.testnet.allora.networ | Topic ID | Topic | Target Variable | Epoch | Loss Function | Metadata | |----------|-------|----------------|--------|---------------|-----------| -| 13 | ETH Price Prediction | `ETH` | `5min` | Mean Squared Error | ETH 5min Price Prediction | -| Coming Soon | USDC/ETH Volume Prediction | `USDC/ETH` | `5min` | Mean Squared Error | USDC/ETH 5min Volume Prediction | -| 15 | ETH Volatility Prediction | `ETH` | `5min` | Mean Squared Error | ETH 5min Volatility Prediction | +| 30 | ETH Price Prediction | `ETH` | `5min` | Mean Squared Error | ETH 5min Price Prediction | +| 29 | USDC/ETH Volume Prediction | `USDC/ETH` | `5min` | Mean Squared Error | USDC/ETH 5min Volume Prediction | +| 28 | ETH Volatility Prediction | `ETH` | `5min` | Mean Squared Error | ETH 5min Volatility Prediction | ## Model Creation