absynthe / byoc-sagemaker-lightfm

This repository illustrates how you could bring your own LightFM container inside of SageMaker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

In this example we show how to package a LightFM container, extending the SageMaker scikit-learn container, with a Python example which works with the MovieLens dataset. By extending the SageMaker scikit-learn container we already have some of the necessary training and inference toolkits already preinstalled on the container to make it work with SageMaker. We will still have to write code to make sure that the LightFM library can nicely interact with the SageMaker entry points.

Overview

Please use the 'Extending a container' notebook as a starting point

About

This repository illustrates how you could bring your own LightFM container inside of SageMaker.


Languages

Language:Jupyter Notebook 84.9%Language:Python 11.3%Language:Dockerfile 3.7%