You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Saikat Kanjilal (JIRA)" <ji...@apache.org> on 2010/09/21 06:40:33 UTC

[jira] Created: (MAHOUT-506) Deploy a classifier as a server

Deploy a classifier as a server
-------------------------------

                 Key: MAHOUT-506
                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
             Project: Mahout
          Issue Type: New Feature
            Reporter: Saikat Kanjilal
            Priority: Minor


Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-506) Deploy a classifier as a server

Posted by "Saikat Kanjilal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913016#action_12913016 ] 

Saikat Kanjilal commented on MAHOUT-506:
----------------------------------------

Hi Sean,
Thanks for the updates, I wasn't aware that this was already done, I would be glad to make improvements but am wondering if I should help out in another area that's of more immediate need.  Let me know your thoughts,  also regarding not being able to get through to mailing lists I keep getting all emails returned to me when I send to the dev or the user alias, I don't have your guys's private emails so let me know those.


On another note I was wondering how the Neuroph integration efforts are going and whether I could help out there?

> Deploy a classifier as a server
> -------------------------------
>
>                 Key: MAHOUT-506
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Saikat Kanjilal
>            Priority: Minor
>   Original Estimate: 100h
>  Remaining Estimate: 100h
>
> Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-506) Deploy a classifier as a server

Posted by "Saikat Kanjilal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913000#action_12913000 ] 

Saikat Kanjilal commented on MAHOUT-506:
----------------------------------------

Hi Ted,
This task is something you had recommended to me when I initially joined the group, answers to your questions are shown below:

I intend to do this work myself , the goal is to take a typical recommendation engine and run it as a server that accepts tcp requests and sends back the results either in json or xml format.  One question I had was if there is a particular recommender that would be a good starting point to begin this effort.  Also I would like the result to fit into the Taste architecture.

I will be doing deep dives into various parts of the code and then come up with a design and attach it to this jira for review before I begin implementation.


Also Ted  I still am unable to send any messages to dev@mahout.apache.org or user@mahout.apache.org directly even though I am registered on both lists.  Is there someone I can talk to in order to quickly rectify this?  This has become a real pain and I have had to work through JIRA to communicate with others.

> Deploy a classifier as a server
> -------------------------------
>
>                 Key: MAHOUT-506
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Saikat Kanjilal
>            Priority: Minor
>   Original Estimate: 100h
>  Remaining Estimate: 100h
>
> Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-506) Deploy a classifier as a server

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913004#action_12913004 ] 

Sean Owen commented on MAHOUT-506:
----------------------------------

This is what the little "taste-webapp" module already does. You give it a Recommender implementation and it wraps it up in a deployable J2EE web app. Drop it in Tomcat and access it via web services. It's intended to be about as easy as it sounds there.

You're welcome to suggest changes to that but I think this is substantially already done.

Not sure about dev@, can you maybe email us privately about what error you get? you'd have to ask Apache in the end.

> Deploy a classifier as a server
> -------------------------------
>
>                 Key: MAHOUT-506
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Saikat Kanjilal
>            Priority: Minor
>   Original Estimate: 100h
>  Remaining Estimate: 100h
>
> Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAHOUT-506) Deploy a classifier as a server

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

Sean Owen resolved MAHOUT-506.
------------------------------

         Assignee: Sean Owen
    Fix Version/s: 0.4
       Resolution: Won't Fix

I am 'srowen' at Gmail. You can look through JIRA to get a sense of what the open issues are.

> Deploy a classifier as a server
> -------------------------------
>
>                 Key: MAHOUT-506
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Saikat Kanjilal
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.4
>
>   Original Estimate: 100h
>  Remaining Estimate: 100h
>
> Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-506) Deploy a classifier as a server

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912843#action_12912843 ] 

Ted Dunning commented on MAHOUT-506:
------------------------------------

Can you say a bit more about this?

Is this something you intend to do?

Or you would like somebody to do?

Did you want the result to fit into the Taste architecture?

or what?

> Deploy a classifier as a server
> -------------------------------
>
>                 Key: MAHOUT-506
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-506
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Saikat Kanjilal
>            Priority: Minor
>   Original Estimate: 100h
>  Remaining Estimate: 100h
>
> Deploy a classifier, supervised as well unsupervised as a recommendation engine to be run as a server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.