When running a problem, in qeML v1.1, on many qe functions for comparison, the prediction objects do not have the same structure. This makes comparison more difficult.
Example with factor target and numeric x-vars:
- qeAdaBoost will return a prediction object with the structure containing predClasses and probs incl class.
- qeKNN will return predClasses and probs excl class.
- qeDT will return only predClasses
- qeKNNna will return only a numeric (probs but unnamed)
Would it be possible to align the output for easy comparison, eg to a named list like for qeAdaBoost? This would also make it easier to expand qeCompare.