Blog

On my blog, I share the knowledge and discoveries I make during my daily work. From tackling challenges and finding solutions to drawing inspiration from videos and blog posts, I aim to share helpful insights and ideas with others.

Latest Articles

Machine Learning Visualization Missing ValuesJune 2, 2024

Machine Learning Visualization Missing Values

A step-by-step guide to visualizing missing data in machine learning using Python and the missingno library, with techni...

Machine LearningData VisualizationData Preprocessingmissingno
Machine Learning Handling Missing ValuesJune 1, 2024

Machine Learning Handling Missing Values

A comprehensive tutorial on handling missing data in machine learning with Python and pandas, covering detection, visual...

Machine LearningData Preprocessingnumpypandas
Machine Learning Pandas iloc CheatsheetMay 29, 2024

Machine Learning Pandas iloc Cheatsheet

A comprehensive guide to using pandas iloc indexer for data selection and manipulation in machine learning, with practic...

Machine LearningData Preprocessingilocpandas
Machine Learning: Feature ScalingMay 27, 2024

Machine Learning: Feature Scaling

An exploration of feature scaling in machine learning, explaining why standardizing data features is crucial for model p...

Machine LearningData PreprocessingFeature Scaling