Hi Treo
org.deeplearning4j.eval.Evaluation and ROC are showing depreciated.
Below is my build.sbt
name := “LearnDl4j”
version := “0.1”
scalaVersion := “2.13.1”
libraryDependencies ++= Seq(
“org.deeplearning4j” % “deeplearning4j-cuda-10.0” % “1.0.0-beta6”,
“org.nd4j” % “nd4j-native-platform” % “1.0.0-beta6”
)
I think it might be something to do with library versions.