Skip to content

Add Solution Quality Info to Concept Learners' Outputs #498

Description

@Jean-KOUAGOU
  • Currently, h = model.fit(learning_problem=lp).best_hypotheses() returns an OWLClassExpression.
  • It would be useful to add a new argument to the fit method, e.g., return_info or verbose. If the latter evaluates to True, then fit returns a tuple: h, info = model.fit(learning_problem=lp, .best_hypotheses()). The returned info can be a list or dictionary containing at least the quality of the computed solution(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions