Skip to content

Commit

Permalink
Move ML prediction logic to PredictionUtils class
Browse files Browse the repository at this point in the history
- 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
Aryant-Tripathi committed Oct 24, 2024
1 parent 1a03cae commit 76e0880
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions src/test/resources/ai/elimu/util/reading_level/model1.pmml

This file was deleted.

0 comments on commit 76e0880

Please sign in to comment.