Question
please answer correctly with explanation in Artificial Intelligence Question: You are given a data of primarily categorical data. Your goal is to classify the data
please answer correctly with explanation in Artificial Intelligence
Question:
You are given a data of primarily categorical data. Your goal is to classify the data over 5 labels. You have a large data set with many features. You train your model using sklearn.tree.DecisionTreeClassifier and the default options. You get a F1 score of 0.98 on your training data, but you get a F1 score of 0.62 on your test data.
What type of problem are you encountering? What can you do to get better test results? Your answer can either recommend changes to pre-processing, model parameters, and/or using a different technique.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started