ModelAdvisor does not take into account Model_justification.json. How to get UUID of a rule?
조회 수: 19 (최근 30일)
이전 댓글 표시
I use Matlab R2022b. I have a Model_justification.json containing justifications for failed rules in ModelAdvisor. But when I run ModelAdvisor again. It does not take into account this jusfication file.
In justification file, there are UUID for rules failed. I would like to know how to get these UUID?
Thank you.
댓글 수: 0
답변 (2개)
Mandeep Panesar
2025년 2월 10일
편집: Mandeep Panesar
2025년 2월 10일
I think I have similar problem, using MATLAB 2024b. The justificaitons we previsouly saved to do not always load again when re-running checks. We are having to repeat adding justifications but even though they are stored in the .json file they won't appear in the model advisor report file. If we save a new version of the model file, do we need to create a new justificaiton file? is there way existing justifications apply? thanks.
댓글 수: 0
Sivsankar
2024년 11월 26일
In MATLAB R2022b the Model Advisor does not have a feature to load an already created justification file of “json“ format. You can only enter rationale for the justifications. Refer the following documentation to learn more:
However, in the latest version of MATLAB, the Model Advisor allows you to load a justification file. Leverage the following documentation to understand how to load a justification file :
To get the IDs of the failed checks, you’ll need to create a script to run the Model Advisor programmatically and get the results. For that, you’ll need to create a Model Advisor Application object, set your model and run the Model Advisor App. You can fetch the results of the analysis using ‘getResults’ function. You can leverage the following MathWorks documentation to learn more about this function and how to implement it.
Hope this helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Upgrades에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!