Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Releases: indigo-dc/cookiecutter-data-science

DEEP data-science template v1.0.0

05 Dec 18:33
Compare
Choose a tag to compare
  • uses DEEP API V1 (DEEPaaS API is fixed to 0.5.1)
  • creates two git directories DEEP-OC-<user_app> and <user_app>
  • pre-populates files with the minimal information necessary to start developing an application using DEEPaaS API (0.5.1). Among this:
    • in DEEP-OC-<user_app> repository:
      • fills Dockerfile necessary to build a corresponding Docker image
      • pre-fills Jenkinsfile
      • creates LICENSE, README.md, metadata.json files
    • in <user_app> repository:
      • pre-populates get_metadata(), predict(), and train() functions of DEEPaaS API with minimal information
      • creates an example on unit_testing
      • creates README.md file with the structure of the repository

N.B. Since DEEP-2 release, DEEP API V1 will be discontinued.