this post was submitted on 23 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

I am looking for an easy way to turn my local Jupyter notebooks into a deployable model without having to write a lot of code or configuration. Thank you.

you are viewing a single comment's thread
view the rest of the comments
[–] Medium_Ad_3555@alien.top 1 points 10 months ago (3 children)

You are entitled to your own opinion, and to write your ML inference code in plain C.

[–] mcjoness@alien.top 1 points 10 months ago

Create/maintain python repo following SWE-best practices. Will take not much time and save you and others from huge headache

[–] Budget-Juggernaut-68@alien.top 1 points 10 months ago

Python != must use a notebook.

Build proper unit tests, env requirements and versioning. You can also manage your code better with an IDE.