帕金森语音诊断包(Parkinsons)
真实开源数据集封装(SKU-58):UCI Parkinsons。语音生物医学特征 + status;CC BY 4.0,免费开源。
提供商: 平台自营
交付形态:文件包
适用场景
1 / 5场景说明
本数据包「帕金森语音诊断包(Parkinsons)」适用于以下场景:
1
临床/检验表格特征的辅助诊断分类建模(目标列:status)
2
医疗特征工程练习:标准化、缺失值与类别编码
3
小到中等规模表格上的基线对比(逻辑回归、随机森林、XGBoost 等)
4
教学演示:从读入 CSV 到划分训练集、评估准确率/AUC 的完整流程
不适用于:替代受监管的真实诊疗决策、临床准入或患者隐私数据使用。
使用指南
2 / 5通过统一 API 拉取数据(全站接口相同,仅替换 slug)。
-
1
获取凭证
登录 → 购买 → 在 申请 API Key 签发密钥(仅显示一次)
-
2
发起请求
GET /api/v1/data/healthcare-parkinsons/rows?page=1&size=10,Header:X-API-Key -
3
解析响应
从 JSON 的
rows取数据,用total翻页 -
4
处理错误
401密钥无效 ·403未购买/无权 ·400参数错误 ·429过频 ·502上游失败
数据集说明
3 / 5SKU-58 帕金森语音诊断包(Parkinsons)
- 源:Parkinsons (UCI)
- 行业:医疗健康
- 标签列:
status - 场景:diagnosis_tabular
- 许可:CC BY 4.0(可商用分发,须署名)
字段 Schema
4 / 5{
"fields": [
{
"dtype": "str",
"is_label": false,
"kind": "numeric",
"name": "name",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Fo(Hz)",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Fhi(Hz)",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Flo(Hz)",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Jitter(%)",
"nullable": false,
"nunique": 173
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Jitter(Abs)",
"nullable": false,
"nunique": 19
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:RAP",
"nullable": false,
"nunique": 155
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:PPQ",
"nullable": false,
"nunique": 165
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "Jitter:DDP",
"nullable": false,
"nunique": 180
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Shimmer",
"nullable": false,
"nunique": 188
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:Shimmer(dB)",
"nullable": false,
"nunique": 149
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "Shimmer:APQ3",
"nullable": false,
"nunique": 184
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "Shimmer:APQ5",
"nullable": false,
"nunique": 189
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "MDVP:APQ",
"nullable": false,
"nunique": 189
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "Shimmer:DDA",
"nullable": false,
"nunique": 189
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "NHR",
"nullable": false,
"nunique": 185
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "HNR",
"nullable": false,
"nunique": 195
},
{
"dtype": "int64",
"is_label": true,
"kind": "numeric",
"name": "status",
"nullable": false,
"nunique": 2
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "RPDE",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "DFA",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "spread1",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "spread2",
"nullable": false,
"nunique": 194
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "D2",
"nullable": false,
"nunique": 195
},
{
"dtype": "float64",
"is_label": false,
"kind": "numeric",
"name": "PPE",
"nullable": false,
"nunique": 195
}
],
"format": "csv",
"label_column": "status",
"license_hint": "CC BY 4.0",
"source_name": "Parkinsons (UCI)",
"source_url": "https://archive.ics.uci.edu/dataset/174/parkinsons"
}
调用示例
5 / 5路径中的 slug 换成已购商品标识即可。完整说明见 API 文档。
curl -H "X-API-Key: ds_你的密钥" \ "https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows?page=1&size=10"
import requests
r = requests.get(
"https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows",
headers={"X-API-Key": "ds_你的密钥"},
params={"page": 1, "size": 10},
timeout=30,
)
r.raise_for_status()
print(r.json())
const apiKey = "ds_你的密钥";
const url = new URL("https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows");
url.searchParams.set("page", "1");
url.searchParams.set("size", "10");
const resp = await fetch(url, {
headers: { "X-API-Key": apiKey },
});
if (!resp.ok) throw new Error(`HTTP ${resp.status}`);
const payload = await resp.json();
console.log(payload);
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
var client = HttpClient.newHttpClient();
var request = HttpRequest.newBuilder()
.uri(URI.create("https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows?page=1&size=10"))
.header("X-API-Key", "ds_你的密钥")
.GET()
.build();
var response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.statusCode());
System.out.println(response.body());
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
req, _ := http.NewRequest("GET",
"https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows?page=1&size=10", nil)
req.Header.Set("X-API-Key", "ds_你的密钥")
resp, err := http.DefaultClient.Do(req)
if err != nil {
panic(err)
}
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(resp.StatusCode, string(body))
}
using System.Net.Http;
var client = new HttpClient();
client.DefaultRequestHeaders.Add("X-API-Key", "ds_你的密钥");
var json = await client.GetStringAsync("https://www.dataocean.zhixxing.cn/api/v1/data/healthcare-parkinsons/rows?page=1&size=10");
Console.WriteLine(json);
1 / 5