🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[Solved] Learner with numerical input and binominal output?

User: "qwertz"
New Altair Community Member
Updated by Jocelyn
Dear all,

I want to build a series prediction process but I am not quite sure which learner is the right one to use.

The input is a multivariate numerical data set (including a numerical label).
The output is supposed to be a simple binominal "up" or "down".

I wanted to ask whether there is a special learner or setting for this kind of task. If not I could imagine to use a SVM with numerical output followed by a "generate attribute" operator that includes a formula like
if(prediction[for t+1]>=label[of t] then "up" else "down")


Best regards
Sachs

Find more posts tagged with