Open FilipVPetrov opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Scala
@mxnet-label-bot add [example, Scala]
That is a good suggestion @KaizerF. For the moment, you could try taking a look at the python examples. The python and Scala APIs are very similar and it should correspond fairly closely to what you would need to do in Scala.
Please add examples for linear and non-linear regression in incubator-mxnet/scala-package/examples/src/main/scala/org/apache/mxnetexamples/
Currently, there is no example for scala, how to use linear regression.