@datagrok/eda 1.3.3 → 1.3.5
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/242.js +1 -1
- package/dist/242.js.map +1 -1
- package/dist/589.js +1 -1
- package/dist/589.js.map +1 -1
- package/dist/731.js +1 -1
- package/dist/731.js.map +1 -1
- package/dist/738.js +1 -1
- package/dist/738.js.map +1 -1
- package/dist/980.js +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 +3 -3
- package/src/package.ts +1 -1
- package/test-console-output-1.log +76 -76
- 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.5",
|
|
5
5
|
"description": "Exploratory Data Analysis Tools",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@datagrok-libraries/math": "^1.2.
|
|
8
|
-
"@datagrok-libraries/ml": "^6.8.
|
|
7
|
+
"@datagrok-libraries/math": "^1.2.6",
|
|
8
|
+
"@datagrok-libraries/ml": "^6.8.3",
|
|
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
|
@@ -163,7 +163,7 @@ export async function reduceDimensionality(): Promise<void> {
|
|
|
163
163
|
params.weights, params.preprocessingFunctions, params.aggreaggregationMethod as DistanceAggregationMethods,
|
|
164
164
|
!!params.plotEmbeddings, !!params.clusterEmbeddings, params.options, {
|
|
165
165
|
fastRowCount: 10000,
|
|
166
|
-
}, params.postProcessingFunction, params.postProcessingFunctionArgs);
|
|
166
|
+
}, params.postProcessingFunction, params.postProcessingFunctionArgs, params.vectorDistanceMetric);
|
|
167
167
|
}).show();
|
|
168
168
|
dialog.helpUrl = 'https://datagrok.ai/help/explore/dim-reduction.md';
|
|
169
169
|
const validate = () => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
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, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/wasm/EDA.js
|
|
2
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/wasm/XGBoostAPI.js
|
|
3
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/dist/package.js
|
|
4
4
|
CONSOLE LOG ENTRY: Wasm not Loaded, Loading
|
|
5
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.
|
|
5
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/wasm/EDA.wasm
|
|
6
6
|
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%
|
|
7
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/wasm/XGBoostAPI.wasm
|
|
8
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.3.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/dist/package-test.js
|
|
9
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/funcs?text=package.id%2520%253D%2520%252294505e70-e920-11ef-8ebf-3d08d74a4c1f%2522
|
|
10
10
|
CONSOLE LOG ENTRY: Running tests
|
|
11
11
|
CONSOLE LOG ENTRY: Started ANOVA category
|
|
12
12
|
CONSOLE LOG ENTRY: Started ANOVA Correctness
|
|
@@ -16,7 +16,7 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=
|
|
|
16
16
|
CONSOLE LOG ENTRY: Running tests
|
|
17
17
|
CONSOLE LOG ENTRY: Started ANOVA category
|
|
18
18
|
CONSOLE LOG ENTRY: Started ANOVA Performance: 1M rows demog
|
|
19
|
-
CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for
|
|
19
|
+
CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for 1942 ms
|
|
20
20
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
21
21
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
22
22
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -31,7 +31,7 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
|
|
|
31
31
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls.md
|
|
32
32
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls-thumb.png
|
|
33
33
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls_vs_pca.png
|
|
34
|
-
CONSOLE LOG ENTRY: Finished Demo MVA demo for
|
|
34
|
+
CONSOLE LOG ENTRY: Finished Demo MVA demo for 2413 ms
|
|
35
35
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
36
36
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
37
37
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
@@ -40,18 +40,18 @@ CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
|
40
40
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE All demog columns
|
|
41
41
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/view_layout.svg
|
|
42
42
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
43
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/
|
|
43
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
44
44
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
45
45
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
46
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/
|
|
46
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
47
47
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
48
48
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
49
49
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
50
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-
|
|
50
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
51
51
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
52
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
52
53
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
53
54
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
54
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
55
55
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
56
56
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
57
57
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
@@ -60,9 +60,9 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
60
60
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
61
61
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
62
62
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
63
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
63
|
+
CONSOLE LOG ENTRY: distances to matrix: 17.8759765625 ms
|
|
64
64
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
65
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for
|
|
65
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for 1195 ms
|
|
66
66
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
67
67
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
|
|
68
68
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
@@ -70,11 +70,11 @@ CONSOLE LOG ENTRY: Running tests
|
|
|
70
70
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
71
71
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric and string columns
|
|
72
72
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
73
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
73
74
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
74
75
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
75
76
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
76
77
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
77
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
78
78
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
79
79
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
80
80
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
@@ -83,13 +83,13 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group
|
|
|
83
83
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
84
84
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
85
85
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
86
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
87
86
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
87
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
88
88
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
89
89
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
90
|
-
CONSOLE LOG ENTRY: distances to matrix: 17.
|
|
90
|
+
CONSOLE LOG ENTRY: distances to matrix: 17.748046875 ms
|
|
91
91
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
92
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for
|
|
92
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for 1088 ms
|
|
93
93
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
94
94
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
95
95
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -107,15 +107,15 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
107
107
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
108
108
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
109
109
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
110
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
111
110
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
112
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
113
111
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
114
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
115
112
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
116
|
-
CONSOLE LOG
|
|
113
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
114
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
115
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
116
|
+
CONSOLE LOG ENTRY: distances to matrix: 17.16796875 ms
|
|
117
117
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
118
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for
|
|
118
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for 1110 ms
|
|
119
119
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
120
120
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
121
121
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
@@ -123,110 +123,110 @@ CONSOLE LOG ENTRY: Running tests
|
|
|
123
123
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
|
|
124
124
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE String column
|
|
125
125
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
126
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
127
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
126
128
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
127
129
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
128
130
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
129
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
130
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
131
131
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
132
132
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
133
133
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
134
134
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
135
135
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
136
136
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
137
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
138
137
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
138
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
139
139
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
140
140
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
141
141
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
142
142
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
143
|
-
CONSOLE LOG ENTRY: distances to matrix:
|
|
143
|
+
CONSOLE LOG ENTRY: distances to matrix: 28.279052734375 ms
|
|
144
144
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
145
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for
|
|
145
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for 1098 ms
|
|
146
146
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
147
147
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
148
148
|
CONSOLE LOG ENTRY: Running tests
|
|
149
149
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
150
150
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP All demog columns
|
|
151
151
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
152
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
153
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
154
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
155
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
156
152
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
157
153
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
158
|
-
CONSOLE LOG
|
|
154
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
159
155
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
160
156
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
157
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
158
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
159
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
160
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
161
161
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
162
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
162
163
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
163
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
164
164
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
165
165
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
166
166
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
167
167
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
168
168
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
169
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
169
|
+
CONSOLE LOG ENTRY: knn graph: 59.8681640625 ms
|
|
170
170
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
171
|
-
CONSOLE LOG ENTRY: fit:
|
|
172
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for
|
|
171
|
+
CONSOLE LOG ENTRY: fit: 2850.655029296875 ms
|
|
172
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for 4165 ms
|
|
173
173
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
174
174
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
175
175
|
CONSOLE LOG ENTRY: Running tests
|
|
176
176
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
177
177
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric and string columns
|
|
178
178
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
179
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
180
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
181
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
182
179
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
183
180
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
181
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
184
182
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
185
183
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
184
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
186
185
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
186
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
187
187
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
188
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
|
|
189
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
188
190
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
189
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
190
191
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
191
|
-
CONSOLE LOG
|
|
192
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
192
193
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
193
194
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
195
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
196
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
194
197
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
195
198
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
196
|
-
CONSOLE LOG ENTRY: knn graph:
|
|
199
|
+
CONSOLE LOG ENTRY: knn graph: 65.80908203125 ms
|
|
197
200
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
198
|
-
CONSOLE LOG ENTRY: fit:
|
|
199
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for
|
|
201
|
+
CONSOLE LOG ENTRY: fit: 2901.215087890625 ms
|
|
202
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for 4212 ms
|
|
200
203
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
201
204
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
202
205
|
CONSOLE LOG ENTRY: Running tests
|
|
203
206
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
|
|
204
207
|
CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric column
|
|
205
208
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
|
|
209
|
+
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
210
|
+
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
206
211
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
|
|
212
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
207
213
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
208
214
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
|
|
209
215
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
210
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
|
|
211
|
-
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
212
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
|
|
213
216
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
214
217
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
215
218
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
216
219
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
217
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
218
220
|
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
|
|
220
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
221
221
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
222
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
|
|
223
|
-
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
|
|
224
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
225
222
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
226
|
-
CONSOLE LOG
|
|
223
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
224
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
225
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
226
|
+
CONSOLE LOG ENTRY: knn graph: 39.830078125 ms
|
|
227
227
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
|
|
228
|
-
CONSOLE LOG ENTRY: fit:
|
|
229
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for
|
|
228
|
+
CONSOLE LOG ENTRY: fit: 2915.248779296875 ms
|
|
229
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for 4214 ms
|
|
230
230
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
231
231
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
232
232
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
@@ -243,18 +243,18 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
|
|
|
243
243
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
244
244
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
|
|
245
245
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
246
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
247
246
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
248
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
249
247
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
250
|
-
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
251
248
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
249
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
|
|
250
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
|
|
251
|
+
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
|
|
252
252
|
CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
|
|
253
253
|
CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
|
|
254
|
-
CONSOLE LOG ENTRY: knn graph: 48.
|
|
254
|
+
CONSOLE LOG ENTRY: knn graph: 48.7060546875 ms
|
|
255
255
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
|
|
256
|
-
CONSOLE LOG ENTRY: fit:
|
|
257
|
-
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for
|
|
256
|
+
CONSOLE LOG ENTRY: fit: 4212.19287109375 ms
|
|
257
|
+
CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for 5572 ms
|
|
258
258
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
259
259
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
260
260
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -266,37 +266,37 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=
|
|
|
266
266
|
CONSOLE LOG ENTRY: Running tests
|
|
267
267
|
CONSOLE LOG ENTRY: Started Linear regression category
|
|
268
268
|
CONSOLE LOG ENTRY: Started Linear regression Performance: 100K samples, 100 features
|
|
269
|
-
CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for
|
|
269
|
+
CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for 2359 ms
|
|
270
270
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
271
271
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
272
272
|
CONSOLE LOG ENTRY: Running tests
|
|
273
273
|
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
274
274
|
CONSOLE LOG ENTRY: Started Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals
|
|
275
|
-
CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for
|
|
275
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for 5929 ms
|
|
276
276
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
277
277
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
278
278
|
CONSOLE LOG ENTRY: Running tests
|
|
279
279
|
CONSOLE LOG ENTRY: Started Missing values imputation category
|
|
280
280
|
CONSOLE LOG ENTRY: Started Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals
|
|
281
|
-
CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for
|
|
281
|
+
CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for 6038 ms
|
|
282
282
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
283
283
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
284
284
|
CONSOLE LOG ENTRY: Running tests
|
|
285
285
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
286
286
|
CONSOLE LOG ENTRY: Started Partial least squares regression Correctness
|
|
287
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for
|
|
287
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for 37 ms
|
|
288
288
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
289
289
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
290
290
|
CONSOLE LOG ENTRY: Running tests
|
|
291
291
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
292
292
|
CONSOLE LOG ENTRY: Started Partial least squares regression Performance: 100K rows, 100 cols, 3 components
|
|
293
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for
|
|
293
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for 1618 ms
|
|
294
294
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
295
295
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
296
296
|
CONSOLE LOG ENTRY: Running tests
|
|
297
297
|
CONSOLE LOG ENTRY: Started Partial least squares regression category
|
|
298
298
|
CONSOLE LOG ENTRY: Started Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components
|
|
299
|
-
CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for
|
|
299
|
+
CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for 1778 ms
|
|
300
300
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
301
301
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
302
302
|
CONSOLE LOG ENTRY: Running tests
|
|
@@ -308,36 +308,36 @@ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=
|
|
|
308
308
|
CONSOLE LOG ENTRY: Running tests
|
|
309
309
|
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
310
310
|
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 100K rows, 100 cols, 3 components
|
|
311
|
-
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for
|
|
311
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for 3957 ms
|
|
312
312
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
313
313
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
314
314
|
CONSOLE LOG ENTRY: Running tests
|
|
315
315
|
CONSOLE LOG ENTRY: Started Principal component analysis category
|
|
316
316
|
CONSOLE LOG ENTRY: Started Principal component analysis Performance: 1K rows, 5K cols, 3 components
|
|
317
|
-
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for
|
|
317
|
+
CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for 3738 ms
|
|
318
318
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
319
319
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
320
320
|
CONSOLE LOG ENTRY: Running tests
|
|
321
321
|
CONSOLE LOG ENTRY: Started Softmax category
|
|
322
322
|
CONSOLE LOG ENTRY: Started Softmax Correctness
|
|
323
|
-
CONSOLE LOG ENTRY: Finished Softmax Correctness for
|
|
323
|
+
CONSOLE LOG ENTRY: Finished Softmax Correctness for 7 ms
|
|
324
324
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
325
325
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
326
326
|
CONSOLE LOG ENTRY: Running tests
|
|
327
327
|
CONSOLE LOG ENTRY: Started Softmax category
|
|
328
328
|
CONSOLE LOG ENTRY: Started Softmax Performance: 50K samples, 100 features
|
|
329
|
-
CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for
|
|
329
|
+
CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for 2637 ms
|
|
330
330
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
331
331
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
332
332
|
CONSOLE LOG ENTRY: Running tests
|
|
333
333
|
CONSOLE LOG ENTRY: Started XGBoost category
|
|
334
334
|
CONSOLE LOG ENTRY: Started XGBoost Correctness
|
|
335
|
-
CONSOLE LOG ENTRY: Finished XGBoost Correctness for
|
|
335
|
+
CONSOLE LOG ENTRY: Finished XGBoost Correctness for 195 ms
|
|
336
336
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
337
337
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
338
338
|
CONSOLE LOG ENTRY: Running tests
|
|
339
339
|
CONSOLE LOG ENTRY: Started XGBoost category
|
|
340
340
|
CONSOLE LOG ENTRY: Started XGBoost Performance: 50K samples, 100 features
|
|
341
|
-
CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for
|
|
341
|
+
CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for 1915 ms
|
|
342
342
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
|
343
343
|
CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
|
package/test-record-1.mp4
CHANGED
|
Binary file
|