首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
KevinZhang13579
掘友等级
大拿
|
QuickPai
Base on tech, but not limited on it!
获得徽章 9
动态
文章
专栏
沸点
收藏集
关注
作品
赞
71
文章 65
沸点 6
赞
71
返回
|
搜索文章
最新
热门
v-formly - 一个让你不用画UI就可以构建create/edit页面的库
v-formly是vue的动态(JSON驱动)表单库。通过JSON的形式生成表单模板,一份表单简单修改即可多处复用!使您能够快速开发表单页面!
v-formly: 自定义组件
自定义组件 v-formly 内置了很多组件,一般业务场景基本可以满足,除了内置组件外,v-formly 还提供了自定义组件的能力。
v-formly - vue 的动态(JSON 驱动)表单库。
v-formly 是 vue 的动态(JSON 驱动)表单库。 通过标准JSON Schema & Ajv Validator生成复杂的动态表单及校验,快速、简洁、高效。
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
下一页
个人成就
文章被点赞
225
文章被阅读
43,098
掘力值
1,281
关注了
10
关注者
76
收藏集
2
关注标签
6
加入于
2019-08-24