isee4xai / iSeeIssueTracker

0 stars 0 forks source link

classificationReport and confusionMatrix explanation are not returned in sensor anomaly case #12

Closed anneliret closed 7 months ago

anneliret commented 7 months ago

the use case (Sensor Anomaly Detection (Bosch) v237 ) is complete, published. but the chatbot does not return any explanation (not calling the classificationReport, confusionMatrix explainer ?) to any of the question with the ML engineer persona. image

the other persona (Auditor) works (with gradients and nearest neighbours)

anjanaw commented 7 months ago

Fixed the Transparency intent. it should work as expected now. Issue was it has not retrieved strategies since we did some fixes last week.

Performance intent had a strategy that is invalid. two sibling Explainer nodes can only have Supplement, Complement, Variant or Replacement parents. Not Sequence or Priority parents.

Screenshot 2024-02-14 at 16 42 37

Performance intent still returns an issue with the cases are retrieved. Will investigate and update.

anjanaw commented 7 months ago

Performance intent now retrieve cases successfully. I have created the intent and retrieved and selected the strategy. Please add evaluation questions to complete the intent. Then it should be ready for testing (assuming other parts of the use case are complete)