-
Notifications
You must be signed in to change notification settings - Fork 6
/
analytics-gallery-ja.json
122 lines (122 loc) · 4.92 KB
/
analytics-gallery-ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"data": [
{
"title": "アナリティクスの種類",
"desc": "Exploratoryには様々なアナリティクスのタイプがあります。",
"moreButtonText": "もっと見る",
"moreButtonUrl": "https://exploratory.io/howto?q=tag%3AAnalytics&language=ja",
"insights": [
{
"title": "相関",
"desc": "相関について紹介しています。",
"url": "https://exploratory.io/note/exploratory/ZkX0KrG2"
},
{
"title": "距離",
"desc": "距離について紹介しています。",
"url": "https://exploratory.io/note/exploratory/Xlw7vat7"
},
{
"title": "K-Meansクラスタリング",
"desc": "K-Meansクラスタリングについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/K-Means-EVl1hGE7"
},
{
"title": "主成分分析(PCA)",
"desc": "主成分分析(PCA)について紹介しています。",
"url": "https://exploratory.io/note/exploratory/MXN0qZU8"
},
{
"title": "因子分析",
"desc": "因子分析について紹介しています。",
"url": "https://exploratory.io/note/exploratory/PqC9Tvz5"
},
{
"title": "線形回帰",
"desc": "線形回帰について紹介しています。",
"url": "https://exploratory.io/note/exploratory/Yla0xCR7"
},
{
"title": "ロジスティック回帰",
"desc": "ロジスティック回帰について紹介しています。",
"url": "https://exploratory.io/note/exploratory/aBh1BXi2"
},
{
"title": "決定木",
"desc": "決定木について紹介しています。",
"url": "https://exploratory.io/note/exploratory/GEQ0ssi1"
},
{
"title": "ランダムフォレストの紹介",
"desc": "ランダムフォレストについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/Vfg2fEA8"
},
{
"title": "XGBoost",
"desc": "XGBoostについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/XGBoost-Gbn5oUn5"
},
{
"title": "生存分析 - 生存曲線",
"desc": "生存曲線について紹介しています。",
"url": "https://exploratory.io/note/exploratory/ORW0HUF3"
},
{
"title": "生存分析 - コックス回帰",
"desc": "コックス回帰について紹介しています。",
"url": "https://exploratory.io/note/exploratory/dsV4vOV3"
},
{
"title": "生存分析 - サバイバル・フォレスト",
"desc": "サバイバル・フォレストについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/QfN1kOF8"
},
{
"title": "時系列分析 - 時系列予測(Prophet)",
"desc": "時系列予測(Prophet)について紹介しています。",
"url": "https://exploratory.io/note/exploratory/Prophet-rZS5nfn3"
},
{
"title": "時系列分析 - 時系列クラスタリング",
"desc": "時系列クラスタリングについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/ZzB6Omb7"
},
{
"title": "テキスト分析 - 単語のカウント",
"desc": "単語のカウントについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/hvP4cCu6"
},
{
"title": "テキスト分析 - トピックモデル(LDA)",
"desc": "トピックモデル(LDA)について紹介しています。",
"url": "https://exploratory.io/note/exploratory/LDA-MmP4fnU2"
},
{
"title": "マーケット・バスケット分析",
"desc": "マーケット・バスケット分析について紹介しています。",
"url": "https://exploratory.io/note/exploratory/ZIP3jdn4"
},
{
"title": "統計的検定 - t検定",
"desc": "t検定について紹介しています。",
"url": "https://exploratory.io/note/exploratory/t-xPg2tCn3"
},
{
"title": "統計的検定 - カイ二乗検定",
"desc": "カイ二乗検定について紹介しています。",
"url": "https://exploratory.io/note/exploratory/hpL7fJS1"
},
{
"title": "統計的検定 - クラスカル・ウォリス検定",
"desc": "クラスカル・ウォリス検定について紹介しています。",
"url": "https://exploratory.io/note/exploratory/vgu0oqy0"
},
{
"title": "A/B テスト - ベイジアン",
"desc": "ベイジアンA/Bテストについて紹介しています。",
"url": "https://exploratory.io/note/exploratory/A-B-jIR1NMU2"
}
]
}
]
}