-
数据分析学习路线
Monday, November 8, 2021
学习路线 业务理解 Python数据处理(numpy, pandas, matplotlib这些) Python常用数据挖掘算法 统计学 SQL EXCEL BI工具 数据结构与算法(…more
-
Analysis on Boston Housing Data
Thursday, January 21, 2021
Introduction This study aims to find the important factors that affect the house prices in a certain area. The Boston housing price dataset is used as an example in this study. This dataset is part of the UCI Machine Learning Repository, and you can use it in Python by importing the sklearn library or in R using the MASS library. This dataset contains 13 factors such as per capita income,…more