Skip to content

Clarification required regarding type of learner (model) #934

Description

@albalansi

Hi everyone. i find this section in the book not very informative. Page 85/86 talks about using the SVM learner but introduces something new: type="C-classification" . No further elaboration is presented as to what this changes, what other options exist and what's the default.
the code in question is the following:

learner = lrn("classif.svm",
type = "C-classification",
kernel = "radial",
cost = to_tune(1e-1, 1e5),
gamma = to_tune(1e-1, 1)
)
learner

can anyone please clarify what this is about and provide the other options. THANK YOU ALL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions