Cookiecutter ML for Python

A minimal Python project structure for doing and sharing machine learning work.

This cookiecutter is based on Cookiecutter Data Science.

Requirements to use the cookiecutter template:


$ pip install cookiecutter

or

$ conda config --add channels conda-forge
$ conda install cookiecutter

To start a new project, run:


安装cookiecutter这个python包后

$ cookiecutter https://github.com/jiaxingxx/cookiecutter-ml-python

或者下载cookiecutter-ml-python文件夹,cd到想创建new porject的目录下,~/cookiecutter-ml-python为本地cookiecutter-ml-python文件夹路径

$ cookiecutter ~/cookiecutter-ml-python