You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/02/10 20:53:18 UTC

[jira] [Created] (SYSTEMML-511) Common format for all algorithm script names

Deron Eriksson created SYSTEMML-511:
---------------------------------------

             Summary: Common format for all algorithm script names
                 Key: SYSTEMML-511
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-511
             Project: SystemML
          Issue Type: Improvement
            Reporter: Deron Eriksson


Currently, the algorithm script names have a variety of formats. Some use CamelCase, some use underscores, some use lowercase with dashes, some have some mixed cases and dashes, etc. For consistency, It would be nice if all the main algorithm scripts had names in a common format (such as lowercase with dashes).

Current contents of algorithms directory:
```
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
MultiLogReg.dml
PCA.dml
StepGLM.dml
StepLinearRegDS.dml
Univar-Stats.dml
apply-transform.dml
bivar-stats.dml
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
random-forest-predict.dml
random-forest.dml
stratstats.dml
transform.dml
```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)