Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 22, 2022
1 parent 3e4ce65 commit f388a67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.24.0](https://github.com/javascriptdata/scikit.js/compare/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](https://github.com/javascriptdata/scikit.js/commit/10141cd9213a2da7aa1d3122f3143d29abb574d8))

# [1.23.0](https://github.com/javascriptdata/scikit.js/compare/v1.22.0...v1.23.0) (2022-05-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scikitjs",
"version": "1.23.0",
"version": "1.24.0",
"description": "Scikit-Learn for JS",
"output": {
"node": "dist/node/index.js",
Expand Down

0 comments on commit f388a67

Please sign in to comment.