---
library_name: sklearn
tags:
- sklearn
- skops
- text-classification
model_file: middle_dutch_text-classification.pkl
---
# 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 | [('trans', FunctionTransformer(func=
Pipeline(steps=[('trans',FunctionTransformer(func=<function revert_data at 0x7fa10f2053a0>)),('vectorizer', CountVectorizer()),('classifier', PassiveAggressiveClassifier(random_state=42))])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
Pipeline(steps=[('trans',FunctionTransformer(func=<function revert_data at 0x7fa10f2053a0>)),('vectorizer', CountVectorizer()),('classifier', PassiveAggressiveClassifier(random_state=42))])
FunctionTransformer(func=<function revert_data at 0x7fa10f2053a0>)
CountVectorizer()
PassiveAggressiveClassifier(random_state=42)