Support Vector Machines

OneClassSVM

Input Data

Inputs

*Target(X) Data

X Data Input

*Model Name

Name of the user-defined SVM model

Predict Output

If not empty, the model will additionally make prediction on Target Data and store

the result here.

Merge Data

Predict Output will be created with predicted labels concatenated to Merge Data.

*x

User-selected numeric columns to be x.

Workflow Example

Python Package

OneClassSVM: https://scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html

Last updated