Dokumentation (english)

Naive Bayes

Train Naive Bayes to predict categorical outcomes

Probabilistic classifier based on Bayes' theorem with "naive" independence assumption.

When to use:

  • Text classification
  • Need fast training and prediction
  • Want probabilistic predictions
  • Small to medium datasets

Strengths: Very fast, works with small data, naturally handles multiclass, probabilistic Weaknesses: Assumes feature independence (rarely true), less accurate than modern methods

Model Parameters

Var Smoothing (default: 1e-9) Portion of the largest variance of all features added to variances for stability.

On this page


Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@64a3463
Historie: 68 Items