首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
数据分析 - Data Analyst
KevinZhang13579
创建于2022-05-09
订阅专栏
数据分析学习资料及记录
暂无订阅
共11篇文章
创建于2022-05-09
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
Evaluate the Diabetes Dataset
Evaluate the Diabetes Dataset Happy coding! 1: Import the dataset 2: Analyze the dataset 3: Find the
Evaluate the Ad Budget Dataset of XYZ Firm
Evaluate the Ad Budget Dataset of XYZ Firm Happy coding! 1: Import the dataset 2: Analyze the datase
Evaluate the FDNY Dataset
Evaluate the FDNY Dataset Happy coding! 1: View and import the dataset 2: Analyze the dataset 3: Fin
Evaluate the FAA Dataset
Evaluate the FAA Dataset Happy coding! 1: VIew and import the dataset 2: View and understand the dat
PCA
```python from sklearn.decomposition import PCA from sklearn.datasets import make_blobs ``` ```pytho
Model Persistence
```python from sklearn.datasets import load_iris iris_dataset = load_iris() ``` ```python iris_datas
KMeans Clustering
```python import numpy as np from sklearn.cluster import KMeans from sklearn.datasets import make_bl
数据分析 - Pandas pylot的简单使用
```python # Import the necessary libraries import pandas as pd import numpy as np import seaborn as
数据分析 - Matplotlib库简单使用
数据分析 - Matplotlib库的简单使用,读取csv,去除重复项,表格,图表。 分组,排序等等
数据分析 -MATPLOTLIB Tutorial 教程
数据分析 -MATPLOTLIB Tutorial 教程 from matplotlib import pylab print(pylab.__version__) import numpy as n
数据分析 - 简单使用Pandas & Matplotlib & NumPy
Pandas Tutorial Series create, manipulate, query, delete Series Operations Create Dataframe Operatio