Tensorflow wrapper for classification
Project description
Tensorflow wrapper for classification
Requirements
Python +3.x
Installation
pip install deepvec
Notes
The library is for classification datasets (labeled).
The library accepts CSV of two columns, text (sentences) column and label column (numeric data only).
The library transforms text to vector, extracts features from vectors then classifies.
Usage
from deepvec.deep_vec import DeepVec
obj = DeepVec(path='/path/to/file.csv', feature='text_col', label='label_col')
data_frame = obj.prepare()
obj.proceed(data_frame)
Contributing
You are welcome.
License
The library is available as open source under the terms of the MIT License.
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 Distribution
deepvec-0.2.tar.gz
(2.3 kB
view details)
File details
Details for the file deepvec-0.2.tar.gz
.
File metadata
- Download URL: deepvec-0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e9af90ed4e3ebef413791ddd20565911f760a7c7161e75ef099465f4c1390f5 |
|
MD5 | 772232fd480c31fcc50abf8a55643803 |
|
BLAKE2b-256 | cbd391277a0aeaa1f061796d0accf2e21c159a5911e2830812b7d7c0dfcca9fc |