# learn ml **Repository Path**: qiuzhanghua/learn-ml ## Basic Information - **Project Name**: learn ml - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learn Machine Learning ## Install conda package first ```bash conda install numpy pandas matplotlib scikit-learn jupyter ``` ## Run Jupyter Notebook ```bash jupyter notebook ```