You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Dmitriev (JIRA)" <ji...@apache.org> on 2018/03/07 09:40:00 UTC

[jira] [Created] (IGNITE-7897) Add example of using LSQR with data normalization

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)