https://github.com/realkinetic/scales
utility library for weighted choices
https://github.com/realkinetic/scales
Last synced: about 1 year ago
JSON representation
utility library for weighted choices
- Host: GitHub
- URL: https://github.com/realkinetic/scales
- Owner: RealKinetic
- License: apache-2.0
- Created: 2016-12-17T21:27:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T16:11:23.000Z (over 8 years ago)
- Last Synced: 2025-03-08T17:54:07.453Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scales
## weighted
Contains functions that can be run with weighted algorithms to make weighted choices.
## function
Contains the functions to be used when calling functions in `weighted`.
## running tests
Install and enter virtualenv, highly recommend virtualenvwrapper.
```sh
$ pip install -Ur requirements-dev.txt
$ make unit
```
## Contributors
dustin.hiatt@realkinetic.com