Cloud Foundry Python Predictive API Boilerplate
The cf-predict microservice is part of a pluggable ecosystem of cloud native data science microservices for Cloud Foundry.
- Python 3.4+
cf-predict can be installed with pip:
$ pip install cf-predict
or directly from the source code:
$ git clone https://github.com/ronert/cf-predict.git
$ cd cf-predict
$ python setup.py install
After installation, the package can imported:
$ python
>>> import cf_predict
>>> cf_predict.__version__
make env
make develop
make install
make tests
make test-unit
make test-int
make read-coverage
make ci
make check
make watch
make upload
Read the full documentation here.