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
[โ€“] 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.