Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3342104AE for ; Mon, 25 Nov 2013 20:11:42 +0000 (UTC) Received: (qmail 35051 invoked by uid 500); 25 Nov 2013 20:11:37 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 34919 invoked by uid 500); 25 Nov 2013 20:11:37 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 34912 invoked by uid 99); 25 Nov 2013 20:11:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 20:11:37 +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 yexijiang@gmail.com designates 209.85.128.51 as permitted sender) Received: from [209.85.128.51] (HELO mail-qe0-f51.google.com) (209.85.128.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 20:11:32 +0000 Received: by mail-qe0-f51.google.com with SMTP id 1so2318966qee.24 for ; Mon, 25 Nov 2013 12:11:11 -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=DQfVd7NZoQ1lC4Ty6Kwnb9jh0wuZDxuNyM/3bfu1aso=; b=CNH4L0OIwlED7TMF1L8or7coyyGy0KcNNkS3R3gkj4QKnZ+iHf+Up4aSSsZtBNDLg2 LaG4cLTykNfPSFj1lunXH3Y5jv93fiKIei7Ri6OKlKwDdS11FEBKBojx1Zb01q966xcd 9EuH/WHbJO7WToUlQxMH4A8snTHgpWWCtMAkzyI5PXCFETJTjwTZ6fG5EDwvIavZi4kl Fr/YvplrLh+a6qDMUpjqvBU2GtDyl9bJnBIBLCqMzVyrA91OHjKB/bQwrsxqtrnrDA/h VRIugGlsx1EOvmo8CkTbm4KcLU6sFz3u1jUXZAYa1xqwcPx7OmAeEJwYJ3HMIJ51NkHM ovDw== MIME-Version: 1.0 X-Received: by 10.224.47.3 with SMTP id l3mr49244287qaf.25.1385410271153; Mon, 25 Nov 2013 12:11:11 -0800 (PST) Received: by 10.96.26.135 with HTTP; Mon, 25 Nov 2013 12:11:11 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Nov 2013 15:11:11 -0500 Message-ID: Subject: Re: Desicion Tree Implementation in Hadoop MapReduce From: Yexi Jiang To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c29d3c1498b504ec05f7f5 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c29d3c1498b504ec05f7f5 Content-Type: text/plain; charset=ISO-8859-1 As far as I know, there is no ID3 implementation in mahout currently, but you can use the decision forest instead. https://cwiki.apache.org/confluence/display/MAHOUT/Breiman+Example. 2013/11/25 unmesha sreeveni > Is that ID3 classification? > It includes prediction also? > > > On Sat, Nov 23, 2013 at 9:01 PM, Yexi Jiang wrote: > >> You can directly find it at https://github.com/apache/mahout, or you can >> check out from svn by following >> https://cwiki.apache.org/confluence/display/MAHOUT/Version+Control. >> >> >> 2013/11/23 unmesha sreeveni >> >>> I want to go through Decision tree implementation in mahout. Refereed Apache >>> Mahout >>> >>> 6 Feb 2012 - Apache Mahout 0.6 released >>> Apache Mahout has reached version 0.6. All developers are encouraged to begin using version 0.6. Highlights include: >>> Improved Decision Tree performance and added support for regression problems >>> >>> Where can I find its source code and documentation. >>> >>> Should I download mahout >>> >>> -- >>> *Thanks & Regards* >>> >>> Unmesha Sreeveni U.B >>> >>> *Junior Developer* >>> >>> >>> >> >> >> -- >> ------ >> Yexi Jiang, >> ECS 251, yjian004@cs.fiu.edu >> School of Computer and Information Science, >> Florida International University >> Homepage: http://users.cis.fiu.edu/~yjian004/ >> >> > > > -- > *Thanks & Regards* > > Unmesha Sreeveni U.B > > *Junior Developer* > > > -- ------ Yexi Jiang, ECS 251, yjian004@cs.fiu.edu School of Computer and Information Science, Florida International University Homepage: http://users.cis.fiu.edu/~yjian004/ --001a11c29d3c1498b504ec05f7f5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
As far as I know, there is no ID3 implementation in mahout= currently, but you can use the decision forest instead.=A0https://cwik= i.apache.org/confluence/display/MAHOUT/Breiman+Example.
--001a11c29d3c1498b504ec05f7f5--