A minimal Python project structure for doing and sharing machine learning work.
This cookiecutter is based on Cookiecutter Data Science.
- Cookiecutter Python package >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages:
$ pip install cookiecutter
or
$ conda config --add channels conda-forge
$ conda install cookiecutter
安装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