dreamibor / ml_project_template

A template for ML projects in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml_project_template

This is a project template for machine learning projects using Python.

Environment Set-up

conda create -n myenv python=3.6
conda activate myenv
pip install -r requirements.txt

About

A template for ML projects in Python

License:MIT License