Skip to content

Template designed to kickstart your machine learning projects in Python

License

Notifications You must be signed in to change notification settings

MGTheTrain/python-machine-learning-starter

Repository files navigation

python-machine-learning-starter

Table of Contents

Summary

Template designed to kickstart your machine learning projects in Python

Getting Started

Preconditions

Install Cookiecutter by running pip install cookiecutter. On MacOS optionally utilize the homebrew package manager with brew install cookiecutter.

Generate a New Project from the Template

From the main branch

Run cookiecutter https://github.com/MGTheTrain/python-machine-learning-starter.git

From release/x.y.z branches

Run cookiecutter --checkout <release/x.y.z, e.g. release/0.1.0> https://github.com/MGTheTrain/python-machine-learning-starter.git