# python-scikit-learn-study **Repository Path**: aohanhongzhi/python-scikit-learn-study ## Basic Information - **Project Name**: python-scikit-learn-study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-19 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [机器学习系统设计相关面试问题的剖析](https://juejin.cn/post/7109306303285051406) https://scikit-learn.org/stable/index.html # 安装 https://scikit-learn.org/stable/install.html ``` pip3 install -U scikit-learn ``` # 用户手册 https://scikit-learn.org/stable/user_guide.html # 朴素贝叶斯 https://github.com/xitu/gold-miner/blob/master/TODO1/naive-bayes-classifier-sklearn-python-example-tips.md https://blog.csdn.net/u012040909/article/details/82151286 https://blog.csdn.net/m0_47256162/article/details/118740148