We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00eb422 + ee2d1d5 commit c89c2eeCopy full SHA for c89c2ee
CHANGELOG.md
@@ -13,6 +13,17 @@
13
14
15
<a name="4.4.2"></a>
16
+## [6.0.0](https://github.com/mljs/regression/compare/v5.0.1...v6.0.0) (2024-05-03)
17
+
18
19
+### ⚠ BREAKING CHANGES
20
21
+* throw error if insufficient number of points
22
23
+### Features
24
25
+* throw error if insufficient number of points ([00eb422](https://github.com/mljs/regression/commit/00eb422f371914643700a0af0efd8ed9c7ef679b))
26
27
## [4.4.2](https://github.com/mljs/regression/compare/v4.4.1...v4.4.2) (2017-07-21)
28
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ml-regression",
3
- "version": "5.0.1",
+ "version": "6.0.0",
4
"description": "Regression algorithms",
5
"main": "lib/index.js",
6
"module": "src/index.js",
0 commit comments