/MLTemplate

My Machine Learning Template

Primary LanguagePython

MLTemplate

My Machine Learning Template.

Setup

Requirements

Clone

git clone git@github.com:pysan3/MLTemplate.git && cd MLTemplate

Create Environment

  • Do this before opening VSCode. (Will setup linter and formatter)
  • Same commands on Windows as well.
# Setup local python
pyenv install 3.11.1
python -V # ==> Check python version is `3.11.1`

# Start poetry setup
poetry install
poetry shell # Activates poetry environment.
  • Do you see (mltemplate-py3.11) before your $PS1?

Run

Help

# Activate poetry environment
poetry shell

mlt --help

Training

WIP