Hi all ,
i've just started on using MILK and am loving it!
I've managed to work through the samples and found it relatively easy to understand.
However, i have a few questions:
1)
I have a dataset whose feature looks like this :
1,4,2,6, apple
1,1,2,1, banana
1,1,2,6, pineapple
And the corresponding labels are:
True
True
True
My objective is to classify the incoming as either True or False.
Which learn will be the most suitable for the above dataset ?
2)
My training set are all True Positives ( i.e no False labels ).
That being the case, how do I test my testing dataset such that I can return
a False for data that might be classified as False ?
That's all for now and thanks!
Best.