Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amritbhanu/LDADE-package
- Owner: amritbhanu
- License: mit
- Created: 2018-06-14T14:37:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T18:06:50.000Z (over 3 years ago)
- Last Synced: 2024-08-03T18:20:57.890Z (6 months ago)
- Topics: differential-evolution, hyperparameter-optimization, hyperparameter-tuning, lda, optimization, topic-modeling, tuning
- Language: Python
- Homepage: https://www.sciencedirect.com/science/article/pii/S0950584917300861
- Size: 146 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-topic-models - LDADE - Python tuning tool using differential evolution [:page_facing_up:](https://arxiv.org/pdf/1608.08176.pdf) (Models / Latent Dirichlet Allocation (LDA) [:page_facing_up:](https://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf))
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
```