Top 10 Open-Source Data Science Tools in 2022

Top 10 Open-Source Data Science Tools in 2022

I’m not going to list Pandas, NumPy, Scikit-learn, Matplotlib, Seaborn, TensorFlow, PyTorch, etc. You probably know about these already. There is nothing wrong with these libraries; they’re already the bare minimum essential for data science using python. And the...
Are DevOps and MLOps the Same Thing?

Are DevOps and MLOps the Same Thing?

An overview of what DevOps and MLOps have in common and what are their differences (if any). About ten years ago, the community realized that there was a barrier between the delivery and operations teams. On the one hand, there was the development team, which was...
Data Drift Detection

Data Drift Detection

Data drift occurs when a model sees production data that differs from its training data. If a model is asked to make a prediction based upon drifted data, the model is unlikely to achieve its reported performance. This phenomenon happens because during training, a...