Hi, my name is Cody
A personal website for notes, creativity, and seasons.
I am a mathematics student exploring programming, literature, and the quiet craft of long-term learning.Here are my writings
Read WritingFrom the website
Recent Writing
-
DecisionTree决策树
· 8 min read
配合 `q2_part1.py` 中的双路径浅层决策树代码食用 -
LASSO回归
· 6 min read
LASSO回归通过L1正则化实现变量选择与防止过拟合,是高维数据分析中的常用方法。本文详解其数学原理、与岭回归的对比、优缺点及R语言实战。 -
深入分析逻辑回归
· 9 min read
Logistic回归虽然名字叫”回归” ,但却是一种分类学习方法。使用场景大概有两个:第一用来预测,第二寻找因变量的影响因素。 -
最危险的方程
· 3 min read
莫瓦方程、标准误差与置信区间:理解数据中的不确定性。 -
因果性导论
· 3 min read
从潜在结果与平均处理效应出发,理解相关性与因果性之间的区别。 -
因果模型图
· 6 min read
用因果图快速理清依赖关系、条件化、混淆偏误与选择偏误。