@datagrok/eda 1.3.5 → 1.4.1

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.
Files changed (73) hide show
  1. package/dist/111.js +1 -1
  2. package/dist/111.js.map +1 -1
  3. package/dist/128.js +1 -1
  4. package/dist/128.js.map +1 -1
  5. package/dist/153.js +1 -1
  6. package/dist/153.js.map +1 -1
  7. package/dist/23.js +1 -1
  8. package/dist/23.js.map +1 -1
  9. package/dist/234.js +1 -1
  10. package/dist/234.js.map +1 -1
  11. package/dist/242.js +1 -1
  12. package/dist/242.js.map +1 -1
  13. package/dist/260.js +1 -1
  14. package/dist/260.js.map +1 -1
  15. package/dist/33.js +1 -1
  16. package/dist/33.js.map +1 -1
  17. package/dist/348.js +1 -1
  18. package/dist/348.js.map +1 -1
  19. package/dist/377.js +1 -1
  20. package/dist/377.js.map +1 -1
  21. package/dist/412.js +1 -1
  22. package/dist/412.js.map +1 -1
  23. package/dist/415.js +1 -1
  24. package/dist/415.js.map +1 -1
  25. package/dist/531.js +1 -1
  26. package/dist/531.js.map +1 -1
  27. package/dist/583.js +1 -1
  28. package/dist/583.js.map +1 -1
  29. package/dist/589.js +1 -1
  30. package/dist/589.js.map +1 -1
  31. package/dist/603.js +1 -1
  32. package/dist/603.js.map +1 -1
  33. package/dist/656.js +1 -1
  34. package/dist/656.js.map +1 -1
  35. package/dist/682.js +1 -1
  36. package/dist/682.js.map +1 -1
  37. package/dist/705.js +1 -1
  38. package/dist/705.js.map +1 -1
  39. package/dist/727.js +1 -1
  40. package/dist/727.js.map +1 -1
  41. package/dist/731.js +1 -1
  42. package/dist/731.js.map +1 -1
  43. package/dist/738.js +1 -1
  44. package/dist/738.js.map +1 -1
  45. package/dist/763.js +1 -1
  46. package/dist/763.js.map +1 -1
  47. package/dist/778.js +1 -1
  48. package/dist/778.js.map +1 -1
  49. package/dist/783.js +1 -1
  50. package/dist/783.js.map +1 -1
  51. package/dist/793.js +1 -1
  52. package/dist/793.js.map +1 -1
  53. package/dist/810.js +2 -0
  54. package/dist/810.js.map +1 -0
  55. package/dist/860.js +1 -1
  56. package/dist/860.js.map +1 -1
  57. package/dist/907.js +1 -1
  58. package/dist/907.js.map +1 -1
  59. package/dist/950.js +1 -1
  60. package/dist/950.js.map +1 -1
  61. package/dist/980.js +1 -1
  62. package/dist/980.js.map +1 -1
  63. package/dist/990.js +1 -1
  64. package/dist/990.js.map +1 -1
  65. package/dist/package-test.js +1 -1
  66. package/dist/package-test.js.map +1 -1
  67. package/dist/package.js +1 -1
  68. package/dist/package.js.map +1 -1
  69. package/package.json +5 -5
  70. package/src/pls/pls-constants.ts +7 -7
  71. package/src/pls/pls-tools.ts +5 -13
  72. package/test-console-output-1.log +103 -101
  73. package/test-record-1.mp4 +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@datagrok/eda",
3
3
  "friendlyName": "EDA",
4
- "version": "1.3.5",
4
+ "version": "1.4.1",
5
5
  "description": "Exploratory Data Analysis Tools",
6
6
  "dependencies": {
7
7
  "@datagrok-libraries/math": "^1.2.6",
8
8
  "@datagrok-libraries/ml": "^6.8.3",
9
- "@datagrok-libraries/tutorials": "^1.4.2",
10
- "@datagrok-libraries/utils": "^4.4.0",
9
+ "@datagrok-libraries/tutorials": "^1.6.1",
10
+ "@datagrok-libraries/utils": "^4.5.0",
11
11
  "@keckelt/tsne": "^1.0.2",
12
12
  "@webgpu/types": "^0.1.40",
13
13
  "cash-dom": "^8.1.1",
14
- "datagrok-api": "^1.23.0",
14
+ "datagrok-api": "^1.25.0",
15
15
  "dayjs": "^1.11.9",
16
16
  "jstat": "^1.9.6",
17
17
  "source-map-loader": "^4.0.1",
@@ -48,7 +48,7 @@
48
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
49
  },
