const nrmse = require('./errorMetrics.js'); const nrmseConfig = require('./nrmseConfig.json'); module.exports = { nrmse, nrmseConfig, };