Hub
Pricing About
NodeNode / Learner

KernelLogisticRegression (3.7)

AnalyticsIntegrationsWekaWeka (3.7)Classification Algorithms
+1
Drag & drop
Like

This classifier generates a two-class kernel logistic regression model

The model is fit by minimizing the negative log-likelihood with a quadratic penalty using BFGS optimization, as implemented in the Optimization class.Alternatively, conjugate gradient optimization can be applied.

The user can specify the kernel function and the value of lambda, the multiplier for the quadractic penalty.Using a linear kernel (the default) this method should give the same result as ridge logistic regression implemented in Logistic, assuming the ridge parameter is set to the same value as lambda, and not too small.

By replacing the kernel function, we can learn non-linear decision boundaries.

Note that the data is filtered using ReplaceMissingValues, RemoveUseless, NominalToBinary, and Standardize (in that order).

If a CachedKernel is used, this class will overwrite the manually specified cache size and use a full cache instead.

To apply this classifier to multi-class problems, use the MultiClassClassifier.

This implementation stores the full kernel matrix at training time for speed reasons.

(based on WEKA 3.7)

For further options, click the 'More' - button in the dialog.

All weka dialogs have a panel where you can specify classifier-specific parameters.

Node details

Input ports
  1. Type: Table
    Training data
    Training data
Output ports
  1. Type: Weka 3.7 Classifier
    Trained model
    Trained model

Extension

The KernelLogisticRegression (3.7) node is part of this extension:

  1. Go to item

Related workflows & nodes

  1. Go to item
  2. Go to item
  3. Go to item

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits