Data science

Day 29: Out of sample

December 6, 2024 | OSM

The moment of truth has arrived! On Day 28, we iterated through all the metrics we had previously used to identify and analyze the robustness of our strategy. We found the new adjusted strategy performed better than the original and adjusted strateg...
[...Read more...]

Day 28: Reveal

December 4, 2024 | OSM

On Day 27, we had our strategy enhancement reveal. By modifying the arithmetic behind our error correction, we chiseled another 16% points of outperformance vs. buy-and-hold and the original 12-by-12 strategy. All that remains now is to run the pred...
[...Read more...]

Mastering Playwright for Modern Browser Automation

December 3, 2024 | azhar

Introduction The tools developers and testers use to interact with the web are evolving. The journey has been revolutionary, from Selenium, first released in the early 2000s, to the contemporary frameworks that handle today’s dynamic and intricate web applications. In the middle of these advancements, Playwright has become a ...
[...Read more...]

Day 27: Enhancement

December 3, 2024 | OSM

On Day 26, we extended the comparative error analysis to the original, 12-by-12 strategy and showed how results were similar to the unadjusted strategy relative to the adjusted one. The main observation that emerged was that the adjusted strategy pe...
[...Read more...]

Scraping and Not Modified Responses

December 3, 2024 | Python - datawookie

In a previous post I looked at the HTTP request headers used to manage browser caching. In this post I’ll look at a real world example. It’s a rather deep dive into something that’s actually quite simple. However, I find it helpful for my understanding to pick ...
[...Read more...]

Understanding Why Sklearn PCA Differs from Scratch Implementations

December 2, 2024 | Andrea Rekasi

Data scientists often face a puzzling challenge. Their carefully crafted Principal Component Analysis (PCA) implementation gives different results compared to scikit-learn’s version. These differences create confusion and make debugging harder, even when both implementations appear mathematically sound. PCA is a significant dimensionality reduction technique in machine learning that helps ...
[...Read more...]
1 6 7 8 9 10 133