@datagrok/eda 1.4.1 → 1.4.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 +7 -0
- 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 +2 -2
- package/src/package.ts +1 -0
- package/src/pls/pls-constants.ts +12 -1
- package/src/pls/pls-ml.ts +1 -0
- package/src/pls/pls-tools.ts +176 -36
- package/src/regression.ts +1 -0
- package/src/tests/linear-methods-tests.ts +2 -0
- package/test-console-output-1.log +139 -182
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# EDA changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.2 (2025-03-28)
|
|
4
|
+
|
|
5
|
+
Updated Multivariate Analysis:
|
|
6
|
+
|
|
7
|
+
* Implemented the Quadratic PLS regression
|
|
8
|
+
* Improved MVA and PLS UI/UX
|
|
9
|
+
|
|
3
10
|
## 1.3.5 (2025-03-07)
|
|
4
11
|
|
|
5
12
|
Vector distance functions support for dimensionality reduction on webGPU and without
|