## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. example refer to https://github.com/apache/incubator-teaclave/blob/legacy/examples/py_logistic_reg/payload.py
Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [ ] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [ ] If you've changed APIs, update the documentation. - [ ] Ensure the tests pass (see CI results). - [ ] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/367 -- Commit Summary -- * Merge pull request #1 from apache/master * Merge pull request #2 from apache/master * add an example about logistic regression in mesapy * format and rename -- File Changes -- M cmake/scripts/test.sh (1) A examples/python/mesapy_logistic_reg.py (260) A examples/python/mesapy_logistic_reg_payload.py (172) M sdk/python/teaclave.py (10) A tests/fixtures/functions/py_logistic_reg/predict.enc (0) A tests/fixtures/functions/py_logistic_reg/predict.txt (5) A tests/fixtures/functions/py_logistic_reg/py_result.txt (1) A tests/fixtures/functions/py_logistic_reg/train.enc (0) A tests/fixtures/functions/py_logistic_reg/train.txt (100) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/367.patch https://github.com/apache/incubator-teaclave/pull/367.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/367
