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
  • Run Iris Classifier Batch Prediction Job
  • Run New York Taxi Fare Batch Prediction Job
  1. Tutorial and Examples
  2. Model Sample Notebooks

Run Batch Prediction Job

Try out the notebooks below to learn how to run batch prediction jobs using PyFunc V2 in Merlin.

Run Iris Classifier Batch Prediction Job

Logomerlin/examples/batch/BatchPredictionTutorial1-IrisClassifier.ipynb at main · caraml-dev/merlinGitHub

Run New York Taxi Fare Batch Prediction Job

https://github.com/caraml-dev/merlin/blob/main/examples/batch/BatchPredictionTutorial2-NewYorkTaxi.ipynbgithub.com
PreviousUsing TransformersNextOthers examples on Models

Last updated 1 year ago