TemplatesΒΆ

You can use the cookiecutter templates included with idmtools to get started with python projects and idmtools. These templates provide a logical, reasonably standardized, but flexible project structure for doing and sharing data science work. To see the list of included cookiecutter templates type the following at a command prompt.

$ idmtools init --help
INI File Used: /home/runner/work/idmtools/idmtools/idmtools/docs/idmtools.ini
Usage: idmtools init [OPTIONS] COMMAND [ARGS]...

  Commands to help start or extend projects through templating.

Options:
  --help  Show this message and exit.

Commands:
  data-science          A logical, reasonably standardized, but flexible...
  docker-science        This project is a tiny template for machine
                        learning...

  reproducible-science  A boilerplate for reproducible and transparent...