This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 56abcc79f Automatic Site Publish by Buildbot
56abcc79f is described below
commit 56abcc79f67f9d61ff5d84da644ce42355a0141b
Author: GitHub Actions Bot <>
AuthorDate: Fri Feb 16 00:09:12 2024 +0000
Automatic Site Publish by Buildbot
---
.../classification/bankmarketing-example.html | 114 +++++++--------------
feed.xml | 100 +++++-------------
index.html | 36 +++----
news-and-events/news.html | 12 +--
4 files changed, 86 insertions(+), 176 deletions(-)
diff --git a/news-and-events/news.html
b/documentation/users/classification/bankmarketing-example.html
similarity index 75%
copy from news-and-events/news.html
copy to documentation/users/classification/bankmarketing-example.html
index 299b56ec5..540bf38e5 100644
--- a/news-and-events/news.html
+++ b/documentation/users/classification/bankmarketing-example.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
- News
+ Bank Marketing Example
</title>
@@ -22,7 +22,7 @@
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i"
rel="stylesheet">
- <link rel="canonical"
href="http://mahout.apache.org//news-and-events/news.html">
+ <link rel="canonical"
href="http://mahout.apache.org//documentation/users/classification/bankmarketing-example.html">
<link rel="alternate" type="application/rss+xml" title="Apache Mahout"
href="/feed.xml">
@@ -173,90 +173,54 @@
</nav>
- <div class="container mt-5 pb-4">
+ <p>Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ “License”); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.</p>
- <div class="row">
+<p>#Bank Marketing Example</p>
- <div class="col-lg-8">
- <h1 id="news">News</h1>
+<h3 id="introduction">Introduction</h3>
-<p>Welcome to the News page! Stay up-to-date with the latest announcements,
releases, events, and community highlights from
-the Apache Mahout project. Keep an eye on this page for regular updates and
make sure you don’t miss any important news
-related to the project.</p>
+<p>This page describes how to run Mahout’s SGD classifier on the <a
href="http://mlr.cs.umass.edu/ml/datasets/Bank+Marketing">UCI Bank Marketing
dataset</a>.
+The goal is to predict if the client will subscribe a term deposit offered via
a phone call. The features in the dataset consist
+of information such as age, job, marital status as well as information about
the last contacts from the bank.</p>
-<ul>
- <li>
- <p><a href="/minutes/2024/02/14/Meeting-Minutes.html">Meeting Minutes</a>
- February 14, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/01/31/Meeting-Minutes.html">Meeting Minutes</a>
- January 31, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2023/11/29/Meeting-Minutes.html">Meeting Minutes</a>
- November 29, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/10/25/Meeting-Minutes.html">Meeting Minutes</a>
- October 25, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/09/27/Meeting-Minutes.html">Meeting Minutes</a>
- September 27, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/08/30/Meeting-Minutes.html">Meeting Minutes</a>
- August 30, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/07/26/Meeting-Minutes.html">Meeting Minutes</a>
- July 26, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/03/29/Meeting-Minutes.html">Meeting Minutes</a>
- March 29, 2023</p>
- </li>
- <li>
- <p><a href="/minutes/2023/02/22/Meeting-Minutes.html">Meeting Minutes</a>
- February 22, 2023</p>
- </li>
- <li>
- <p><a href="/tutorial/2021/06/01/Zeppelin-Quickstart.html">Zeppelin
Quickstart</a> - June 01, 2021</p>
- </li>
-</ul>
+<h3 id="code--data">Code & Data</h3>
+<p>The bank marketing example code lives under</p>
- </div>
+<p><em>mahout-examples/src/main/java/org.apache.mahout.classifier.sgd.bankmarketing</em></p>
- <div class="col-lg-4">
- <!-- Apache Software Foundation Links -->
-<div class="card mb-4 sidebar">
- <div class="card-header">
- Apache Software Foundation
- </div>
- <div class="card-body">
- <ul class="list-unstyled mb-0">
- <li>
- <a
href="https://www.apache.org/foundation/how-it-works.html">Apache Software
Foundation</a>
- </li>
- <li>
- <a href="http://www.apache.org/licenses/">Apache License</a>
- </li>
- <li>
- <a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
- </li>
- <li>
- <a
href="http://www.apache.org/foundation/thanks.html">Thanks</a>
- </li>
- </ul>
- </div>
-</div>
+<p>The data can be found at</p>
-<!-- Twitter Posts Widget -->
-<div class="card">
- <div class="card-body">
- <a class="twitter-timeline" data-height="500"
href="https://twitter.com/ApacheMahout">Tweets by ApacheMahout</a>
- <script async src="//platform.twitter.com/widgets.js"
charset="utf-8"></script>
- </div>
-</div>
+<p><em>mahout-examples/src/main/resources/bank-full.csv</em></p>
- </div>
+<h3 id="code-details">Code details</h3>
+
+<p>This example consists of 3 classes:</p>
- </div>
+<ul>
+ <li>BankMarketingClassificationMain</li>
+ <li>TelephoneCall</li>
+ <li>TelephoneCallParser</li>
+</ul>
-</div>
+<p>When you run the main method of BankMarketingClassificationMain it parses
the dataset using the TelephoneCallParser and trains
+a logistic regression model with 20 runs and 20 passes. The
TelephoneCallParser uses Mahout’s feature vector encoder
+to encode the features in the dataset into a vector. Afterwards the model is
tested and the learning rate and AUC is printed accuracy is printed to standard
output.</p>
<footer class="footer bg-light">
diff --git a/feed.xml b/feed.xml
index ce0cfd8fc..dd2d5e37c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,79 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2024-02-14T23:24:31+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
-
-<h3 id="attendees">Attendees</h3>
-<ul>
- <li>Andrew Musselman</li>
- <li>Trevor Grant</li>
- <li>Tommy Naugle</li>
-</ul>
-
-<h3 id="old-business">Old Business</h3>
-<ol>
- <li>Ask INFRA again about boards (done)</li>
- <li>Create new board or adapt one for current work</li>
- <li>Start meeting agenda and minutes doc and share (done)</li>
- <li>Share agenda for next week by Monday (done)</li>
-</ol>
-
-<h3 id="new-business">New Business</h3>
-<ol>
- <li>Rebuild JIRA - now that we have wiped it clean, on the qumat side
anyway, let’s start grooming tasks into the appropriate components/releases/etc
(todo)
- <ul>
- <li>Including adding filters to all boards so only those tickets show up
(todo)</li>
- </ul>
- </li>
- <li>A more formal mechanism for proposing / posting agendas (done: Agreed we
will chime in on the-asf#mahout channel when agenda is posted)</li>
- <li>Create new board or adapt one for current work (done)</li>
- <li>Coordinate on JIRA
- <ul>
- <li>Web site cleanup (akm and tommy to work off tommy’s spreadsheet)</li>
- <li>Python packaging (jowanza tagged on
https://issues.apache.org/jira/browse/MAHOUT-2174)</li>
- <li>Continued qumat data structure work (tommy in flight, akm to
review)</li>
- </ul>
- </li>
-</ol>
-
-<h3 id="other-business">Other Business</h3>
-<ul>
- <li>JIRA hygiene with Shashanka in monthly Classic meeting</li>
-</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Weekly community
meeting]]></summary></entry><entry><title type="html">Meeting
Minutes</title><link
href="http://mahout.apache.org//minutes/2024/01/31/Meeting-Minutes.html"
rel="alternate" type="text/html" title="Meeting Minutes"
/><published>2024-01-31T08:00:00+00:00</published><updated>2024-01-31T08:00:00+00:00</updat
[...]
-
-<h3 id="attendees">Attendees</h3>
-<ul>
- <li>Andrew Musselman</li>
- <li>Trevor Grant</li>
-</ul>
-
-<h3 id="jira-focus">JIRA focus</h3>
-<ol>
- <li>TBD clear out old “boards;” question into INFRA for help</li>
- <li>Cleared out old versions</li>
- <li>Cleared out old components</li>
- <li>Assigned all potentially relevant Classic tickets to Shashanka
Srinivasa</li>
- <li>Resolved stale tickets</li>
- <li>Created new versions <code class="language-plaintext
highlighter-rouge">classic-15.0</code> and <code class="language-plaintext
highlighter-rouge">qumat-0.1.0</code></li>
- <li>Created new components <code class="language-plaintext
highlighter-rouge">website</code>, <code class="language-plaintext
highlighter-rouge">classic</code>, <code class="language-plaintext
highlighter-rouge">build-classic</code>, <code class="language-plaintext
highlighter-rouge">qumat</code>, and <code class="language-plaintext
highlighter-rouge">build-qumat</code></li>
-</ol>
-
-<h3 id="release-plans">Release plans</h3>
-<ul>
- <li>Not discussed but qumat is pushed to <code class="language-plaintext
highlighter-rouge">main</code> and nightlies are building the website from that
branch</li>
-</ul>
-
-<h3 id="active-ideas">Active Ideas</h3>
-<ul>
- <li>Quantum computing</li>
- <li>Python bindings for DSL</li>
-</ul>
-
-<h3 id="summary-and-next-steps">Summary and next steps</h3>
-<ul>
- <li>Completed work on beta of <code class="language-plaintext
highlighter-rouge">qumat</code> <a
href="https://issues.apache.org/jira/browse/MAHOUT-2166">Proof of concept of
quantum front-end</a></li>
- <li>Completed JIRA ranching</li>
- <li>TODO in Q12024: Submit proposal to NSF <a
href="https://new.nsf.gov/funding/opportunities/pathways-enable-open-source-ecosystems-pose">Pathways
to Enable Open-Source Ecosystems (POSE)</a></li>
- <li>Reach out to formerly active project members</li>
- <li>Reach out to quantum compute people</li>
-</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Monthly community
meeting]]></summary></entry><entry><title type="html">Meeting
Minutes</title><link
href="http://mahout.apache.org//minutes/2023/11/29/Meeting-Minutes.html"
rel="alternate" type="text/html" title="Meeting Minutes"
/><published>2023-11-29T08:00:00+00:00</published><updated>2023-11-29T08:00:00+00:00</upda
[...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2024-02-16T00:09:03+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
<h3 id="attendees">Attendees</h3>
<ul>
@@ -520,4 +445,25 @@ tasks.</p>
<p>Thanks, and good Mahout-ing!</p>
-<p>~ The Apache Mahout Team</p>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="tutorial" /><summary type="html"><![CDATA[Apache Zeppelin
Quickstart]]></summary></entry></feed>
\ No newline at end of file
+<p>~ The Apache Mahout Team</p>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="tutorial" /><summary type="html"><![CDATA[Apache Zeppelin
Quickstart]]></summary></entry><entry><title type="html">Weekly Meeting Minutes
2021-02-02</title><link
href="http://mahout.apache.org//minutes/2021/02/02/weekly-meeting-minutes.html"
rel="alternate" type="text/html" title="Weekly Meeting Minutes 2021-02-02"
/><published>2021-0 [...]
+
+<ul>
+ <li>Website build working again</li>
+ <li>josehernandezsc added Ridge Regression to <code
class="language-plaintext highlighter-rouge">algorithms/</code> framework.</li>
+ <li>Trevor shared incore PyMahout git repo on mailing list- needs to POC for
distributed.</li>
+</ul>
+
+<h3 id="projects-going-forward">Projects going forward</h3>
+
+<ul>
+ <li>Still need to do 5 related issues identified <a
href="http://mahout.apache.org/minutes/2020/11/13/weekly-meeting-minutes.html">November
13th</a></li>
+ <li>Trevor to POC distribute Mahout in Python</li>
+</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Recap Since Last
Time]]></summary></entry><entry><title type="html">Weekly Meeting Minutes
2021-01-05</title><link
href="http://mahout.apache.org//minutes/2021/01/05/weekly-meeting-minutes.html"
rel="alternate" type="text/html" title="Weekly Meeting Minutes 2021-01-05"
/><published>2021-01-05T22:00:01+00:00</published>< [...]
+
+<p>Springer Publishing has shown interest in a second edition of the
Encyclopedia of Big Data, and Musselman plans to update
+the chapter on Mahout.</p>
+
+<p>Trevor needs to make a git repo to share with his experiments of
Python+Mahout.</p>
+
+<p>Reminder- community calls are open to all. We’ll try to get a good link and
post it to one of the minutes. In the mean
+time join [email protected] for the weekly
link.</p>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Andrew showed Trevor how to file
his first board report.]]></summary></entry></feed>
\ No newline at end of file
diff --git a/index.html b/index.html
index 56570ddae..449d17931 100644
--- a/index.html
+++ b/index.html
@@ -227,12 +227,12 @@
</ul>
- <div class="float-md-right small text-muted">February 14, 2024</div>
+ <div class="float-md-right small text-muted">November 29, 2023</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/02/14/Meeting-Minutes.html">Meeting Minutes</a></h3>
- <p>Weekly community meeting
+ <h3 class="card-title"><a
href="/minutes/2023/11/29/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <p>Monthly community meeting
</p>
- <a href="/minutes/2024/02/14/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2023/11/29/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -257,12 +257,12 @@
</ul>
- <div class="float-md-right small text-muted">January 31, 2024</div>
+ <div class="float-md-right small text-muted">October 25, 2023</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/01/31/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2023/10/25/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Monthly community meeting
</p>
- <a href="/minutes/2024/01/31/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2023/10/25/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -287,12 +287,12 @@
</ul>
- <div class="float-md-right small text-muted">November 29, 2023</div>
+ <div class="float-md-right small text-muted">September 27, 2023</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2023/11/29/Meeting-Minutes.html">Meeting Minutes</a></h3>
- <p>Monthly community meeting
+ <h3 class="card-title"><a
href="/minutes/2023/09/27/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <p>Monthly community call
</p>
- <a href="/minutes/2023/11/29/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2023/09/27/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -317,12 +317,12 @@
</ul>
- <div class="float-md-right small text-muted">October 25, 2023</div>
+ <div class="float-md-right small text-muted">August 30, 2023</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2023/10/25/Meeting-Minutes.html">Meeting Minutes</a></h3>
- <p>Monthly community meeting
+ <h3 class="card-title"><a
href="/minutes/2023/08/30/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <p>Monthly community call
</p>
- <a href="/minutes/2023/10/25/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2023/08/30/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -347,12 +347,12 @@
</ul>
- <div class="float-md-right small text-muted">September 27, 2023</div>
+ <div class="float-md-right small text-muted">July 26, 2023</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2023/09/27/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2023/07/26/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Monthly community call
</p>
- <a href="/minutes/2023/09/27/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2023/07/26/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
diff --git a/news-and-events/news.html b/news-and-events/news.html
index 299b56ec5..781fa4fc8 100644
--- a/news-and-events/news.html
+++ b/news-and-events/news.html
@@ -185,12 +185,6 @@ the Apache Mahout project. Keep an eye on this page for
regular updates and make
related to the project.</p>
<ul>
- <li>
- <p><a href="/minutes/2024/02/14/Meeting-Minutes.html">Meeting Minutes</a>
- February 14, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/01/31/Meeting-Minutes.html">Meeting Minutes</a>
- January 31, 2024</p>
- </li>
<li>
<p><a href="/minutes/2023/11/29/Meeting-Minutes.html">Meeting Minutes</a>
- November 29, 2023</p>
</li>
@@ -215,6 +209,12 @@ related to the project.</p>
<li>
<p><a href="/tutorial/2021/06/01/Zeppelin-Quickstart.html">Zeppelin
Quickstart</a> - June 01, 2021</p>
</li>
+ <li>
+ <p><a href="/minutes/2021/02/02/weekly-meeting-minutes.html">Weekly
Meeting Minutes 2021-02-02</a> - February 02, 2021</p>
+ </li>
+ <li>
+ <p><a href="/minutes/2021/01/05/weekly-meeting-minutes.html">Weekly
Meeting Minutes 2021-01-05</a> - January 05, 2021</p>
+ </li>
</ul>