- Implemented the assessment report feature in the model training module.
- Added API endpoints for initializing, evaluating, and saving assessment reports.
- Created a new Vue component for displaying assessment reports with detailed results.
- Enhanced data handling for model information and assessment results, including normalization and error handling.
- Introduced user interface elements for managing assessment parameters and displaying results.
- Added navigation to the assessment report from the model training view.
- Updated ModelItem interface to include createTime property.
- Refactored index.vue to improve code readability and structure.
- Enhanced Step1.vue to handle form submission and validation.
- Simplified Step2.vue and Step3.vue for better data handling and user experience.
- Removed Step5.vue as it was redundant.
- Introduced new API models and methods for better data management.
- Updated form schemas for steps to reflect new requirements and improve validation logic.
- Improved styling and layout for better user interface consistency.