🧠 Daily Study Log [2025-08-04]
From language self-reflection tools to ensemble weight tuning β€” today’s work was sharp, structured, and a step closer to submission excellence.


πŸ’‘ Project Idea β€” Echo Mirror: AI Language Habit Reflector

Proposed an NLP-based tool that detects repetitive linguistic habits and gives feedback for improvement β€” inspired by self-awareness in communication.

Concept:

πŸ”— View full idea


πŸ§ͺ Competition β€” Electricity Usage Forecasting (DACON)

24. Optuna-Tuned Voting Weights for Grouped Models

Kept the Time Γ— Building Type segmented VotingRegressor structure,
but used Optuna to optimize the weights (XGB, LGBM, GBR) for each of the 24 subgroups.

πŸ“Š Results


25. Outlier Correction with IQR Filtering

Applied IQR-based outlier correction to VotingRegressor outputs for each group.
Helps reduce extreme prediction noise and increase overall stability.

πŸ“Š Results


πŸ“– Paper Review β€” DoWhy: A Library for Causal Inference

Continued my review of the DoWhy framework, focusing on how it reframes causal inference as a transparent, testable process.
Rather than treating causality as just another statistical problem, DoWhy emphasizes that

β€œYour assumptions are your model.”

Key insights from today:

This mindset shiftβ€”from correlation to causationβ€”feels essential for real-world decision-making tasks.

πŸ“‚ View notes and code


πŸ“ TOEIC Study

D-27 until the test. Staying focused with intensive practice on both Listening and Reading sections.
Currently working on an error log by part and identifying weak areas for targeted review.


🎧 Personal Project β€” Bass Seeker

Refined the direction for the Bass Seeker project.
Created a new module bass_selector to filter songs based on low-end characteristics.
First time working with ffmpeg and yt-dlp, which was tricky but rewarding.

πŸ“‚ Project GitHub


βœ… TL;DR

πŸ“ Idea: Echo Mirror β€” NLP-based self-reflection tool for language habits
πŸ“ Competition: VotingRegressor group-wise weight tuning via Optuna (SMAPE: 9.4649)
πŸ“ Review: DoWhy – causal vs correlational thinking
πŸ“ Study: Intensive TOEIC prep (D-27) β€” focusing on listening, reading, and error tracking
πŸ“ Project: Developed bass_selector + first time using ffmpeg and yt-dlp