Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
retraigo committed Sep 7, 2024
1 parent 2b6cecf commit 940f2fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/sentiment-analysis/tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ CategoricalEncoder.fromSoftmax<"f32">(predYSoftmax as MatrixLike<"f32">);
const predY = encoder.untransform(predYSoftmax as MatrixLike<"f32">);

console.log(new ClassificationReport(testY, predY));

console.log(testY, predY);

0 comments on commit 940f2fb

Please sign in to comment.