AutoML library for solving text -> label task
Project description
AutoML NLP library
use to find baseline in text to label task
Usage
from sklearn.metrics import accuracy_score
from nlp_automl.auto_ml_pipeline import AutoMLPipeline
config = {
'text_column': 'message',
'target_column': 'intent',
'dataset': dataset,
'evaluator': accuracy_score,
}
automl = AutoMLPipeline(config=config)
best_params, pipeline = automl.find_solution(timeout=200)
preprocessor, vectorizer, model = pipeline
More detailed usage example ./examples/intent_prediction.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NLP AutoML-0.1.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NLP AutoML-0.1.tar.gz.
File metadata
- Download URL: NLP AutoML-0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0cc8cbb7d0df0724e94d7026403f506aac56437e4de74268c33adf401f582b1
|
|
| MD5 |
ff9de94ffef56f92f44e346515853136
|
|
| BLAKE2b-256 |
8afb189dc67720f0453ec05513807c26b3c9f6e074353fbce8e0931c8c921b7b
|
File details
Details for the file NLP_AutoML-0.1-py3-none-any.whl.
File metadata
- Download URL: NLP_AutoML-0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639f31a8094a8d6b4946f337fc18cd4e16c8838315f0de7f0892cd396becd37a
|
|
| MD5 |
7cb8c22f6d318908a4c60505d612c42a
|
|
| BLAKE2b-256 |
125d50a6d2d673f0f8795c318faf45db80b2955678f02d48d37b066d2ee7d168
|