.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
BIN
output/.DS_Store
vendored
BIN
output/.DS_Store
vendored
Binary file not shown.
BIN
output/xgboost_feature/.DS_Store
vendored
Normal file
BIN
output/xgboost_feature/.DS_Store
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user