Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B0F810B16 for ; Thu, 13 Feb 2014 09:17:07 +0000 (UTC) Received: (qmail 83720 invoked by uid 500); 13 Feb 2014 09:17:05 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 83131 invoked by uid 500); 13 Feb 2014 09:17:04 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 83122 invoked by uid 99); 13 Feb 2014 09:17:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 09:17:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of venkat.ecosystems@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 09:16:56 +0000 Received: by mail-qc0-f170.google.com with SMTP id e9so17467831qcy.15 for ; Thu, 13 Feb 2014 01:16:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8+0hRS3scCuSJ8cp8+zVXljV0eGAj47QW0qd2JXvY9g=; b=X+Midk/Kb0W90ctzC5jgDDZdXHNzQSUNmJeb9sL7AkKaKSKoL0v8Xs5tPuu4XqEl9x 5eUDMaDg0LyRPkt0AXpuarMyARp/vJrrwKZlSni7CONyI7WrelZpqIWr52kVdMG4zggw IMrJovHJVDNIY2CJfUcC0TiWheKdp6KvtCP3TITD1KflDoRm9j9x0Ik4bYli5Jj7W0Oi d23Rw7lyZTdkCLKgXvD5IWDxxcn95xQv3RKCkRnV4vI8pkLBXGOKMB4wMgibvgUC6wQm ENpvtIH2mmBx5zwTerKARhjWp7zGGKSIWbwn2z6jHpCnW9ifeYh6f/hAiK9D5vUOaymj 330w== MIME-Version: 1.0 X-Received: by 10.140.48.172 with SMTP id o41mr692458qga.16.1392282995117; Thu, 13 Feb 2014 01:16:35 -0800 (PST) Received: by 10.96.14.105 with HTTP; Thu, 13 Feb 2014 01:16:35 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 14:46:35 +0530 Message-ID: Subject: Re: Integrate two Navie Bayes models From: venkata ramana To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=001a1135350059d7a004f2462589 X-Virus-Checked: Checked by ClamAV on apache.org --001a1135350059d7a004f2462589 Content-Type: text/plain; charset=ISO-8859-1 Hi, These models I am using for on the fly URL categorization. I can deploy the models seperately on webserver, also I am able to classify the URL and category. Do we have any option to put both models at a time? My expectation is classify the url even if it falls on model one or two. Thanks in advance. Reg, Venkat On Thu, Feb 13, 2014 at 1:16 PM, Ted Dunning wrote: > What do you mean by "combine"? > > > > > On Wed, Feb 12, 2014 at 9:38 PM, venkata ramana < > venkat.ecosystems@gmail.com > > wrote: > > > Hi All, > > > > I have developed two mahout naive bayes models. Two models are built > based > > on the similar data. Let suppose I have 10 categories data. I split the > > data where row count greater than 100000 as one first model input and > > remaining is second model input. > > > > Both are working fine. Now I would like to integrate/combine those models > > and test it at glance. > > > > Please let me know if any suggestions. > > > > Thanks, > > Venkat > > > --001a1135350059d7a004f2462589--