Gandagorn opened a new pull request #1323: URL: https://github.com/apache/systemds/pull/1323
In this PR we implement a Python End-to-end tutorial for a standard ML classification task using the adult dataset. The preprocessing of the data includes - one-hot-encoding - missing value imputation - outlier removal - scaling Classification is done using logistic regression and a neural network. The results on the test set are evaluated using various metrics and a confusion matrix. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org