This is a library to use Active Learning in Text Classification and Topic Modeling.
Project description
Active Learner
A Python package which will do Active Learning process to determine whether to use Text Classification or Topic Modeling. For Usage of this package, you need to consist of a dataset which has folders to represent the classes for Text Classification, and contain text files in each class folders.
Usage
Example
Following query will allow to find thresholds for the classes available in the dataset. In which directory
is the directory of your dataset, and file
is the name of the file needed to find similarity.
from activelearner import similarity
from activelearner import threshold
threshold = threshold(directory)
similarity = similarity(file, directory,threshold)
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
Built Distribution
File details
Details for the file activelearner-0.1.0.tar.gz
.
File metadata
- Download URL: activelearner-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.4.2 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8091bd1af84747017188a62703c84bfbe2ecc87323a291dac3a7f40da096623a |
|
MD5 | 14bb3436ec8fed98b841baf7ff37050d |
|
BLAKE2b-256 | 6a11fb0bdef8c6732c5a809939af04f35c9b81f018d3adc8f5a04897bdca63b0 |
File details
Details for the file activelearner-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: activelearner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.4.2 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 160bbd950d5ce058b19e7f09bb7cc90341c429f667cd715315ef44f9ceae7eb3 |
|
MD5 | 1eac33223d7be58e91f294a1402f43a5 |
|
BLAKE2b-256 | d87f63fd20619681602c937e177a61b726442543bc550d17c38f55a68f0c9e45 |