Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor API input/output/URL; add execute API for non-model based algorithm #93

Merged
merged 5 commits into from
Nov 30, 2021

Conversation

ylwu-amzn
Copy link
Collaborator

@ylwu-amzn ylwu-amzn commented Nov 22, 2021

Signed-off-by: Yaliang Wu ylwu@amazon.com

Description

Read docs/how-to-add-new-algorithm.md in this PR first to get the overall idea

  1. refactor API input/output/URL;
  2. add execute API for non-model based algorithm
  3. add doc for adding new algorithm, provide two examples for model-based train/predict APIs and non-model based execute API.

NOTE: Test coverage goes lower than our bar, so just publish this as draft PR. Will add more test and change PR status to ready later.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@ylwu-amzn ylwu-amzn requested a review from a team November 22, 2021 09:38
@ylwu-amzn ylwu-amzn marked this pull request as draft November 22, 2021 09:38
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
docs/how-to-add-new-algorithm.md Outdated Show resolved Hide resolved
wnbts
wnbts previously approved these changes Nov 24, 2021
Copy link
Contributor

@wnbts wnbts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks great! thanks!

jackiehanyang
jackiehanyang previously approved these changes Nov 24, 2021
@ylwu-amzn ylwu-amzn marked this pull request as ready for review November 25, 2021 06:57
@ylwu-amzn ylwu-amzn dismissed stale reviews from jackiehanyang and wnbts via bdb78a2 November 25, 2021 07:03
…gorithm

Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants