CaraML Docs
Ctrlk
CaraML Homepage
  • Introduction
    • What is CaraML?
    • Architecture
    • Core Concepts
  • User guides
    • Projects
    • Feature Store
    • Models
    • Routers
    • Experiments
    • Pipelines
  • Tutorial and Examples
    • Model Sample Notebooks
      • Deploy Standard Models
      • Deploy PyFunc Model
      • Using Transformers
      • Run Batch Prediction Job
      • Others examples on Models
    • Router Examples
    • Feature Store Examples
    • Pipeline Examples
    • Performing load test in CaraML
    • Best practice for CaraML
  • CaraML SDK
    • Feature Store SDK
    • Models SDK
    • Routers SDK
    • Pipeline SDK
  • Troubleshooting and FAQs
    • CaraML System FAQ
    • Models FAQ
    • Routers FAQ
    • Experiments FAQ
    • Feature Store FAQ
    • Pipelines FAQ
    • CaraML Error Messages
  • Deployment Guide
    • Deploying CaraML
    • Monitoring and alerting
    • Prerequisites and Dependencies
    • System Benchmark results
    • Experiment Treatment Service
  • Release Notes
    • CaraML Release Notes
Powered by GitBook
On this page
  • Deploy PyFunc Model with Standard Transformer
  • Deploy PyFunc Model with Custom Transformer
  • Deploy PyTorch Model with Custom Transformer
  • Deploy PyFunc Model with Feast Enricher Transformer
  1. Tutorial and Examples
  2. Model Sample Notebooks

Using Transformers

Try out the notebooks below to learn how to deploy models with each type of transformers in Merlin.

Deploy PyFunc Model with Standard Transformer

Logomerlin/examples/transformer/standard-transformer/Standard-Transformer.ipynb at main · caraml-dev/merlinGitHub

Deploy PyFunc Model with Custom Transformer

Logomerlin/examples/transformer/custom-transformer/PyFunc-Transformer.ipynb at main · caraml-dev/merlinGitHub

Deploy PyTorch Model with Custom Transformer

Logomerlin/examples/transformer/custom-transformer/PyTorch-Transformer.ipynb at main · caraml-dev/merlinGitHub

Deploy PyFunc Model with Feast Enricher Transformer

Logomerlin/examples/transformer/feast-enricher-transformer/Feast-Enricher.ipynb at main · caraml-dev/merlinGitHub
PreviousDeploy PyFunc ModelNextRun Batch Prediction Job

Last updated 1 year ago