Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6315

Exception during DistributedRegressionExample (ML)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 2.1
    • 2.3
    • general
    • None

    Description

      When I tried to start

      examples/src/main/ml/org/apache/ignite/examples/ml/math/regression/DistributedRegressionExample.java

      I got exception:

      >>> Ignite grid started.
      >>> Create new SparseDistributedMatrix inside IgniteThread.
      >>> Create new linear regression object
      Exception in thread "SparseDistributedMatrixExample-#36%null%" class org.apache.ignite.ml.math.exceptions.UnsupportedOperationException: Unsupported operation.
      	at org.apache.ignite.ml.math.impls.matrix.SparseDistributedMatrix.likeVector(SparseDistributedMatrix.java:146)
      	at org.apache.ignite.ml.math.util.MatrixUtil.likeVector(MatrixUtil.java:87)
      	at org.apache.ignite.ml.regressions.AbstractMultipleLinearRegression.newSampleData(AbstractMultipleLinearRegression.java:126)
      	at org.apache.ignite.ml.regressions.OLSMultipleLinearRegression.newSampleData(OLSMultipleLinearRegression.java:96)
      	at org.apache.ignite.examples.ml.math.regression.DistributedRegressionExample.lambda$main$0(DistributedRegressionExample.java:115)
      	at org.apache.ignite.examples.ml.math.regression.DistributedRegressionExample$$Lambda$1/600958416.run(Unknown Source)
      	at java.lang.Thread.run(Thread.java:745)
      

      Attachments

        Issue Links

          Activity

            People

              chief Yury Babak
              ustas Ilya Suntsov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: