Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
cordibot-task-detector – AI Model by divishaupadhyay2 | AlphaNeural AI
You can deploy this model and start earning money today!
divishaupadhyay2
/
cordibot-task-detector
like
0
joblib
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
TF-IDF + Logistic Regression (Pipeline)
Binary task detection model for short chat messages.
Label mapping:
1 -> Task
0 -> Non-task
Usage:
python
1
from
model
import
predict
2
predict
(
[
"Please submit the report by today"
]
)