Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ML prediction logic to PredictionUtils class
- Refactored `predictReadingLevel` method from core class into `PredictionUtils` to enhance reusability and separation of concerns. - The utility class no longer includes logging statements. - Add unit test cases for ReadingFileUtil class. - Create a ReadingLevelConstants class which will be responsbile for containing all constants related to Reading level. Issue elimu-ai#1825
- Loading branch information