Data Science Simplified

Keep up with latest tools and best practices in data science in 2 minutes.

Subscribe to get short daily code snippets delivered straight to your mailbox.

Latest short posts

Traditional batch processing techniques can be slow when handling large data sets that arrive continuously. In contrast, data streaming is a robust method that enables real-time processing of such data.

Quix Streams is a Python library that enables data streaming by leveraging Streaming DataFrames, which are similar to pandas DataFrames used for batch processing.

This familiar interface allows pandas users to easily build stream processing pipelines with minimal code.

Link to Quix Streams.

In AI/ML projects, various components are usually stored in separate locations:

  • Code resides in Git repositories
  • Datasets and models are stored in DVC or storage services like S3
  • Parameters are managed using experiment management tools

As components are stored separately, the process of deploying and integrating them can become more complicated.

KitOps’s ModelKits offers a unified solution by packaging these components into ModelKits. This allows for easy versioning and sharing of components with other team members in just a few commands.

Learn more about KitOps.

Latest Blog posts

Our Subscriber

4.1k+

Don’t miss these daily tips!

Select Frequency

My Youtube Videos

My Statistics

Followers in Linkedin
0 K+
Followers in Medium
0 K+
Followers in Twitter
0 K+
Subscribers in Youtube
0 K+
Followers in Newsletter
0 K+
Followers in GitHub
0 K+
Scroll to Top