Skip to content

Commit

Permalink
[hotfix][website] test removing license to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo authored Feb 16, 2024
1 parent 21a14af commit eb99791
Showing 1 changed file with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
<!--
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.
-->
---
layout: default
title:


title: Bank Marketing Example
---

Notice: Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -66,4 +48,4 @@ This example consists of 3 classes:

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.
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.

0 comments on commit eb99791

Please sign in to comment.