Skip to content

What should I do with the new pipeline in the Docker image? #29

@dmitrykosintsev

Description

@dmitrykosintsev

Course

machine-learning-zoomcamp

Question

The homework instructions say that Docker file has a new pipeline. Do I need to do any changes in my code to reflect it?

Answer

Replace opening pipeline_v1.bin with pipeline_v2.bin:

with open('pipeline_v2.bin', 'rb') as f_in:
    pipeline = pickle.load(f_in)

Checklist

  • I have searched existing FAQs and this question is not already answered
  • The answer provides accurate, helpful information
  • I have included any relevant code examples or links

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions