Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amritbhanu/LDADE-package

LDADE implementation
https://github.com/amritbhanu/LDADE-package

differential-evolution hyperparameter-optimization hyperparameter-tuning lda optimization topic-modeling tuning

Last synced: 2 months ago
JSON representation

LDADE implementation

Awesome Lists containing this project

README

        

# LDADE

> Author: [Amritanshu Agrawal](https://github.com/amritbhanu)

Upload the package use commandline:
```
python setup.py sdist upload -r pypi
```

Currently not upload.

Requiring:
- (Optional) Description

## TODO
We need to specify some interface for `dump` location and `sample` location.

In `setup.py` file, we need to notice the following:
- `version`
- `url`

## Hint
If we want to test the local packaging, we can run the following code:
```
python setup.py sdist
```