This commit is contained in:
znetsixe
2026-02-23 13:17:47 +01:00
parent 1cfb36f604
commit c60aa40666
17 changed files with 358 additions and 53 deletions

View File

@@ -9,11 +9,16 @@
"./menuUtils": "./src/helper/menuUtils.js",
"./mathUtils": "./src/helper/mathUtils.js",
"./assetUtils": "./src/helper/assetUtils.js",
"./outputUtils": "./src/helper/outputUtils.js"
"./outputUtils": "./src/helper/outputUtils.js",
"./helper": "./src/helper/index.js",
"./state": "./src/state/index.js",
"./predict": "./src/predict/index.js",
"./nrmse": "./src/nrmse/index.js",
"./outliers": "./src/outliers/index.js"
},
"scripts": {
"test": "node test.js"
"test": "node --test test/*.test.js src/nrmse/errorMetric.test.js"
},
"repository": {
"type": "git",
@@ -26,4 +31,4 @@
],
"author": "Rene de Ren",
"license": "SEE LICENSE"
}
}