How to review model build
Answers
-
Hi @Konstantin97 ,
I get your problem statement of reviewing the reviewing them, finding inaccuracies takes lot of time.
I think for each build if we are able to test it with the following conditions it might help you to eliminate code review process:
- Identify the level from the top to bottom at which you can do this information check
- Figure out the scenarios, where it should pass and where it should pass
- At Top level, check whether data is as expected for disaggregation logics or not
- From there go below to lower level to understand the accuracies.
I know the above one is just for the testing purpose, but if you want to put conditions on the build itself, we have been using the following method:
- What is the process flow chart
- What is the schema defined by architecture
- Check whether build has happened as per the schema or not
- Check whether it is achieving all functionalities desired by customer.
Please let me know your thoughts on the same.
Thanks
Badam
Matasma
1