Support Vector Machines
Last updated
Last updated
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.
OneClassSVM: https://scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html