Skip to content

davified/batect-ml-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batect-ml-template

A template for ML projects, with dependency management made effortless by batect

Prerequisites

  • Docker
  • Java 8 or newer (used by batect. you'll not be seeing Java code - I promise)
  • On Linux and macOS: bash and curl
  • On Windows: Windows 10 / Windows Server 2016 or later

Setup

Install the dependencies needed by batect and your IDE on your host machine

# mac users
bin/non_batect/go.sh

# windows / linux
# work in progress. in the meantime, please install Docker and Java manually if it's not already installed

Configure your IDE to use the python virtual environment (./.venv/) created by go.sh

Tasks that you can run

# run unit tests
./batect unit_test

# train ML model
./batect train_model

Other things you can do

# start jupyter server (if you need it for your workflow)
./batect start_jupyter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published