You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by sillystring13 <gi...@git.apache.org> on 2017/09/26 19:44:04 UTC

[GitHub] incubator-predictionio pull request #437: Update org.template references to ...

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 <si...@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

----


---

[GitHub] incubator-predictionio issue #437: Update org.template references to org.exa...

Posted by takezoe <gi...@git.apache.org>.
Github user takezoe commented on the issue:

    https://github.com/apache/incubator-predictionio/pull/437
  
    LGTM!


---