forked from whizzml/examples
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
52 lines (52 loc) · 1.22 KB
/
metadata.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
{
"name": "WhizzML Examples",
"description": "A collection of whizzml scripts and libraries maintained by BigML",
"kind": "package",
"components": [
"anomaly-benchmarking",
"anomaly-shift",
"best-first",
"best-k",
"boruta",
"cluster-classification",
"covariate-shift",
"cross-validation",
"deduplicate",
"find-neighbors",
"gradient-boosting",
"low-coverage",
"manage-projects",
"model-or-ensemble",
"model-per-category",
"model-per-cluster",
"ordinal-encoder",
"remove-anomalies",
"unify-optype",
"seeded-best-k",
"sliding-window",
"smacdown-branin",
"smacdown-ensemble",
"stacked-generalization",
"stratified-sampling",
"stratified-split",
"stacked-predictions",
"quadratically-weighted-kappa",
"stepwise-regression",
"batch-explanations",
"best-first-cv",
"multi-label",
"recursive-feature-elimination",
"name-clusters",
"dimensionality-reduction",
"aggregations",
"fuzzy-norms",
"automl",
"supervised-model-quality",
"correlations-matrix",
"batch-association-sets",
"bulk-move",
"statistical-tests",
"time-aware-cross-validation",
"balanced-optiml"
]
}