50
50
  "canEdit": [
51
- "Developers"
51
+ "Administrators"
52
52
  ],
53
53
  "canView": [
54
54
  "All users"
@@ -51,13 +51,13 @@ export enum HINT {
51
51
 
52
52
  /** Links to help */
53
53
  export enum LINK {
54
- PLS = '/help/explore/multivariate-analysis/pls#pls-components',
55
- MVA = '/help/explore/multivariate-analysis/pls',
56
- MODEL = '/help/explore/multivariate-analysis/plots/predicted-vs-reference',
57
- COEFFS = '/help/explore/multivariate-analysis/plots/regression-coefficients',
58
- LOADINGS = '/help/explore/multivariate-analysis/plots/loadings',
59
- EXPL_VARS = '/help/explore/multivariate-analysis/plots/explained-variance',
60
- SCORES = '/help/explore/multivariate-analysis/plots/scores',
54
+ PLS = '/help/explore/multivariate-analysis#pls-components',
55
+ MVA = '/help/explore/multivariate-analysis',
56
+ MODEL = '/help/explore/multivariate-analysis#observed-vs-predicted',
57
+ COEFFS = '/help/explore/multivariate-analysis#regression-coefficients',
58
+ LOADINGS = '/help/explore/multivariate-analysis#loadings',
59
+ EXPL_VARS = '/help/explore/multivariate-analysis#explained-variance',
60
+ SCORES = '/help/explore/multivariate-analysis#scores',
61
61
  }
62
62
 
63
63
  /** Components consts */
@@ -132,11 +132,7 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
132
132
  if (analysisType === PLS_ANALYSIS.COMPUTE_COMPONENTS)
133
133
  return;
134
134
 
135
- //const view = grok.shell.tableView(input.table.name);
136
-
137
- const view = (analysisType === PLS_ANALYSIS.DEMO) ?
138
- (grok.shell.view(TITLE.BROWSE) as DG.BrowseView).preview as DG.TableView :
139
- grok.shell.tableView(input.table.name);
135
+ const view = grok.shell.tableView(input.table.name);
140
136
 
141
137
  // 0.1 Buffer table
142
138
  const loadingsRegrCoefsTable = DG.DataFrame.fromColumns([
@@ -192,7 +188,6 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
192
188
  xColumnName: `${TITLE.XLOADING}1`,
193
189
  yColumnName: `${TITLE.XLOADING}${result.xLoadings.length > 1 ? '2' : '1'}`,
194
190
  markerType: DG.MARKER_TYPE.CIRCLE,
195
- // @ts-ignore
196
191
  labelColumnNames: [TITLE.FEATURE],
197
192
  help: LINK.LOADINGS,
198
193
  }));
@@ -215,14 +210,13 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
215
210
  markerType: DG.MARKER_TYPE.CIRCLE,
216
211
  help: LINK.SCORES,
217
212
  showViewerFormulaLines: true,
213
+ labelColumnNames: ((input.names !== undefined) && (input.names !== null)) ? [input.names?.name] : undefined,
218
214
  });
219
215
 
220
- if ((input.names !== undefined) && (input.names !== null))
221
- scoresScatter.setOptions({labelColumnNames: [input.names?.name]});
222
216
 
223
- // 4.3) create lines & circles
224
- scoresScatter.meta.formulaLines.addAll(getLines(scoreNames));
217
+ // 4.3) create lines & circles
225
218
  view.addViewer(scoresScatter);
219
+ scoresScatter.meta.formulaLines.addAll(getLines(scoreNames));
226
220
 
227
221
  // 5. Explained Variances
228
222
 
@@ -286,9 +280,7 @@ async function performMVA(input: PlsInput, analysisType: PLS_ANALYSIS): Promise<
286
280
 
287
281
  /** Run multivariate analysis (PLS) */
