diff --git a/website/documentation/users/classification/bankmarketing-example.md b/website/documentation/users/classification/bankmarketing-example.md index fa55673004..2037a7a420 100644 --- a/website/documentation/users/classification/bankmarketing-example.md +++ b/website/documentation/users/classification/bankmarketing-example.md @@ -1,24 +1,6 @@ - --- layout: default -title: - - +title: Bank Marketing Example --- Notice: Licensed to the Apache Software Foundation (ASF) under one @@ -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. \ No newline at end of file +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.