Anton Dmitriev created IGNITE-7897: -------------------------------------- Summary: Add example of using LSQR with data normalization Key: IGNITE-7897 URL: https://issues.apache.org/jira/browse/IGNITE-7897 Project: Ignite Issue Type: Improvement Reporter: Anton Dmitriev Assignee: Anton Dmitriev
Currently we have an LSQR linear regression example (see [here|https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/ml/regression/linear/DistributedLinearRegressionWithLSQRTrainerExample.java]) and a normalization procedure example (see [here|https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/ml/preprocessing/NormalizationExample.java]). For better understanding we'd like to add an example that includes data normalization and LSQR linear regression in the same time. -- This message was sent by Atlassian JIRA (v7.6.3#76005)