forked from opensearch-project/opensearch-py-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ML-Commons train api functionality (opensearch-project#310)
* add ml-commons train support Signed-off-by: kalyanr <[email protected]> * update __all__ Signed-off-by: kalyanr <[email protected]> * fix test cases Signed-off-by: kalyanr <[email protected]> * sleep after bulk insert Signed-off-by: kalyanr <[email protected]> * fix formatting Signed-off-by: kalyanr <[email protected]> * remove unused imports Signed-off-by: kalyanr <[email protected]> * remove duplicate conftest Signed-off-by: kalyan <[email protected]> * delete duplicate conftest Signed-off-by: kalyan <[email protected]> * include pytest plugins Signed-off-by: kalyan <[email protected]> * revert pandas version Signed-off-by: Kalyan <[email protected]> * include license Signed-off-by: kalyan <[email protected]> * fix formatting Signed-off-by: kalyan <[email protected]> * fix imports order Signed-off-by: kalyan <[email protected]> * fix imports order Signed-off-by: kalyan <[email protected]> * lint fix Signed-off-by: kalyan <[email protected]> * update changelog Signed-off-by: kalyan <[email protected]> * revert testcases Signed-off-by: kalyan <[email protected]> * remove fixtures Signed-off-by: kalyan <[email protected]> * updated test cases Signed-off-by: kalyan <[email protected]> * lint fixes Signed-off-by: kalyan <[email protected]> * update fixture Signed-off-by: kalyan <[email protected]> * revert Signed-off-by: kalyan <[email protected]> * include train in MLCommons class as a func Signed-off-by: kalyan <[email protected]> * remove model train Signed-off-by: kalyan <[email protected]> * fix tests Signed-off-by: kalyan <[email protected]> * revert nox Signed-off-by: kalyan <[email protected]> * add tests to model_train Signed-off-by: kalyan <[email protected]> * fix lint Signed-off-by: kalyan <[email protected]> * fix lint Signed-off-by: kalyan <[email protected]> --------- Signed-off-by: kalyanr <[email protected]> Signed-off-by: kalyan <[email protected]> Signed-off-by: Kalyan <[email protected]>
- Loading branch information
Showing
3 changed files
with
115 additions
and
2 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