“逻辑回归- Regularization issue"

kkdataminerkkdataminer MemberPosts:10Contributor II
edited June 2019 inHelp

I have a data set x1 & x2 which cannot be separated by a straight line through the plot so need to map the features into polynomial terms of x1 & x2 upto the SIXTH power. I created the model using Logistic regression & selected the regularization but would like to know how to create polynomial terms of x1 & x2 upto the SIXTH power. Any help on this would be appreciated.

Tagged:

Answers

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM Founder

    Hi.

    Probably a combination of the operators "Loop Attributes" with "Generate Products" (or "Generate Attributes") can be used.

    Hope this helps,

    Ingo

Sign InorRegisterto comment.