haddock wrote:Greets, and welcome!In your position I'd check out the videos on the main website http://rapid-i.com/content/view/189/198/, and then work through the examples in Help->Tutorials ( which cover XVal ).
Simon Fischer wrote:the X-Prediction won't help if you want to make predictions on unlabeled data. To that end, you only need an "Apply Model" operator. We offer a varienty of training courses at http://rapid-i.com/component/option,com_virtuemart/Itemid,180/lang,de/vmcchk,1/.
Simon Fischer wrote:Just so you don't get the impression I am trying to withhold the answer to your question: The answer is "Yes", but that is already all I can say without knowing more about your problem and the data, so it is probably of zero use for you.
mstuebner wrote:What else would you need to know? As in the opening post: The example the german manual for version starts with is exactly what I'm looking for,
mstuebner wrote:As I surely miss some of the statistics background, are there some helper what model to use for what scenario, or it is more like "You have to know it yourself?"
Simon Fischer wrote:I don't think so. The fact that you have unlabelled examples makes me believe you are trying to do something else. Maybe you want to split your data into training and test data. Or you want a transductive learner. Maybe you want clustering rather than classification. These are all things I don't know.There are rules of thumb, and there are also methods to find that out more or less automatically. It's similar when dealing with missing values.