Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classification #6

Open
3 of 4 tasks
ronan-mch opened this issue Oct 10, 2016 · 0 comments
Open
3 of 4 tasks

Classification #6

ronan-mch opened this issue Oct 10, 2016 · 0 comments

Comments

@ronan-mch
Copy link
Owner

ronan-mch commented Oct 10, 2016

  • Explain which classification problem you have chosen to solve.
  • Apply at least three of the following methods: Decision Trees, Logistic/Multinomial Regression, K-Nearest Neighbors (KNN), Naı̈ve Bayes and Artificial Neural Networks (ANN). (Use cross-validation to select relevant parameters in an inner cross-validation loop and give in a table the performance results for the methods evaluated on the same cross-validation splits on the outer cross-validation loop, i.e. you should use two levels of cross-validation).
  • For the models you are able to interpret explain how a new data observation is classified.
    (If you have multiple models fitted, (i.e., one for each cross-validation split) either focus on one of these fitted models or consider fitting one model for the optimal setting of the parameters estimated by cross-validation to all the data.)
  • Statistically compare the performance of the two best performing models (i.e., use a paired t-test). Compare in addition if the performance of your models are better than simply predicting all outputs to be the largest class in the training data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant