How to Dockerize Python Data Science Processes
Docker is great, but most tutorials are geared toward devOps users, not data scientists. If you’re building long-running processes for NLP, ML, or generative AI, here’s a blueprint for Python Docker containers for data science!
Benjamin Bengfort
Sep 14, 2023My First Year as a Junior Developer at Rotational Labs
๐ I just celebrated my first year as a junior developer. In this post, I’ll share some of the things I’ve learned and techniques I’ve grown to value over the last twelve months.
Danielle Maxwell
Sep 1, 2023Intro to Polars: A Pandas Alternative for Efficiently Working with Large Datasets
Dataframes are a powerful data structure for data processing, analytics, and ML. For many years, Pandas has been my go-to. But it can really slow you down when you’re working with big or high-dimensional data. Enter Polars!
Prema Roman
Aug 22, 2023What is Incremental Machine Learning?
Most of us got into data science because it’s exciting (if chaotic) and there’s a constant stream of new ideas, which is thrilling (if intimidating). But if learning is all about keeping up, why can’t our models do it?
Aatmaj Janardanan
Aug 21, 2023Using River and Vowpal Wabbit to Build Real-Time Machine Learning Models
Real-time ML models continually learn on new data as soon as it arrives, so they’re less susceptible to concept drift and data drift. Read on to learn how to use River and Vowpal Wabbit to build real-time models in Python.
Prema Roman
Aug 11, 2023Streaming NLP Analytics Made Easy With HuggingFace LLMs and Ensign
Thinking about using a large language model (LLM) at your organization? Check out this tutorial to see how to bootstrap an MVP using an open source pre-trained model from HuggingFace and a free Ensign account.
Rotational Labs
Aug 1, 2023Speeding Up Go Tests
It can be frustrating as a developer to wait for a large test suite to run, particularly when you have to run the suite multiple times in development. In this post, we’ll explore parallel and short modes with Go tests in an effort to โฆ
Benjamin Bengfort
Jul 30, 2023Building My First Event-Driven NLP Application
A few weeks ago, I’d never used an event stream before. Read on to hear how I built my first event-driven data science app โ the biggest challenges, my lessons learned, and a couple of key takeaways!
Aatmaj Janardanan
Jul 13, 2023MLOps 101: A Fresh Approach to Managing Models with Event Streams
If you can’t deploy your models, you might feel frustrated, but you aren’t alone โ only 1 in 10 data science projects ever gets deployed. The fix? We need to shift our mental model towards “thinking in events.”
Rotational Labs
Jul 11, 2023