Displaying 1 result from an estimated 1 matches for "jrip".
Did you mean:
irip
2010 Apr 07
1
RWeka - Error when attempting to summary() model
...iew info about my model. A Google search turned up 0 hits for the actual error I got (last line), but you all are smarter!
My code is below, but basically my data frame (q) is imported via RODBC and has 1586 rows (as you can see from nrow() ). q$Site is the column I hope to classify by using the JRip classifier. When I view the m object, the model seems to have been trained on a lot fewer rows than expected (10 vs 1586?), and the summary() command fails with the error I mentioned I haven't seen anyone run into. My guess is something is wrong with the specification of the training set, but w...