Skip to content

Commit f388a67

Browse files
chore(release): 1.24.0 [skip ci]
# [1.24.0](v1.23.0...v1.24.0) (2022-05-22) ### Features * sgd classifier can not train on categorical variables, as well as one-hot encoded variables ([10141cd](10141cd))
1 parent 3e4ce65 commit f388a67

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.24.0](https://github.com/javascriptdata/scikit.js/compare/v1.23.0...v1.24.0) (2022-05-22)
2+
3+
4+
### Features
5+
6+
* sgd classifier can not train on categorical variables, as well as one-hot encoded variables ([10141cd](https://github.com/javascriptdata/scikit.js/commit/10141cd9213a2da7aa1d3122f3143d29abb574d8))
7+
18
# [1.23.0](https://github.com/javascriptdata/scikit.js/compare/v1.22.0...v1.23.0) (2022-05-19)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scikitjs",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "Scikit-Learn for JS",
55
"output": {
66
"node": "dist/node/index.js",

0 commit comments

Comments
 (0)