# 线性回归和岭回归与Lasso回归学习 **Repository Path**: wx114/linear-ridge-lasso-regression ## Basic Information - **Project Name**: 线性回归和岭回归与Lasso回归学习 - **Description**: 为初学者学习机器学习的中的线性回归、岭回归、Lasso回归答疑解惑 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 机器学习 ## README # 线性回归和岭回归与Lasso回归学习 #### 介绍 为初学者学习机器学习的中的线性回归、岭回归、Lasso回归答疑解惑。更多内容直接看ipynb代码就行,里面有详细的说明。 #### 安装教程 1. pip install jupyter 2. pip install numpy pandas matplotlib 3. pip install scikit-learn #### 使用说明 1. 找到source_code文件夹,在此路径中运行jupyter notebook就行