You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Grant Ingersoll (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 21:59:32 UTC

[jira] [Created] (MAHOUT-869) driver.classes.props is getting unwieldy

driver.classes.props is getting unwieldy
----------------------------------------

                 Key: MAHOUT-869
                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
             Project: Mahout
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Priority: Minor
             Fix For: 0.6


We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)

Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Brent Downs (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157359#comment-13157359 ] 

Brent Downs commented on MAHOUT-869:
------------------------------------

How about just ordering everything in alphabetical order rather than by functionality?
                
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Brent Downs (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157635#comment-13157635 ] 

Brent Downs commented on MAHOUT-869:
------------------------------------

I attached the file with everything in alphabetical order.  I would have made an effort to standardize names and such but I haven't poked around enough to be able to say what things should be renamed or not.
                
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>         Attachments: driver.classes.props
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Lance Norskog (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157647#comment-13157647 ] 

Lance Norskog commented on MAHOUT-869:
--------------------------------------

I suggest changing all the dumpers to: dump*. dumpseq, dumpcluster, dumpcm etc.
                
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>         Attachments: driver.classes.props
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Grant Ingersoll (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved MAHOUT-869.
------------------------------------

    Resolution: Won't Fix

It appears that it is spitting them out in alpha order now, regardless of the ordering in the file.
                
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>         Attachments: driver.classes.props
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Brent Downs (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brent Downs updated MAHOUT-869:
-------------------------------

    Attachment: driver.classes.props
    
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>         Attachments: driver.classes.props
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-869) driver.classes.props is getting unwieldy

Posted by "Dan Brickley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157969#comment-13157969 ] 

Dan Brickley commented on MAHOUT-869:
-------------------------------------

assuming the #comments to be machine-readable-ish, is there enough in this file to auto-generate much of https://cwiki.apache.org/MAHOUT/algorithms.html ? what's missing? links to JIRAs, Status at least...
                
> driver.classes.props is getting unwieldy
> ----------------------------------------
>
>                 Key: MAHOUT-869
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-869
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>              Labels: MAHOUT_INTRO_CONTRIBUTE
>             Fix For: 0.6
>
>         Attachments: driver.classes.props
>
>
> We should clean up and organize driver.classes.props.  At least group things like clustering and classification together.  But also try to standardize some of the short names (trainclassifier is really train NB classifier, which also conflicts with trainnb)
> Would also be nice if bin/mahout could spit things out in alphabetical order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira