@datagrok/eda 1.3.1 → 1.3.2
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/CHANGELOG.md +8 -0
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +2 -2
- package/src/package.ts +2 -1
- package/test-console-output-1.log +88 -71
- package/test-record-1.mp4 +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datagrok/eda",
|
|
3
3
|
"friendlyName": "EDA",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"description": "Exploratory Data Analysis Tools",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@datagrok-libraries/math": "^1.2.4",
|
|
8
|
-
"@datagrok-libraries/ml": "^6.8.
|
|
8
|
+
"@datagrok-libraries/ml": "^6.8.1",
|
|
9
9
|
"@datagrok-libraries/tutorials": "^1.4.2",
|
|
10
10
|
"@datagrok-libraries/utils": "^4.4.0",
|
|
11
11
|
"@keckelt/tsne": "^1.0.2",
|
package/src/package.ts
CHANGED
|
@@ -194,7 +194,7 @@ export async function reduceDimensionality(): Promise<void> {
|
|
|
194
194
|
export function GetMCLEditor(call: DG.FuncCall): void {
|
|
195
195
|
try {
|
|
196
196
|
const funcEditor = new MCLEditor();
|
|
197
|
-
ui.dialog('Markov clustering')
|
|
197
|
+
const dialog = ui.dialog('Markov clustering')
|
|
198
198
|
.add(funcEditor.getEditor())
|
|
199
199
|
.onOK(async () => {
|
|
200
200
|
const params = funcEditor.params;
|
|
@@ -205,6 +205,7 @@ export function GetMCLEditor(call: DG.FuncCall): void {
|
|
|
205
205
|
useWebGPU: params.useWebGPU, inflate: params.inflateFactor, minClusterSize: params.minClusterSize,
|
|
206
206
|
}).call(true);
|
|
207
207
|
}).show();
|
|
208
|
+
dialog.history(() => ({editorSettings: funcEditor.getStringInput()}), (x: any) => funcEditor.applyStringInput(x['editorSettings']));
|
|
208
209
|
} catch (err: any) {
|
|
209
210
|
const errMsg = err instanceof Error ? err.message : err.toString();
|
|
210
211
|
const errStack = err instanceof Error ? err.stack : undefined;
|
|
@@ -1,57 +1,71 @@
|
|
|
1
|
-
CONSOLE LOG REQUEST: 200,
|
|
2
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
3
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
1
|
+
CONSOLE LOG REQUEST: 200, https://community.datagrok.ai/javascripts/embed-topics.js
|
|
2
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/wasm/EDA.js
|
|
3
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/wasm/XGBoostAPI.js
|
|
4
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/dist/package.js
|
|
4
5
|
CONSOLE LOG ENTRY: Wasm not Loaded, Loading
|
|
5
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
6
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/wasm/EDA.wasm
|
|
6
7
|
CONSOLE LOG ENTRY: XGBoost not Loaded, Loading
|
|
7
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
8
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
9
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/funcs?text=package.id%2520%253D%2520%
|
|
8
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/wasm/XGBoostAPI.wasm
|
|
9
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.2.X-f88df2aa/hZcASFI3IscXOSIdzCyG3B8YzK9uLOGt/1/dist/package-test.js
|
|
10
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/funcs?text=package.id%2520%253D%2520%2522e102b070-c210-11ef-9ce4-05b1baad0e05%2522
|
|
10
11
|
CONSOLE LOG ENTRY: Running tests
|
|
11
12
|
CONSOLE LOG ENTRY: Started ANOVA category
|
|
12
13
|
CONSOLE LOG ENTRY: Started ANOVA Correctness
|
|
13
|
-
CONSOLE LOG ENTRY: Finished ANOVA Correctness for
|
|
14
|
+
CONSOLE LOG ENTRY: Finished ANOVA Correctness for 3 ms
|
|
14
15
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
15
16
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
16
17
|
CONSOLE LOG ENTRY: Running tests
|
|
17
18
|
CONSOLE LOG ENTRY: Started ANOVA category
|
|
18
19
|
CONSOLE LOG ENTRY: Started ANOVA Performance: 1M rows demog
|
|
19
|
-
CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for
|
|
20
|
+
CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for 1836 ms
|
|
20
21
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
21
22
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
22
23
|
CONSOLE LOG ENTRY: Running tests
|
|
24
|
+
CONSOLE LOG ENTRY: Started Demo category
|
|
25
|
+
CONSOLE LOG ENTRY: Started Demo MVA demo
|
|
26
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/connectors/connections?text&include=shares.connection&file=true&order=name
|
|
27
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/projects?text=%2523demo
|
|
28
|
+
CONSOLE LOG ENTRY: Wasm Loaded, Passing
|
|
29
|
+
CONSOLE LOG ENTRY: XGBoost Loaded, Passing
|
|
30
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/viewers/viewers_sprite.png
|
|
31
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
|
|
32
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls.md
|
|
33
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls-thumb.png
|
|
34
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls_vs_pca.png
|
|
35
|
+
CONSOLE LOG ENTRY: Finished Demo MVA demo for 2416 ms
|
|
36
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
37
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
38
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
39
|
+
CONSOLE LOG ENTRY: Running tests
|
|
23
40
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
24
41
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE All demog columns
|
|
25
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/viewers/viewers_sprite.png
|
|
26
42
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/view_layout.svg
|
|
27
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
|
|
28
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
|
|
29
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/font/Roboto-Italic.woff2
|
|
30
43
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
31
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
32
44
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
33
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
34
45
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
46
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
35
47
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
48
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
49
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
36
50
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
37
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
38
51
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
39
52
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
40
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers
|
|
53
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
41
54
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
42
55
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
43
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
44
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
45
56
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
46
57
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
58
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
59
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
47
60
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
48
61
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
49
62
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
50
63
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
51
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
64
|
+
CONSOLE LOG ENTRY: distances to matrix: 18.046875 ms
|
|
52
65
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
53
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for
|
|
66
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for 1423 ms
|
|
54
67
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
68
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
|
|
55
69
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
56
70
|
CONSOLE LOG ENTRY: Running tests
|
|
57
71
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
@@ -59,24 +73,24 @@ CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric and string co
|
|
|
59
73
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
60
74
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
61
75
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
62
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
63
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
64
76
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
65
77
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
66
78
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
67
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-
|
|
79
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
68
80
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
69
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/
|
|
81
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
70
82
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
71
83
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
72
84
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
85
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
86
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
73
87
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
74
88
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
75
89
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
76
90
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
77
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
91
|
+
CONSOLE LOG ENTRY: distances to matrix: 15.6318359375 ms
|
|
78
92
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
79
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for
|
|
93
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for 1182 ms
|
|
80
94
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
81
95
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
82
96
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -86,23 +100,23 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-p
|
|
|
86
100
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
87
101
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
88
102
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
89
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
90
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
91
103
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
92
104
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
93
105
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
94
106
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
95
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/
|
|
96
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
107
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
97
108
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
109
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
98
110
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
111
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
99
112
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
100
113
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
114
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
101
115
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
102
|
-
CONSOLE LOG
|
|
103
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
116
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
117
|
+
CONSOLE LOG ENTRY: distances to matrix: 22.576904296875 ms
|
|
104
118
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
105
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for
|
|
119
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for 1132 ms
|
|
106
120
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
107
121
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
108
122
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
@@ -110,10 +124,10 @@ CONSOLE LOG ENTRY: Running tests
|
|
|
110
124
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
111
125
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE String column
|
|
112
126
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
113
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/
|
|
127
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
114
128
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
115
129
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
116
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/
|
|
130
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
117
131
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
118
132
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
119
133
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
@@ -127,9 +141,9 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
127
141
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
128
142
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
129
143
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
130
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
144
|
+
CONSOLE LOG ENTRY: distances to matrix: 18.860107421875 ms
|
|
131
145
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
132
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for
|
|
146
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for 1150 ms
|
|
133
147
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
134
148
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
135
149
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -153,10 +167,10 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
153
167
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
154
168
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
155
169
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
156
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
170
|
+
CONSOLE LOG ENTRY: knn graph: 55.761962890625 ms
|
|
157
171
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
158
|
-
CONSOLE LOG ENTRY: fit:
|
|
159
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for
|
|
172
|
+
CONSOLE LOG ENTRY: fit: 2828.19580078125 ms
|
|
173
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for 4099 ms
|
|
160
174
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
161
175
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
162
176
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -172,45 +186,51 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
172
186
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
173
187
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
174
188
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
189
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
175
190
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
176
191
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
177
192
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
178
193
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
179
194
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
180
195
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
196
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
197
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
181
198
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
182
199
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
183
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
200
|
+
CONSOLE LOG ENTRY: knn graph: 108.945068359375 ms
|
|
184
201
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
185
|
-
CONSOLE LOG ENTRY: fit:
|
|
186
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for
|
|
202
|
+
CONSOLE LOG ENTRY: fit: 2740.97412109375 ms
|
|
203
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for 4190 ms
|
|
187
204
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
188
205
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
189
206
|
CONSOLE LOG ENTRY: Running tests
|
|
190
207
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
191
208
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric column
|
|
192
209
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
193
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
194
210
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
195
211
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
196
212
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
197
213
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
198
214
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
199
215
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
216
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
200
217
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
201
218
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
219
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
202
220
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
203
221
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
204
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
205
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
206
222
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
223
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
207
224
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
225
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
226
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
227
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
208
228
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
209
229
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
210
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
230
|
+
CONSOLE LOG ENTRY: knn graph: 54.216064453125 ms
|
|
211
231
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
212
|
-
CONSOLE LOG ENTRY: fit:
|
|
213
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for
|
|
232
|
+
CONSOLE LOG ENTRY: fit: 2715.050048828125 ms
|
|
233
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for 4064 ms
|
|
214
234
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
215
235
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
216
236
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
@@ -218,6 +238,7 @@ CONSOLE LOG ENTRY: Running tests
|
|
|
218
238
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
219
239
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP String column
|
|
220
240
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
241
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
221
242
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
222
243
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
223
244
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
@@ -226,105 +247,101 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
226
247
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
227
248
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
228
249
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
229
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
230
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
231
250
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
232
251
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
233
252
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
234
253
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
235
254
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
236
255
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
237
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
238
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
239
256
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
240
257
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
241
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
258
|
+
CONSOLE LOG ENTRY: knn graph: 77.401123046875 ms
|
|
242
259
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
243
|
-
CONSOLE LOG ENTRY: fit:
|
|
244
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for
|
|
260
|
+
CONSOLE LOG ENTRY: fit: 3896.5390625 ms
|
|
261
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for 5321 ms
|
|
245
262
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
246
263
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
247
264
|
CONSOLE LOG ENTRY: Running tests
|
|
248
265
|
CONSOLE LOG ENTRY: Started Linear regression category
|
|
249
266
|
CONSOLE LOG ENTRY: Started Linear regression Correctness
|
|
250
|
-
CONSOLE LOG ENTRY: Finished Linear regression Correctness for
|
|
267
|
+
CONSOLE LOG ENTRY: Finished Linear regression Correctness for 5 ms
|
|
251
268
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
252
269
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
253
270
|
CONSOLE LOG ENTRY: Running tests
|
|
254
271
|
CONSOLE LOG ENTRY: Started Linear regression category
|
|
255
272
|
CONSOLE LOG ENTRY: Started Linear regression Performance: 100K samples, 100 features
|
|
256
|
-
CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for
|
|
273
|
+
CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for 2476 ms
|
|
257
274
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
258
275
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
259
276
|
CONSOLE LOG ENTRY: Running tests
|
|
260
277
|
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
261
278
|
CONSOLE LOG ENTRY: Started Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals
|
|
262
|
-
CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for
|
|
279
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for 6008 ms
|
|
263
280
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
264
281
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
265
282
|
CONSOLE LOG ENTRY: Running tests
|
|
266
283
|
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
267
284
|
CONSOLE LOG ENTRY: Started Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals
|
|
268
|
-
CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for
|
|
285
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for 5993 ms
|
|
269
286
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
270
287
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
271
288
|
CONSOLE LOG ENTRY: Running tests
|
|
272
289
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
273
290
|
CONSOLE LOG ENTRY: Started Partial least squares regression Correctness
|
|
274
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for
|
|
291
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for 39 ms
|
|
275
292
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
276
293
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
277
294
|
CONSOLE LOG ENTRY: Running tests
|
|
278
295
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
279
296
|
CONSOLE LOG ENTRY: Started Partial least squares regression Performance: 100K rows, 100 cols, 3 components
|
|
280
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for
|
|
297
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for 1592 ms
|
|
281
298
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
282
299
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
283
300
|
CONSOLE LOG ENTRY: Running tests
|
|
284
301
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
285
302
|
CONSOLE LOG ENTRY: Started Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components
|
|
286
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for
|
|
303
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for 1728 ms
|
|
287
304
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
288
305
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
289
306
|
CONSOLE LOG ENTRY: Running tests
|
|
290
307
|
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
291
308
|
CONSOLE LOG ENTRY: Started Principal component analysis Correctness
|
|
292
|
-
CONSOLE LOG ENTRY: Finished Principal component analysis Correctness for
|
|
309
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Correctness for 19 ms
|
|
293
310
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
294
311
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
295
312
|
CONSOLE LOG ENTRY: Running tests
|
|
296
313
|
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
297
314
|
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 100K rows, 100 cols, 3 components
|
|
298
|
-
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for
|
|
315
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for 3926 ms
|
|
299
316
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
300
317
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
301
318
|
CONSOLE LOG ENTRY: Running tests
|
|
302
319
|
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
303
320
|
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 1K rows, 5K cols, 3 components
|
|
304
|
-
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for
|
|
321
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for 3779 ms
|
|
305
322
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
306
323
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
307
324
|
CONSOLE LOG ENTRY: Running tests
|
|
308
325
|
CONSOLE LOG ENTRY: Started Softmax category
|
|
309
326
|
CONSOLE LOG ENTRY: Started Softmax Correctness
|
|
310
|
-
CONSOLE LOG ENTRY: Finished Softmax Correctness for
|
|
327
|
+
CONSOLE LOG ENTRY: Finished Softmax Correctness for 7 ms
|
|
311
328
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
312
329
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
313
330
|
CONSOLE LOG ENTRY: Running tests
|
|
314
331
|
CONSOLE LOG ENTRY: Started Softmax category
|
|
315
332
|
CONSOLE LOG ENTRY: Started Softmax Performance: 50K samples, 100 features
|
|
316
|
-
CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for
|
|
333
|
+
CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for 2558 ms
|
|
317
334
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
318
335
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
319
336
|
CONSOLE LOG ENTRY: Running tests
|
|
320
337
|
CONSOLE LOG ENTRY: Started XGBoost category
|
|
321
338
|
CONSOLE LOG ENTRY: Started XGBoost Correctness
|
|
322
|
-
CONSOLE LOG ENTRY: Finished XGBoost Correctness for
|
|
339
|
+
CONSOLE LOG ENTRY: Finished XGBoost Correctness for 198 ms
|
|
323
340
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
324
341
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
325
342
|
CONSOLE LOG ENTRY: Running tests
|
|
326
343
|
CONSOLE LOG ENTRY: Started XGBoost category
|
|
327
344
|
CONSOLE LOG ENTRY: Started XGBoost Performance: 50K samples, 100 features
|
|
328
|
-
CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for
|
|
345
|
+
CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for 1863 ms
|
|
329
346
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
|
330
347
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false
|
package/test-record-1.mp4
CHANGED
|
Binary file
|