← all blocks
model-head · v1.0.0

Naive Bayes (Gaussian)

Browser-only Gaussian Naive Bayes. Estimates per-class mean and variance per feature, predicts argmax of log P(x|c) + log P(c). Cheap and fast when features are approximately Gaussian within each class.

Contract

Input:
Frame
Output:
ModelArtifact
Determinism:
seeded
Side effects:
trains-artifact
Leakage window:
0s

Params (live form)

JSON
{}
Try in builder