288
282
  export async function runMVA(analysisType: PLS_ANALYSIS): Promise<void> {
289
- const table = (analysisType === PLS_ANALYSIS.DEMO) ?
290
- ((grok.shell.view(TITLE.BROWSE) as DG.BrowseView).preview as DG.TableView).table :
291
- grok.shell.t;
283
+ const table = grok.shell.t;
292
284
 
293
285
  if (table === null) {
294
286
  grok.shell.warning(ERROR_MSG.NO_DF);
@@ -1,95 +1,88 @@
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
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.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/1/wasm/EDA.js
3
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/1/wasm/XGBoostAPI.js
4
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/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.5.X-46447aa8/VDl5lt5tuCqRspqtljLUoqGQqw9yPziy/1/wasm/EDA.wasm
6
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/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.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
8
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/1/wasm/XGBoostAPI.wasm
9
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
10
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/packages/published/files/Eda/1.4.1.X-ecf5a812/BVdkAIcQsvF5UBbz7AQThOoMLhHksLVq/1/dist/package-test.js
11
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/font/Roboto-LightItalic.woff2
12
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/funcs?text=package.id%2520%253D%2520%25224db7fed0-e920-11ef-f060-59ba5697d3be%2522
10
13
  CONSOLE LOG ENTRY: Running tests
11
14
  CONSOLE LOG ENTRY: Started ANOVA category
12
15
  CONSOLE LOG ENTRY: Started ANOVA Correctness
13
- CONSOLE LOG ENTRY: Finished ANOVA Correctness for 3 ms
16
+ CONSOLE LOG ENTRY: Finished ANOVA Correctness for 4 ms
14
17
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
15
18
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
16
19
  CONSOLE LOG ENTRY: Running tests
17
20
  CONSOLE LOG ENTRY: Started ANOVA category
18
21
  CONSOLE LOG ENTRY: Started ANOVA Performance: 1M rows demog
19
- CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for 1942 ms
22
+ CONSOLE LOG ENTRY: Finished ANOVA Performance: 1M rows demog for 1766 ms
20
23
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
21
24
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
22
25
  CONSOLE LOG ENTRY: Running tests
23
- CONSOLE LOG ENTRY: Started Demo category
24
- CONSOLE LOG ENTRY: Started Demo MVA demo
25
- CONSOLE LOG REQUEST: 200, http://localhost:8080/api/connectors/connections?text&include=shares.connection&file=true&order=name
26
- CONSOLE LOG REQUEST: 200, http://localhost:8080/api/projects?text=%2523demo
27
- CONSOLE LOG ENTRY: Wasm Loaded, Passing
28
- CONSOLE LOG ENTRY: XGBoost Loaded, Passing
29
- CONSOLE LOG REQUEST: 200, http://localhost:8080/images/viewers/viewers_sprite.png
30
- CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
31
- CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls.md
32
- CONSOLE LOG REQUEST: 200, http://localhost:8080/help/explore/multivariate-analysis/pls-thumb.png
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 2413 ms
35
- CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
36
- CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
37
- CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
38
- CONSOLE LOG ENTRY: Running tests
39
26
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
40
27
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE All demog columns
41
28
  CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/view_layout.svg
29
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/images/ribbon/ribbon_sprite.svg
30
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
31
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/font/Roboto-Italic.woff2
42
32
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
43
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
44
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
45
- CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
46
33
  CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
47
34
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
48
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
35
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
36
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
49
37
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
50
38
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
51
39
  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
53
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
54
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
55
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
40
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
56
41
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
57
42
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
58
43
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
44
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
45
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
46
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
59
47
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
48
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
49
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
60
50
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
61
51
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
62
52
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
63
- CONSOLE LOG ENTRY: distances to matrix: 17.8759765625 ms
53
+ CONSOLE LOG ENTRY: distances to matrix: 20.503173828125 ms
64
54
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
65
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for 1195 ms
55
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE All demog columns for 1434 ms
66
56
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
67
- CONSOLE LOG REQUEST: 200, http://localhost:8080/images/entities/table.svg
68
57
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
69
58
  CONSOLE LOG ENTRY: Running tests
70
59
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
71
60
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric and string columns
72
61
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
62
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
73
63
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
74
64
  CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
75
65
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
76
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
77
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
78
66
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
79
67
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
80
68
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
81
69
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
82
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
70
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
83
71
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
84
72
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
85
73
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
86
74
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
87
75
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
76
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
77
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
88
78
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
89
79
  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.748046875 ms
80
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
81
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
82
+ CONSOLE LOG ENTRY: distances to matrix: 25.14892578125 ms
83
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/images/viewers/legend_icon.svg
91
84
  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 1088 ms
85
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric and string columns for 1418 ms
93
86
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
94
87
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
95
88
  CONSOLE LOG ENTRY: Running tests
@@ -97,25 +90,28 @@ CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
97
90
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE Numeric column
98
91
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
99
92
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
100
- CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
101
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
102
93
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
103
94
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
95
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
96
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
97
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
104
98
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
105
99
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
106
100
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
107
101
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
108
102
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
109
103
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
110
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
111
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
112
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
113
104
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
105
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
114
106
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
107
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
115
108
  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
109
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
110
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
111
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
112
+ CONSOLE LOG ENTRY: distances to matrix: 28.01611328125 ms
117
113
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
118
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for 1110 ms
114
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE Numeric column for 1361 ms
119
115
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
120
116
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
121
117
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
@@ -123,15 +119,15 @@ CONSOLE LOG ENTRY: Running tests
123
119
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE category
124
120
  CONSOLE LOG ENTRY: Started Dimensionality reduction: T-SNE String column
125
121
  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)
128
- CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
129
122
  CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
130
123
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
131
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
124
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
132
125
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
133
126
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
134
127
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
128
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
129
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
130
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
135
131
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
136
132
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
137
133
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
@@ -140,93 +136,96 @@ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatt
140
136
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
141
137
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
142
138
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
143
- CONSOLE LOG ENTRY: distances to matrix: 28.279052734375 ms
139
+ CONSOLE LOG ENTRY: distances to matrix: 30.2529296875 ms
144
140
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
145
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for 1098 ms
141
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: T-SNE String column for 1373 ms
146
142
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
147
143
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
148
144
  CONSOLE LOG ENTRY: Running tests
149
145
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
150
146
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP All demog columns
151
147
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
152
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.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-selection-thumb.png
155
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
156
148
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
157
149
  CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
158
150
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
159
151
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
160
152
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
161
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
153
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
154
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
162
155
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
156
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
157
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
158
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
163
159
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
164
160
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
165
161
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
166
162
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
167
163
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
168
164
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
169
- CONSOLE LOG ENTRY: knn graph: 59.8681640625 ms
165
+ CONSOLE LOG ENTRY: knn graph: 92.927978515625 ms
170
166
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
171
- CONSOLE LOG ENTRY: fit: 2850.655029296875 ms
172
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for 4165 ms
167
+ CONSOLE LOG ENTRY: fit: 3802.554931640625 ms
168
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP All demog columns for 5343 ms
173
169
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
174
170
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
175
171
  CONSOLE LOG ENTRY: Running tests
176
172
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
177
173
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric and string columns
178
174
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
179
- CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
175
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
180
176
  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
177
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
183
178
  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
185
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
179
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
186
180
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
187
181
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
182
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
183
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
188
184
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
185
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
189
186
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
190
187
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
191
188
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
192
189
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
193
190
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
194
191
  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
197
192
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
198
193
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
199
- CONSOLE LOG ENTRY: knn graph: 65.80908203125 ms
194
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
195
+ CONSOLE LOG ENTRY: knn graph: 85.567138671875 ms
200
196
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
201
- CONSOLE LOG ENTRY: fit: 2901.215087890625 ms
202
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for 4212 ms
197
+ CONSOLE LOG ENTRY: fit: 2754.503173828125 ms
198
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric and string columns for 4311 ms
203
199
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
204
200
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
205
201
  CONSOLE LOG ENTRY: Running tests
206
202
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
207
203
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP Numeric column
208
204
  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
211
205
  CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
206
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
212
207
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
213
208
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
209
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
214
210
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
215
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/img/scatter-plot-regression-line.png
216
213
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-selection-thumb.png
217
214
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
218
215
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
219
216
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
220
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
221
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
222
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
217
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
223
218
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
219
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
224
220
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
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/uploads/viewers/scatter-plot-molecules.png
225
223
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
226
- CONSOLE LOG ENTRY: knn graph: 39.830078125 ms
224
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
225
+ CONSOLE LOG ENTRY: knn graph: 81.714111328125 ms
227
226
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/concepts/table.md
228
- CONSOLE LOG ENTRY: fit: 2915.248779296875 ms
229
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for 4214 ms
227
+ CONSOLE LOG ENTRY: fit: 2785.537109375 ms
228
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP Numeric column for 4296 ms
230
229
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
231
230
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
232
231
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
@@ -234,110 +233,113 @@ CONSOLE LOG ENTRY: Running tests
234
233
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP category
235
234
  CONSOLE LOG ENTRY: Started Dimensionality reduction: UMAP String column
236
235
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/scatter-plot.md
237
- CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
236
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
238
237
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
239
238
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/%7Brequire('./img/formula-lines-thumb.png').default%7D
240
- CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-colors-sizes-markers-labels-thumb.png
239
+ CONSOLE LOG REQUEST: 404, http://localhost:8080/uploads/youtube/visualizations2.png
241
240
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
241
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-regression-line.png
242
242
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-zoom-and-pack-thumb.png
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 ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
247
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
248
- CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
249
246
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/group-tooltip-thumb.png
247
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
250
248
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-labels-thumb.png
249
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
250
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/visualize/viewers/img/scatter-plot-lines.png
251
+ CONSOLE LOG REQUEST: 200, http://localhost:8080/help/uploads/viewers/scatter-plot-molecules.png
251
252
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/scatter-plot-jitter-thumb.png
253
+ CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
252
254
  CONSOLE LOG REQUEST: 404, http://localhost:8080/help/visualize/viewers/img/webgpu-scatterplot-thumb.png
253
255
  CONSOLE LOG ENTRY: Failed to load resource: the server responded with a status of 404 (Not Found)
254
- CONSOLE LOG ENTRY: knn graph: 48.7060546875 ms
256
+ CONSOLE LOG ENTRY: knn graph: 93.6220703125 ms
255
257
  CONSOLE LOG REQUEST: 200, http://localhost:8080/help/datagrok/datagrok.md
256
- CONSOLE LOG ENTRY: fit: 4212.19287109375 ms
257
- CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for 5572 ms
258
+ CONSOLE LOG ENTRY: fit: 3986.281982421875 ms
259
+ CONSOLE LOG ENTRY: Finished Dimensionality reduction: UMAP String column for 5501 ms
258
260
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
259
261
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
260
262
  CONSOLE LOG ENTRY: Running tests
261
263
  CONSOLE LOG ENTRY: Started Linear regression category
262
264
  CONSOLE LOG ENTRY: Started Linear regression Correctness
263
- CONSOLE LOG ENTRY: Finished Linear regression Correctness for 4 ms
265
+ CONSOLE LOG ENTRY: Finished Linear regression Correctness for 6 ms
264
266
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
265
267
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
266
268
  CONSOLE LOG ENTRY: Running tests
267
269
  CONSOLE LOG ENTRY: Started Linear regression category
268
270
  CONSOLE LOG ENTRY: Started Linear regression Performance: 100K samples, 100 features
269
- CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for 2359 ms
271
+ CONSOLE LOG ENTRY: Finished Linear regression Performance: 100K samples, 100 features for 2304 ms
270
272
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
271
273
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
272
274
  CONSOLE LOG ENTRY: Running tests
273
275
  CONSOLE LOG ENTRY: Started Missing values imputation category
274
276
  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 5929 ms
277
+ CONSOLE LOG ENTRY: Finished Missing values imputation Euclidean dist, 100K rows, 15 cols, 75 missing vals for 5864 ms
276
278
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
277
279
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
278
280
  CONSOLE LOG ENTRY: Running tests
279
281
  CONSOLE LOG ENTRY: Started Missing values imputation category
280
282
  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 6038 ms
283
+ CONSOLE LOG ENTRY: Finished Missing values imputation Manhattan dist, 100K rows, 15 cols, 75 missing vals for 5852 ms
282
284
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
283
285
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
284
286
  CONSOLE LOG ENTRY: Running tests
285
287
  CONSOLE LOG ENTRY: Started Partial least squares regression category
286
288
  CONSOLE LOG ENTRY: Started Partial least squares regression Correctness
287
- CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for 37 ms
289
+ CONSOLE LOG ENTRY: Finished Partial least squares regression Correctness for 50 ms
288
290
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
289
291
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
290
292
  CONSOLE LOG ENTRY: Running tests
291
293
  CONSOLE LOG ENTRY: Started Partial least squares regression category
292
294
  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 1618 ms
295
+ CONSOLE LOG ENTRY: Finished Partial least squares regression Performance: 100K rows, 100 cols, 3 components for 1576 ms
294
296
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
295
297
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
296
298
  CONSOLE LOG ENTRY: Running tests
297
299
  CONSOLE LOG ENTRY: Started Partial least squares regression category
298
300
  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 1778 ms
301
+ CONSOLE LOG ENTRY: Finished Partial least squares regression Predictive modeling: 100K samples, 100 features, 3 components for 1837 ms
300
302
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
301
303
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
302
304
  CONSOLE LOG ENTRY: Running tests
303
305
  CONSOLE LOG ENTRY: Started Principal component analysis category
304
306
  CONSOLE LOG ENTRY: Started Principal component analysis Correctness
305
- CONSOLE LOG ENTRY: Finished Principal component analysis Correctness for 19 ms
307
+ CONSOLE LOG ENTRY: Finished Principal component analysis Correctness for 28 ms
306
308
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
307
309
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
308
310
  CONSOLE LOG ENTRY: Running tests
309
311
  CONSOLE LOG ENTRY: Started Principal component analysis category
310
312
  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 3957 ms
313
+ CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 100K rows, 100 cols, 3 components for 3849 ms
312
314
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
313
315
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
314
316
  CONSOLE LOG ENTRY: Running tests
315
317
  CONSOLE LOG ENTRY: Started Principal component analysis category
316
318
  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 3738 ms
319
+ CONSOLE LOG ENTRY: Finished Principal component analysis Performance: 1K rows, 5K cols, 3 components for 4215 ms
318
320
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
319
321
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
320
322
  CONSOLE LOG ENTRY: Running tests
321
323
  CONSOLE LOG ENTRY: Started Softmax category
322
324
  CONSOLE LOG ENTRY: Started Softmax Correctness
323
- CONSOLE LOG ENTRY: Finished Softmax Correctness for 7 ms
325
+ CONSOLE LOG ENTRY: Finished Softmax Correctness for 11 ms
324
326
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
325
327
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
326
328
  CONSOLE LOG ENTRY: Running tests
327
329
  CONSOLE LOG ENTRY: Started Softmax category
328
330
  CONSOLE LOG ENTRY: Started Softmax Performance: 50K samples, 100 features
329
- CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for 2637 ms
331
+ CONSOLE LOG ENTRY: Finished Softmax Performance: 50K samples, 100 features for 2587 ms
330
332
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
331
333
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
332
334
  CONSOLE LOG ENTRY: Running tests
333
335
  CONSOLE LOG ENTRY: Started XGBoost category
334
336
  CONSOLE LOG ENTRY: Started XGBoost Correctness
335
- CONSOLE LOG ENTRY: Finished XGBoost Correctness for 195 ms
337
+ CONSOLE LOG ENTRY: Finished XGBoost Correctness for 235 ms
336
338
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
337
339
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
338
340
  CONSOLE LOG ENTRY: Running tests
339
341
  CONSOLE LOG ENTRY: Started XGBoost category
340
342
  CONSOLE LOG ENTRY: Started XGBoost Performance: 50K samples, 100 features
341
- CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for 1915 ms
343
+ CONSOLE LOG ENTRY: Finished XGBoost Performance: 50K samples, 100 features for 1962 ms
342
344
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
343
345
  CONSOLE LOG REQUEST: 200, http://localhost:8080/api/log/tests/package?benchmark=false&ciCd=false
package/test-record-1.mp4 CHANGED
Binary file