欢迎来到 Project Wexler 的项目展示页面。本项目旨在构建一个基于 LightFM 算法的推荐系统,使用真实用户行为数据进行建模、评估和总结。
project-wexler/
├── docs/ # GitHub Pages 页面内容
├── Project_Wexler_Code.ipynb # 分析用 Jupyter Notebook
├── .gitignore # Git 忽略文件配置
├── requirements.txt # Python 依赖说明
└── README.md # 项目说明(当前文件)
如需在本地运行分析:
# 克隆仓库
git clone https://github.com/antelacus/project-wexler.git
cd project-white
# 安装依赖
pip install pandas numpy scikit-learn matplotlib seaborn xgboost shap
# 启动 Jupyter
jupyter notebook Project_Wexler_Code.ipynb
项目由 @antelacus 制作,用于数据分析能力展示与公开分享。如有建议欢迎反馈或交流!