welcome to my blog

~/blog|

Thoughts, tutorials, and random stuff I find interesting.

肥胖风险多分类预测项目

一个完整的机器学习教学项目,用于预测个人的肥胖风险等级,包含数据探索、特征工程、模型训练等完整流程...

read more →

C++ vector进行去重

去重用到vector的unique()函数,代码示例和详细说明...

read more →

Markdown Basic Syntax

Markdown 是一种轻量级的标记语言,设计用于让普通文本具有丰富的格式表现...

read more →