Closed imanjra closed 2 days ago
The pull request introduces modifications to the Evaluation
component in Evaluation.tsx
, focusing on dialog handling for class performance and confusion matrix configurations. Key updates include renaming functions for clarity, enhancing state management, and defining the EvaluationProps
type for improved type safety. The changes ensure that dialog components interact correctly with the updated state variables, maintaining the component's functionality while refining user interactions and data handling.
File | Change Summary |
---|---|
app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx |
- Updated dialog handling for class performance and confusion matrix configurations. - Renamed closeConfusionMatrixConfigDialog to closeClassPerformanceConfigDialog .- Enhanced state management and user interaction for dialog components. - Defined EvaluationProps type for better type safety. |
Evaluation
component in Evaluation.tsx
, similar to the main PR, and includes changes to state management and dialog handling related to class performance and confusion matrices.bug
🐇 In the meadow where metrics play,
Dialogs dance in a bright new way.
With states aligned and props defined,
Performance blooms, and clarity's kind.
Hooray for changes, fresh and spry,
In the world of code, we happily hop high! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Closing in favour of #5166
What changes are proposed in this pull request?
fix cancel button of class performance config modal
How is this patch tested? If it is not, please explain why.
(Details)
Release Notes
Is this a user-facing change that should be mentioned in the release notes?
(Details in 1-2 sentences. You can just refer to another PR with a description if this PR is part of a larger change.)
What areas of FiftyOne does this PR affect?
fiftyone
Python library changesSummary by CodeRabbit
New Features
Improvements
EvaluationProps
for better clarity in component properties.