Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-688

Package algorithm files in folder in several artifacts

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.10
    • Build
    • None

    Description

      The main algorithm files are written to the base directory of the following artifacts:

      systemml-0.10.0-incubating-SNAPSHOT.jar
      systemml-0.10.0-incubating-SNAPSHOT-inmemory.jar
      systemml-0.10.0-incubating-SNAPSHOT-sources.jar
      systemml-0.10.0-incubating-SNAPSHOT-standalone.jar

      It would be good to package these algorithm files either into a scripts/ folder or a scripts/algorithms folder.

      As an example, here are the current primary jar file base directory contents:

      $ tree -L 1 systemml-0.10.0-incubating-SNAPSHOT
      systemml-0.10.0-incubating-SNAPSHOT
      ├── ALS-CG.dml
      ├── ALS-DS.dml
      ├── ALS_predict.dml
      ├── ALS_topk_predict.dml
      ├── Cox-predict.dml
      ├── Cox.dml
      ├── CsplineCG.dml
      ├── CsplineDS.dml
      ├── GLM-predict.dml
      ├── GLM.dml
      ├── KM.dml
      ├── Kmeans-predict.dml
      ├── Kmeans.dml
      ├── LinearRegCG.dml
      ├── LinearRegDS.dml
      ├── META-INF
      ├── MultiLogReg.dml
      ├── PCA.dml
      ├── StepGLM.dml
      ├── StepLinearRegDS.dml
      ├── Univar-Stats.dml
      ├── apply-transform.dml
      ├── bivar-stats.dml
      ├── com
      ├── decision-tree-predict.dml
      ├── decision-tree.dml
      ├── l2-svm-predict.dml
      ├── l2-svm.dml
      ├── m-svm-predict.dml
      ├── m-svm.dml
      ├── naive-bayes-predict.dml
      ├── naive-bayes.dml
      ├── obsolete
      ├── org
      ├── random-forest-predict.dml
      ├── random-forest.dml
      ├── stratstats.dml
      └── transform.dml
      

      Placing the *.dml files in a scripts/ or scripts/algorithms/ folder would give the following contents in the base directory:

      $ tree -L 1 systemml-0.10.0-incubating-SNAPSHOT
      systemml-0.10.0-incubating-SNAPSHOT
      ├── META-INF
      ├── com
      ├── org
      └── scripts
      

      Attachments

        Activity

          People

            deron Jon Deron Eriksson
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: