-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
predict
method and add unit tests (#425)
* added dynamic predict method for various ML models Signed-off-by: Yerzhaisang Taskali <[email protected]> * fixed the CI Signed-off-by: Yerzhaisang Taskali <[email protected]> * added unit test for predict api functionality Signed-off-by: Yerzhaisang Taskali <[email protected]> * updated CHANGELOG.md Signed-off-by: Yerzhaisang Taskali <[email protected]> * made use of existing method Signed-off-by: Yerzhaisang Taskali <[email protected]> * added unit tests Signed-off-by: Yerzhaisang Taskali <[email protected]> * made the parameter optional Signed-off-by: Yerzhaisang Taskali <[email protected]> --------- Signed-off-by: Yerzhaisang Taskali <[email protected]>
- Loading branch information
1 parent
8c925c4
commit 155bdc3
Showing
3 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters