CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
clantigua
/
CAPA_Deviatio_Root_Cause_Classifier
source
Hugging Face
updated 2d ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
App README
CAPA / DeviationRoot Cause Classifier.
An NLP app that predicts the root cause categories of a manufacturing deviation from its text description, plus a dashboard
of historical root cause trends.
How it works:
text is cleaned and lemmatized with spaCY, converted to TF- IDF features
and classified with a scikit - learn model.