Articles by The Jumping Rivers Blog

Importing Data with Python

July 17, 2025 | The Jumping Rivers Blog

Importing data is a key step in the data science workflow. It also has a huge responsibility. How you import (or connect to) a dataset has consequences for how you work with that data throughout a project, because a Pandas DataFrame (say) requir...
[...Read more...]

Rethinking Image Formats

June 5, 2025 | The Jumping Rivers Blog

Adding images to a web page used to be straightforward. You’d add the img tag to the HTML, set the src attribute to the appropriate URL and, hopefully, write some informative alt text. (You might also add some CSS, either inline or via a styles...
[...Read more...]

Vetiver: MLOps for Python

February 27, 2025 | The Jumping Rivers Blog

This post is the fourth in our series on MLOps with vetiver: Part 1: Vetiver: First steps in MLOps Part 2: Vetiver: Model Deployment Part 3: Vetiver: Monitoring Models in Production Part 4: Vetiver: MLOps for Python (this post) Parts 1 to 3 int...
[...Read more...]
1 2 3 7