@datagrok/eda 1.1.24 → 1.1.27

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "files.associations": {
3
+ "dense": "cpp"
4
+ }
5
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # EDA changelog
2
2
 
3
+ ## 1.1.27 (2024-06-17)
4
+
5
+ Add linear regression
6
+
7
+ ## 1.1.26 (2024-05-27)
8
+
9
+ Add inflation factor to MCL
10
+
11
+ ## 1.1.25 (2024-05-16)
12
+
13
+ Fix inconsistent KNN size in webGPU.
14
+
3
15
  ## 1.1.24 (2024-05-09)
4
16
 
5
17
  * Fix GPU description nullish value.
package/README.md CHANGED
@@ -15,3 +15,4 @@ EDA is a [package](https://datagrok.ai/help/develop/#packages) for the [Datagrok
15
15
  * One-way ANOVA ([link](https://en.wikipedia.org/wiki/One-way_analysis_of_variance))
16
16
  * Missing data imputation
17
17
  * k-nearest neighbors method ([KNN](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm))
18
+ * [Linear regression](https://en.wikipedia.org/wiki/Linear_regression)
Binary file