What is modeling regarding Weka?

Asked on 01.01.2019 in All Questions.
Add Comment

Tutor's Answer

(Top Tutor) Studyfaq Tutor
The model will be built with Weka: a machine learning software that contains various algorithm. A decision tree (J48) and a Multilayer Perceptron are two different kinds of algorithms that will be used. The decision tree is a tree-like model that works best on nominal attributes, so it may be necessary to convert the Income into bins, rather than having it as a continuous numeric variable. The Multilayer Perceptron classifies instances using a backpropagation. Decision tree and Multilayer Perceptron...
Completed Work