Skip to main content
ML Quest
Python Idle

The NLP guild's final challenge awaits. You'll receive the spam dataset and nothing else. Build a complete pipeline: vectorize the messages, train a classifier that exceeds 90% accuracy, and create a confusion matrix to analyze your errors. No hand-holding. No hints until you've truly tried. Show the guild you've mastered the language of machines.

~30 minproject500 rows
Loading Python runtime...
Goals: 3 tests
should use a text vectorizer
should achieve accuracy above 0.90
should create a confusion matrix
Python loading...