Metadata-Version: 2.1
Name: AuDoLab
Version: 0.1.10
Summary: With AuDoLab you can perform Latend Direchlet Allocation on highly imbalanced datasets.
Home-page: https://github.com/ArneTillmann/AuDoLab
Author: Arne Tillmann
Author-email: arne.tillmann.vellmar@gmail.com
License: GNU General Public License v3
Keywords: AuDoLab
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: pandas (>=1.2.3)
Requires-Dist: gensim (>=3.8.3)
Requires-Dist: pyldavis (>=3.3.1)
Requires-Dist: scikit-learn (>=0.24.1)
Requires-Dist: nltk (>=3.5)
Requires-Dist: asyncio
Requires-Dist: pyppeteer
Requires-Dist: requests
Requires-Dist: sphinx-rtd-theme

=======
AuDoLab
=======

.. image:: https://img.shields.io/pypi/v/AuDoLab.svg
        :target: https://pypi.python.org/pypi/AuDoLab

.. image:: https://api.travis-ci.com/ArneTillmann/AuDoLab.svg?branch=main&status=passed
        :target: https://travis-ci.com/ArneTillmann/AuDoLab

.. image:: https://readthedocs.org/projects/audolab/badge/?version=latest
 :target: https://audolab.readthedocs.io/en/latest/?badge=latest
 :alt: Documentation Status

With AuDoLab you can perform Latend Direchlet Allocation on highly imbalanced datasets.


* Free software: GNU General Public License v3
* Documentation: https://AuDoLab.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


