diff --git a/examples/sentiment-analysis/tester.ts b/examples/sentiment-analysis/tester.ts index ce8656e..7a1783e 100644 --- a/examples/sentiment-analysis/tester.ts +++ b/examples/sentiment-analysis/tester.ts @@ -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);