https://github.com/skylander86/ycml
YC's collection of convenience code for developing ML applications. (DEPRECATED)
https://github.com/skylander86/ycml
deprecated machine-learning ml natural-language-processing nlp utilities
Last synced: 5 months ago
JSON representation
YC's collection of convenience code for developing ML applications. (DEPRECATED)
- Host: GitHub
- URL: https://github.com/skylander86/ycml
- Owner: skylander86
- License: apache-2.0
- Created: 2017-04-21T05:23:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T13:37:15.000Z (about 8 years ago)
- Last Synced: 2025-12-06T09:59:14.717Z (7 months ago)
- Topics: deprecated, machine-learning, ml, natural-language-processing, nlp, utilities
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
YCML
====
.. image:: https://img.shields.io/pypi/v/ycml.svg
:target: https://pypi.python.org/pypi/ycml
This package contains a collection of code that I've written over the past years for pretty run-of-the-mill deployments of machine learning projects.
Documentation is sparse because this is mostly for my own personal use. Sorry!
See `helloworld `_ for a sample ML project template.
Usage
-----
To use it in your files, add::
git+https://github.com/skylander86/ycml.git@v0.1.5#egg=ycml
to your `requirements.txt`.
Development Tips
----------------
In your app, do::
pip install -e ../ycml
to install module in "editable" mode.