Rahull Trehan·Jun 7, 2025Mastering Data Strategy: A Phased Approach to MaturityIn today’s data-driven economy, organizations across industries are racing to unlock the transformative power of their information assets…
Rahull Trehan·May 22, 2025Cracking the Code of Customer Identity: Deterministic Matching in Complex Markets Like JapanIntroduction: Identity Resolution as a Strategic Differentiator
Rahull Trehan·Jul 27, 2021For Loop in PythonIn python, there are a lot of times when we have to iterate through the values we have in our iterable variable. I am purposely mentioning…
Rahull Trehan·Jul 21, 2021Measurement of the accuracy of a binary classification problemMy previous article was about Confusion Matrix where we discussed the importance of it, how is it read and calculated and what are the…
Rahull Trehan·Jun 21, 2021Confusion MatrixConfusion Matrix is one of the evaluation metrics for machine learning classification problems, where a trained model is being evaluated…
Rahull Trehan·Jun 7, 2021Feature Scaling in Machine LearningIn this article, I would like to cover one of the most important but most forgotten part of Machine Learning, that is, Feature Scaling.
Rahull Trehan·Jun 5, 2021Covariance and CorrelationCovariance and Correlation are the terms you would come across very frequently while you are building models in machine learning…
Rahull Trehan·Jun 3, 2021Hierarchical Clustering (Agglomerative)Hierarchical Clustering is one of the most extensively used clustering techniques in unsupervised machine learning.
Rahull Trehan·Jun 1, 2021Ensemble Methods (Bagging and Boosting)Ensemble Methods in Machine Learning relies on a very basic hypothesis that if we combine multiple models (weak learners) together it will…
Rahull Trehan·May 31, 2021The Lambda (𝜆) ParameterThe Lambda (𝜆) Parameter also known as the regularization rate is used to tune the overall impact of regularization on the complexity…