You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Stepan Pilschikov (Jira)" <ji...@apache.org> on 2020/01/28 08:25:00 UTC

[jira] [Created] (IGNITE-12587) ML examples failed on start

Stepan Pilschikov created IGNITE-12587:
------------------------------------------

             Summary: ML examples failed on start
                 Key: IGNITE-12587
                 URL: https://issues.apache.org/jira/browse/IGNITE-12587
             Project: Ignite
          Issue Type: Bug
          Components: ml
    Affects Versions: 2.8
         Environment: Java 8

Linux/Win
            Reporter: Stepan Pilschikov


New release build comes with lost data sets for ML 2.8

Steps:
- Try to run any ML examples used MLSandboxDatasets (org.apache.ignite.examples.ml.environment.TrainingWithCustomPreprocessorsExample for examples)

Actual:
- FileNotFoundException
{code}
Exception in thread "main" java.io.FileNotFoundException: modules/ml/src/main/resources/datasets/boston_housing_dataset.txt
	at org.apache.ignite.ml.util.SandboxMLCache.fillCacheWith(SandboxMLCache.java:119)
	at org.apache.ignite.examples.ml.environment.TrainingWithCustomPreprocessorsExample.main(TrainingWithCustomPreprocessorsExample.java:62)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)