After doing 1-7 review the two types of multiresponse methods described on p19 of the slides:
... or use “pairwise linear regression”, which performs a regression for
every pair of classes
Which type have we done (implicitly) to get at the answers for qs 3 5 & 7? (Notice that because the MakeIndicator filter defaults to the last class value first, the questions have asked us to do regression use class values of 1 for virginica first, then versicolor, then setosa - the reverse of the order they appear in the dataset.)
So...
Q8: how will the multiresponse method we've done the groundwork/preparation for predict the class? Based on the results summaries, which class is being predicted (fitted) worst by the model we've fitted? The one that's being predicted worst is more likely to have wildly higher/lower predicted values than it 'should'...
For Q9 & Q10, it's helpful to copy-paste the rows for the first four predictions for each regression into a text file & with the nominal class value that's getting a 1 numeric value identified.
Q9: which column in the table is used in the multiresponse method? (See brief description above.) How will the figure in this column in the table for multiresponse's predicted outcome compare to the equivalent figures for the ones it doesn't predict? (Hint - see description of the multiresponse method.) & How do we then know if the prediction was right? (Hint - do your three tables have ones in same rows of the actual column?)
Q10: We need to use filter that adds an an attribute identifying each instance. And we need to select an option that outputs that additional attribute when results are reported...
HTH!
(Bonus Q: check your answer to Q10 by outputing & finding the number of the instance we worked out would be incorrectly classified in Q9. You'll need to select an option by flling in a field with a number; the name causes Weka to hang on my system.)