karolzak/support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Demonstrates three distinct ML approaches—Azure ML Studio's visual interface, CNTK deep learning, and scikit-learn with Azure ML Service—for multi-label ticket classification on a 50k+ real-world dataset. Implements complete preprocessing pipelines using NLTK and pandas for text cleaning and anonymization, then deploys trained models as Azure web services. Addresses practical challenges like severe class imbalance across seven classification targets (ticket_type, urgency, impact, category, etc.) with model selection via GridSearchCV hyperparameter tuning.
169 stars. No commits in the last 6 months.
Stars
169
Forks
94
Language
Python
License
MIT
Category
Last pushed
Jun 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/karolzak/support-tickets-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
osslab-pku/gfi-bot
[Working in Progress] ML-powered 🤖 for finding and labeling good first issues in your GitHub project!
dlopezyse/Synthia
🤖 Accelerate knowledge with AI
aroojjaved93/AI-Powered-Ticket-Routing-SLA-Breach-Prediction-in-JIRA
AI-Powered JIRA Automation Smart ticket classification, predictive SLA breach alerts, and...
rafaelkallis/ticket-tagger
Machine learning driven issue classification bot.
bhavul/JIRA-Similar-Issue-Finder-App
Classical NLP Algorithms based JIRA Bot that can train a machine learning model and comment...