All posts by ahmed.ismail2013

Chapter 1 Summary: Applied Causal Inference Powered by ML and AI

Regression and the Best Linear Prediction Problem Linear regression is a method for predicting a dependent variable (Y) using one or more independent variables (X). Here’s a simplified breakdown: Practical Implications: Best Linear Approximation Property This property indicates that our best linear prediction (β′X) is also the best linear approximation to the conditional expectation of…

Read More

Cooking Up Language Skills: Learning English with Ratatouille?

Welcome to a distinctive learning experience where mastering English becomes as enjoyable as appreciating a well-prepared dish. In this session, we will explore the intricacies of the English language through the delightful narrative of “Ratatouille.” From the directive “Spit that out right now!” to the incredulous “You must be joking,” each phrase from our beloved…

Read More

Mastering Complex Data with Pandas: Advanced read_csv Arguments

Welcome data enthusiasts! Today, we delve into the advanced functionalities of Pandas’ read_csv function, equipping you to handle even the most challenging datasets. Often, real-world data throws curveballs, but fret not! With the following arguments, you’ll be reading complex CSV files like a pro. 1. Handling Datasets Without Column Names: By default, read_csv assumes the…

Read More

Introducing Our Initial Python Package: ECES EG Weather

We’re pleased to share a modest milestone from the ECES Data Analytics Unit—the launch of our initial Python package: eces-eg-weather-package. This project, led by Ahmed Dawoud, represents a small yet significant step towards enhancing our data analytics capabilities. What is the ECES EG Weather Package? The eces-eg-weather-package is a straightforward, Python-based tool designed to fetch…

Read More