Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
retraigo committed Dec 11, 2023
1 parent 3684295 commit 235085a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/classification/spam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,21 @@ import {
Cost,
CPU,
DenseLayer,
OneCycle,
ReluLayer,
Sequential,
setupBackend,
SigmoidLayer,
SoftmaxLayer,
tensor,
tensor1D,
tensor2D,
} from "../../mod.ts";

// Import helpers for metrics
import {
ClassificationReport,
Matrix,
TextVectorizer,
// Split the dataset
useSplit,
} from "https://deno.land/x/[email protected]/mod.ts";
import { Sliceable } from "https://deno.land/x/[email protected]/utils/array/split.ts";

// Define classes
const ymap = ["spam", "ham"];
Expand Down

0 comments on commit 235085a

Please sign in to comment.