GitHub user sillystring13 opened a pull request: https://github.com/apache/incubator-predictionio/pull/437
Update org.template references to org.example When eval is run according to instructions you get: Exception in thread "main" scala.reflect.internal.MissingRequirementError: object org.template.textclassification.AccuracyEvaluation not found. It looks like the org.template references are stale after a refactor to org.example You can merge this pull request into a Git repository by running: $ git pull https://github.com/sillystring13/incubator-predictionio patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-predictionio/pull/437.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #437 ---- commit 237ed6fefa28d1ffbd350d14c25d718d4e87a4e9 Author: Helene Brashear <sillystrin...@gmail.com> Date: 2017-09-26T19:42:46Z Update org.template references to org.example When eval is run according to instructions you get: Exception in thread "main" scala.reflect.internal.MissingRequirementError: object org.template.textclassification.AccuracyEvaluation not found. It looks like the org.template references are stale after a refactor to org.example ---- ---