This commit is contained in:
2026-04-25 17:59:17 +09:00
parent 9962544bf5
commit c2e07b979a
5 changed files with 1 additions and 9826 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

BIN
output/.DS_Store vendored

Binary file not shown.

BIN
output/xgboost_feature/.DS_Store vendored Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -126,7 +126,7 @@ const resultData = {
details: comparisonResults.sort((a, b) => b.error - a.error)
};
const comparePath = path.join(workingDir, "compare_feature.json");
const comparePath = path.join(workingDir, "compare.json");
fs.writeFileSync(comparePath, JSON.stringify(resultData, null, 2), "utf-8");
console.log(`\nComparison complete! Results saved to: ${comparePath}`);