From 2cd0730b63dd5cefb54ebc9764cdf49164346ff5 Mon Sep 17 00:00:00 2001 From: OVVO-Financial <18292393+OVVO-Financial@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:58:21 +0000 Subject: [PATCH] Parity review reports for R NNS f834b7bec8201ef4d5585dbb01ea3039192c3753 --- sync/last_r_api_inspection.md | 10 +++++----- sync/last_r_api_plan.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sync/last_r_api_inspection.md b/sync/last_r_api_inspection.md index 79defb7a..9e6cbede 100644 --- a/sync/last_r_api_inspection.md +++ b/sync/last_r_api_inspection.md @@ -2,11 +2,12 @@ ## Changed files -- `R/ARMA.R` +- `R/Regression.R` ## Affected Python modules -- `src/nns/arma.py` +- `src/nns/multivariate_regression.py` +- `src/nns/regression.py` ## Parity tests to run @@ -15,9 +16,8 @@ ## Cache scope -- `NNS.ARMA` -- `NNS.ARMA.optim` -- `NNS.VAR` +- `NNS.M.reg` +- `NNS.reg` ## Required actions diff --git a/sync/last_r_api_plan.json b/sync/last_r_api_plan.json index 6fef8d57..d36336c1 100644 --- a/sync/last_r_api_plan.json +++ b/sync/last_r_api_plan.json @@ -1,18 +1,18 @@ { "changed_files": [ - "R/ARMA.R" + "R/Regression.R" ], "affected_python_modules": [ - "src/nns/arma.py" + "src/nns/multivariate_regression.py", + "src/nns/regression.py" ], "parity_tests": [ "tests/parity/test_practical_examples.py", "tests/parity/test_r13_smoke.py" ], "cache_scope": [ - "NNS.ARMA", - "NNS.ARMA.optim", - "NNS.VAR" + "NNS.M.reg", + "NNS.reg" ], "requires_fresh_cache": false, "requires_export_review": false,