---
library_name: sklearn
tags:
- sklearn
- skops
- tabular-classification
model_file: model.pkl
widget:
structuredData:
word:
- lathem
- meer
- slaen
---
# Model description
Middle Dutch NER with PassiveAgressiveClassifier
## Intended uses & limitations
This model is not ready to be used in production.
## Training Procedure
TESTING
### Hyperparameters
The model is trained with below hyperparameters.
Click to expand
| Hyperparameter | Value |
|---------------------------|----------------------------------------------------------------------|
| memory | |
| steps | [('vectorizer', CountVectorizer()), ('classifier', MultinomialNB())] |
| verbose | False |
| vectorizer | CountVectorizer() |
| classifier | MultinomialNB() |
| vectorizer__analyzer | word |
| vectorizer__binary | False |
| vectorizer__decode_error | strict |
| vectorizer__dtype |
Pipeline(steps=[('vectorizer', CountVectorizer()),('classifier', MultinomialNB())])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
Pipeline(steps=[('vectorizer', CountVectorizer()),('classifier', MultinomialNB())])
CountVectorizer()
MultinomialNB()