Use Weka to perform a decision tree classification. You can use an arff file provided in the Weka dataset or an arff file from a different data source, just not the files used in the demo videos.
Answer the following questions in a WORD document. Use screen catches in each of the following items together with your answers.
1. What is the data about? (10’)
2. Run a classification with an unpruned tree setting. Show the tree structure. What are the other settings you used in the process, e.g. minimum leaf size, cross-validation, etc. (30’)
3. What is the error rate? (10’)
4. Explain the confusion matrix.(10’)
5. Do at least three more runs, such as a pruned version, a version with different setting on leaf size limit, and different setting on percentage split. Explain the differences between these models. (20’)
6. Which model is finally chosen and why? (10’)
7. Create a new record with arbitrary values and use the chosen model to predict the class for this new record. What is the new record and what is the result?(10’)
Submit as a WORD file. Your file must be in the format of lastname_lab6.docx.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme