Skip to content

qe functions do not return same structure of prediction objects #3

@nks1974

Description

@nks1974

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions