Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

activelearner-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

activelearner-0.1.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page