No project description provided
Project description
Sequence Vectorizer
Installation:
pip install SeqVectorizer
Usage of Regressor:
from SeqVectorizer import Vectorizer
vec = Vectorizer()
x_train = vec.fit_transform(train_sentences)
x_test = vec.transform(test_sentences)
vec.get_features()
#to get the vocabulary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for SeqVectorizer-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b6aa4b9df7b63d655bc1d5f09cdcb0bf9b4cae009812a925c658002bd19827 |
|
MD5 | 1b9838bd765138fb61d9058e1d87b23e |
|
BLAKE2b-256 | 27545c3d9c9c36bb53233a63715b9810206701fff68b4f052fa38ee79a8b8426 |