@datagrok/eda 1.2.8 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/738.js.map +1 -1
- package/dist/980.js.map +1 -1
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +94 -94
- package/src/pls/pls-tools.ts +4 -3
- package/test-console-output-1.log +235 -0
- package/test-record-1.mp4 +0 -0
package/package.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
|
1
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
|
-
}
|
|
2
|
+
"name": "@datagrok/eda",
|
|
3
|
+
"friendlyName": "EDA",
|
|
4
|
+
"version": "1.3.0",
|
|
5
|
+
"description": "Exploratory Data Analysis Tools",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@datagrok-libraries/math": "^1.2.4",
|
|
8
|
+
"@datagrok-libraries/ml": "^6.7.6",
|
|
9
|
+
"@datagrok-libraries/tutorials": "^1.4.2",
|
|
10
|
+
"@datagrok-libraries/utils": "^4.4.0",
|
|
11
|
+
"@keckelt/tsne": "^1.0.2",
|
|
12
|
+
"@webgpu/types": "^0.1.40",
|
|
13
|
+
"cash-dom": "^8.1.1",
|
|
14
|
+
"datagrok-api": "^1.23.0",
|
|
15
|
+
"dayjs": "^1.11.9",
|
|
16
|
+
"jstat": "^1.9.6",
|
|
17
|
+
"source-map-loader": "^4.0.1",
|
|
18
|
+
"umap-js": "^1.3.3",
|
|
19
|
+
"worker-loader": "^3.0.8"
|
|
20
|
+
},
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "Viktor Makarichev",
|
|
23
|
+
"email": "vmakarichev@datagrok.ai"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
27
|
+
"@typescript-eslint/parser": "^5.32.0",
|
|
28
|
+
"css-loader": "^7.1.2",
|
|
29
|
+
"eslint": "^8.21.0",
|
|
30
|
+
"eslint-config-google": "^0.14.0",
|
|
31
|
+
"style-loader": "^4.0.0",
|
|
32
|
+
"ts-loader": "^9.5.1",
|
|
33
|
+
"typescript": "^5.6.3",
|
|
34
|
+
"webpack": "^5.95.0",
|
|
35
|
+
"webpack-cli": "^5.1.4"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"link-all": "npm link datagrok-api @datagrok-libraries/utils @datagrok-libraries/tutorials",
|
|
39
|
+
"debug-eda": "webpack && grok publish",
|
|
40
|
+
"release-eda": "webpack && grok publish --release",
|
|
41
|
+
"build-eda": "webpack",
|
|
42
|
+
"build": "webpack",
|
|
43
|
+
"test": "grok test",
|
|
44
|
+
"debug-eda-dev": "webpack && grok publish dev",
|
|
45
|
+
"release-eda-dev": "webpack && grok publish dev --release",
|
|
46
|
+
"debug-eda-local": "webpack && grok publish local",
|
|
47
|
+
"release-eda-local": "webpack && grok publish local --release",
|
|
48
|
+
"build-all": "npm --prefix ./../../js-api run build && npm --prefix ./../../libraries/utils run build && npm --prefix ./../../libraries/tutorials run build && npm run build"
|
|
49
|
+
},
|
|
50
|
+
"canEdit": [
|
|
51
|
+
"Developers"
|
|
52
|
+
],
|
|
53
|
+
"canView": [
|
|
54
|
+
"All users"
|
|
55
|
+
],
|
|
56
|
+
"repository": {
|
|
57
|
+
"type": "git",
|
|
58
|
+
"url": "https://github.com/datagrok-ai/public.git",
|
|
59
|
+
"directory": "packages/EDA"
|
|
60
|
+
},
|
|
61
|
+
"category": "Machine Learning",
|
|
62
|
+
"sources": [
|
|
63
|
+
"wasm/EDA.js",
|
|
64
|
+
"wasm/XGBoostAPI.js"
|
|
65
|
+
],
|
|
66
|
+
"meta": {
|
|
67
|
+
"menu": {
|
|
68
|
+
"ML": {
|
|
69
|
+
"Tools": {
|
|
70
|
+
"Impute Missing Values...": null,
|
|
71
|
+
"Random Data...": null
|
|
72
|
+
},
|
|
73
|
+
"Cluster": {
|
|
74
|
+
"Cluster...": null,
|
|
75
|
+
"DBSCAN...": null
|
|
76
|
+
},
|
|
77
|
+
"Notebooks": {
|
|
78
|
+
"Browse Notebooks": null,
|
|
79
|
+
"Open in Notebook": null,
|
|
80
|
+
"New Notebook": null
|
|
81
|
+
},
|
|
82
|
+
"Models": {
|
|
83
|
+
"Browse Models": null,
|
|
84
|
+
"Train Model...": null,
|
|
85
|
+
"Apply Model...": null
|
|
86
|
+
},
|
|
87
|
+
"Analyse": {
|
|
88
|
+
"PCA...": null,
|
|
89
|
+
"ANOVA...": null,
|
|
90
|
+
"Multivariate Analysis...": null
|
|
91
|
+
},
|
|
92
|
+
"Reduce Dimensionality": null
|
|
93
|
+
}
|
|
95
94
|
}
|
|
96
|
-
}
|
|
95
|
+
}
|
|
96
|
+
}
|
package/src/pls/pls-tools.ts
CHANGED
|
@@ -171,7 +171,7 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
|
|
|
171
171
|
console.log(input.names?.name);
|
|
172
172
|
|
|
173
173
|
if ((input.names !== undefined) && (input.names !== null))
|
|
174
|
-
predictVsReferScatter.setOptions({
|
|
174
|
+
predictVsReferScatter.setOptions({labelColumnNames: [input.names?.name]});
|
|
175
175
|
|
|
176
176
|
// 2. Regression Coefficients Bar Chart
|
|
177
177
|
result.regressionCoefficients.name = TITLE.REGR_COEFS;
|
|
@@ -194,7 +194,8 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
|
|
|
194
194
|
xColumnName: `${TITLE.XLOADING}1`,
|
|
195
195
|
yColumnName: `${TITLE.XLOADING}${result.xLoadings.length > 1 ? '2' : '1'}`,
|
|
196
196
|
markerType: DG.MARKER_TYPE.CIRCLE,
|
|
197
|
-
|
|
197
|
+
// @ts-ignore
|
|
198
|
+
labelColumnNames: [TITLE.FEATURE],
|
|
198
199
|
help: LINK.LOADINGS,
|
|
199
200
|
}));
|
|
200
201
|
|
|
@@ -219,7 +220,7 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
|
|
|
219
220
|
});
|
|
220
221
|
|
|
221
222
|
if ((input.names !== undefined) && (input.names !== null))
|
|
222
|
-
scoresScatter.setOptions({
|
|
223
|
+
scoresScatter.setOptions({labelColumnNames: [input.names?.name]});
|
|
223
224
|
|
|
224
225
|
// 4.3) create lines & circles
|
|
225
226
|
scoresScatter.meta.formulaLines.addAll(getLines(scoreNames));
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/connectors/proxy
|
|
2
|
+
CONSOLE LOG REQUEST: 200, https://community.datagrok.ai/javascripts/embed-topics.js
|
|
3
|
+
CONSOLE LOG ENTRY: EULA not accepted
|
|
4
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/wasm/EDA.js
|
|
5
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/wasm/XGBoostAPI.js
|
|
6
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/dist/package.js
|
|
7
|
+
CONSOLE LOG ENTRY: Wasm not Loaded, Loading
|
|
8
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/wasm/EDA.wasm
|
|
9
|
+
CONSOLE LOG ENTRY: XGBoost not Loaded, Loading
|
|
10
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/wasm/XGBoostAPI.wasm
|
|
11
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.0.X-89e958dd/xFkztr3gQPWtrHq96zjktPOwq2zAuwo7/1/dist/package-test.js
|
|
12
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/funcs?text=package.id%2520%253D%2520%2522b7af4f90-9b00-11ef-82a9-bd81f91af6ac%2522
|
|
13
|
+
CONSOLE LOG ENTRY: Running tests
|
|
14
|
+
CONSOLE LOG ENTRY: Started ANOVA category
|
|
15
|
+
CONSOLE LOG ENTRY: Started ANOVA Correctness
|
|
16
|
+
CONSOLE LOG ENTRY: Finished ANOVA Correctness for 3 ms
|
|
17
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
18
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
19
|
+
CONSOLE LOG ENTRY: Running tests
|
|
20
|
+
CONSOLE LOG ENTRY: Started ANOVA category
|
|
21
|
+
CONSOLE LOG ENTRY: Started ANOVA Performance: 1M rows demog
|
|
22
|
+
CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for 1702 ms
|
|
23
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
24
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
25
|
+
CONSOLE LOG ENTRY: Running tests
|
|
26
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
27
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE All demog columns
|
|
28
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/viewers/viewers_sprite.png
|
|
29
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/view_layout.svg
|
|
30
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
|
|
31
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
|
|
32
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/font/Roboto-Italic.woff2
|
|
33
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
34
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
35
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
36
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/gifs/scatter-plot-thumb.png
|
|
37
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
38
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
39
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/viewer-group-tooltip.png
|
|
40
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
41
|
+
CONSOLE LOG ENTRY: distances to matrix: 21.55810546875 ms
|
|
42
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
43
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for 1249 ms
|
|
44
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
45
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
46
|
+
CONSOLE LOG ENTRY: Running tests
|
|
47
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
48
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric and string columns
|
|
49
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
50
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
51
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
52
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
53
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
54
|
+
CONSOLE LOG ENTRY: distances to matrix: 38.77001953125 ms
|
|
55
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
56
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for 1296 ms
|
|
57
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
58
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
59
|
+
CONSOLE LOG ENTRY: Running tests
|
|
60
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
61
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric column
|
|
62
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
63
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
64
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
65
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
66
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
67
|
+
CONSOLE LOG ENTRY: distances to matrix: 13.593994140625 ms
|
|
68
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
69
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for 1007 ms
|
|
70
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
71
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
72
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
73
|
+
CONSOLE LOG ENTRY: Running tests
|
|
74
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
75
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE String column
|
|
76
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
77
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
78
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
79
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
80
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
81
|
+
CONSOLE LOG ENTRY: distances to matrix: 14.421142578125 ms
|
|
82
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
83
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for 999 ms
|
|
84
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
85
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
86
|
+
CONSOLE LOG ENTRY: Running tests
|
|
87
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
88
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP All demog columns
|
|
89
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
90
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
91
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
92
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
93
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
94
|
+
CONSOLE LOG ENTRY: knn graph: 30.7138671875 ms
|
|
95
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
96
|
+
CONSOLE LOG ENTRY: fit: 2558.02783203125 ms
|
|
97
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for 3787 ms
|
|
98
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
99
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
100
|
+
CONSOLE LOG ENTRY: Running tests
|
|
101
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
102
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric and string columns
|
|
103
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
104
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/gifs/scatter-plot-thumb.png
|
|
105
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
106
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
107
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
108
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
109
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/viewer-group-tooltip.png
|
|
110
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
111
|
+
CONSOLE LOG ENTRY: knn graph: 23.527099609375 ms
|
|
112
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
113
|
+
CONSOLE LOG ENTRY: fit: 2474.05810546875 ms
|
|
114
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for 3677 ms
|
|
115
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
116
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
117
|
+
CONSOLE LOG ENTRY: Running tests
|
|
118
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
119
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric column
|
|
120
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
121
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
122
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
123
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/gifs/scatter-plot-thumb.png
|
|
124
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
125
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
126
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/viewer-group-tooltip.png
|
|
127
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
128
|
+
CONSOLE LOG ENTRY: knn graph: 61.01611328125 ms
|
|
129
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
130
|
+
CONSOLE LOG ENTRY: fit: 2537.39599609375 ms
|
|
131
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for 3832 ms
|
|
132
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
133
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
134
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
135
|
+
CONSOLE LOG ENTRY: Running tests
|
|
136
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
137
|
+
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP String column
|
|
138
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
139
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/Axes-thumb.png').default%7D
|
|
140
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
141
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
142
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/gifs/scatter-plot-thumb.png
|
|
143
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
144
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/viewer-group-tooltip.png
|
|
145
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
146
|
+
CONSOLE LOG ENTRY: knn graph: 69.875 ms
|
|
147
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
148
|
+
CONSOLE LOG ENTRY: fit: 3474.83203125 ms
|
|
149
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for 4779 ms
|
|
150
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
151
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
152
|
+
CONSOLE LOG ENTRY: Running tests
|
|
153
|
+
CONSOLE LOG ENTRY: Started Linear regression category
|
|
154
|
+
CONSOLE LOG ENTRY: Started Linear regression Correctness
|
|
155
|
+
CONSOLE LOG ENTRY: Finished Linear regression Correctness for 4 ms
|
|
156
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
157
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
158
|
+
CONSOLE LOG ENTRY: Running tests
|
|
159
|
+
CONSOLE LOG ENTRY: Started Linear regression category
|
|
160
|
+
CONSOLE LOG ENTRY: Started Linear regression Performance: 100K samples, 100 features
|
|
161
|
+
CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for 2379 ms
|
|
162
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
163
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
164
|
+
CONSOLE LOG ENTRY: Running tests
|
|
165
|
+
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
166
|
+
CONSOLE LOG ENTRY: Started Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals
|
|
167
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for 5901 ms
|
|
168
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
169
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
170
|
+
CONSOLE LOG ENTRY: Running tests
|
|
171
|
+
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
172
|
+
CONSOLE LOG ENTRY: Started Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals
|
|
173
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for 5920 ms
|
|
174
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
175
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
176
|
+
CONSOLE LOG ENTRY: Running tests
|
|
177
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
178
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression Correctness
|
|
179
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for 44 ms
|
|
180
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
181
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
182
|
+
CONSOLE LOG ENTRY: Running tests
|
|
183
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
184
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression Performance: 100K rows, 100 cols, 3 components
|
|
185
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for 1554 ms
|
|
186
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
187
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
188
|
+
CONSOLE LOG ENTRY: Running tests
|
|
189
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
190
|
+
CONSOLE LOG ENTRY: Started Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components
|
|
191
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for 1587 ms
|
|
192
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
193
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
194
|
+
CONSOLE LOG ENTRY: Running tests
|
|
195
|
+
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
196
|
+
CONSOLE LOG ENTRY: Started Principal component analysis Correctness
|
|
197
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Correctness for 19 ms
|
|
198
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
199
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
200
|
+
CONSOLE LOG ENTRY: Running tests
|
|
201
|
+
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
202
|
+
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 100K rows, 100 cols, 3 components
|
|
203
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for 3839 ms
|
|
204
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
205
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
206
|
+
CONSOLE LOG ENTRY: Running tests
|
|
207
|
+
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
208
|
+
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 1K rows, 5K cols, 3 components
|
|
209
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for 3639 ms
|
|
210
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
211
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
212
|
+
CONSOLE LOG ENTRY: Running tests
|
|
213
|
+
CONSOLE LOG ENTRY: Started Softmax category
|
|
214
|
+
CONSOLE LOG ENTRY: Started Softmax Correctness
|
|
215
|
+
CONSOLE LOG ENTRY: Finished Softmax Correctness for 10 ms
|
|
216
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
217
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
218
|
+
CONSOLE LOG ENTRY: Running tests
|
|
219
|
+
CONSOLE LOG ENTRY: Started Softmax category
|
|
220
|
+
CONSOLE LOG ENTRY: Started Softmax Performance: 50K samples, 100 features
|
|
221
|
+
CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for 2499 ms
|
|
222
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
223
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
224
|
+
CONSOLE LOG ENTRY: Running tests
|
|
225
|
+
CONSOLE LOG ENTRY: Started XGBoost category
|
|
226
|
+
CONSOLE LOG ENTRY: Started XGBoost Correctness
|
|
227
|
+
CONSOLE LOG ENTRY: Finished XGBoost Correctness for 212 ms
|
|
228
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
229
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
230
|
+
CONSOLE LOG ENTRY: Running tests
|
|
231
|
+
CONSOLE LOG ENTRY: Started XGBoost category
|
|
232
|
+
CONSOLE LOG ENTRY: Started XGBoost Performance: 50K samples, 100 features
|
|
233
|
+
CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for 1870 ms
|
|
234
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
235
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
Binary file
|