anuunchin opened a new pull request, #2292: URL: https://github.com/apache/systemds/pull/2292
### Description This PR resolves [issue 3303](https://issues.apache.org/jira/browse/SYSTEMDS-3330) and is a part of the AMLS course. ### Overview (as of now) To resolve the issue, the following tasks are to be carried out: - [x] Fix the warnings and errors currently thrown by the `src/main/python/generator/generator.py` in a separate PR #2291 - [x] Starting with the following builtin functions, add a python and dml example in a format of a code block, but under a different tag: - [x] dist.dml - [x] lm.dml - [x] normalize.dml - [x] toOneHot.dml - [x] randomForest.dml - [ ] img_*.dml - [x] Adjust `src/main/python/generator/generator.py` and `src/main/python/generator/dml_parser.py` accordingly to handle the python examples and transform them into test cases, possibly using a new script under `src/main/python/generator/test_generator.py`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
