From 08db9b43b299cb31595d6c6aa540cc0ff862b730 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 8 Jun 2026 14:02:37 -0400 Subject: [PATCH] Remove final questions --- questions.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/questions.md b/questions.md index c9a143b..0f8fdd3 100644 --- a/questions.md +++ b/questions.md @@ -93,32 +93,3 @@ **15. Look at the words with the strongest weights (in either direction). Do any surprise you? What do they suggest about how the model is making its decisions?** *Your answer:* - ---- - -## Final Questions - -**16. Pick a different classification problem (for example: positive vs. negative movie reviews, -news articles vs. opinion pieces, or medical vs. general-audience text). -Propose five features you would extract to classify it, and explain your reasoning.** - -Problem I chose: - -| Feature name | What it measures | Why it might help | -|-------------|-----------------|------------------| -| | | | -| | | | -| | | | -| | | | -| | | | - -**17. Could adding more features ever *hurt* the performance of a classifier? Explain -when and why this might happen.** - -*Your answer:* - -**18. In this lab you split the data into 70% training and 30% testing. What would happen -if you used 99% for training and 1% for testing? What about 1% for training and 99% -for testing?** - -*Your answer:*