agtool

Algorithm tools for python


Keywords
python, packaging
License
MIT
Install
pip install agtool==0.0.1

Documentation

Algorithm Tools

This library serves useful algorithm tools for python. 😄

Anyone can be install this library from pypi from this link: https://pypi.org/project/agtool/

pip install agtool

Q. How to manage packages? see from

To Do

This check lists will be implemented soon. 🔥

  • negative sampling: draw negative samples from rating matrix.

Deploy

Deploy to pypi as follows. 🥳

# setup.py version up
# doc/conf.py version up
python setup.py bdist_wheel
python -m twine upload dist/*.whl

Documentation

Update documentation using sphinx.

sphinx-apidoc -f -o docs agtool

And then, cd docs && make html.

Serving the documetation.

sphinx-autobuild --host [IP] --port [PORT] docs docs/_build/html