๐Ÿง  Daily Study Log [2025-08-05]
Took it a bit slower today due to low energy, but still made progress on idea generation, SQL fundamentals, competition experiments, and continued the causal inference paper review.


๐Ÿ’ก Project Idea โ€” AI Fatigue Journal

Proposed a self-insight tool that estimates mental fatigue levels based on free-form text like journals or notes.
Goes beyond simple writing โ€” it analyzes patterns to detect signs of fatigue and visualizes trends over time.

Concept:

๐Ÿ”— View full idea


๐Ÿงช Competition โ€” Electricity Usage Forecasting (DACON)

Continued with enhancements to the segmented VotingRegressor architecture:

25. Outlier Correction using IQR

26. Added Nonlinear Interaction Features

27. Feature Selection with Top 20 Important Features


๐Ÿงฎ SQL Study โ€” DDL (Data Definition Language)

Studied the DDL part of SQL today.
Key focus:


๐Ÿ“– Paper Review โ€” DoWhy: A Library for Causal Inference

Continued reviewing the DoWhy framework.
Todayโ€™s focus was on the importance of explicitly declaring assumptions and formalizing causal beliefs through DAGs.

Key takeaways:

๐Ÿ“‚ View notes and code


โœ… TL;DR

๐Ÿ“ Idea: AI Fatigue Journal โ€” text-based mental fatigue estimation and visualization
๐Ÿ“ Competition: