Skip to content

thejat/mlops-code-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Examples for MLOps: (Introduction to a Few Tools for) Machine Learning Deployment

  • This repo contains code examples for the MLOps (Machine Learning Deployment) course repo.
  • Please clone the repo to a suitable linux machine (ideally debian flavored) and refer to the notes to get started.

Additional Information

  • Audience: Enthusiastic business analysts with beginning python programming experience.

Setting the Data Path

Some examples will need pre-trained models and movielens-1m data files (movies.dat, ratings.dat). Set the appropriate paths or copy into the appropriate folders as necessary.