@datagrok/eda 1.1.33 → 1.1.35
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 +10 -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 +3 -3
- package/src/package.ts +6 -4
- package/src/pls/pls-tools.ts +25 -2
- package/src/regression.ts +22 -61
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# EDA changelog
|
|
2
2
|
|
|
3
|
+
## 1.1.35 (2024-08-28)
|
|
4
|
+
|
|
5
|
+
* Add History support and enable gpu by default if available for dim-red
|
|
6
|
+
|
|
7
|
+
## 1.1.34 (2024-08-09)
|
|
8
|
+
|
|
9
|
+
* Updated multivariate analysis
|
|
10
|
+
* Reduced bias in the PLS regression and Multivariate Analysis
|
|
11
|
+
* Fixed linear regression fails
|
|
12
|
+
|
|
3
13
|
## 1.1.33 (2024-08-14)
|
|
4
14
|
|
|
5
15
|
Bump ml version to 6.6.21
|