Skip to content

Commit d9dc187

Browse files
committed
Auto-generated commit
1 parent 19a747d commit d9dc187

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-28)
7+
## Unreleased (2025-08-12)
88

99
<section class="issues">
1010

@@ -24,6 +24,8 @@ A total of 2 issues were closed in this release:
2424

2525
<details>
2626

27+
- [`77867ac`](https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed) - **docs:** remove trailing whitespace _(by Philipp Burckhardt)_
28+
- [`153c9c1`](https://github.com/stdlib-js/stdlib/commit/153c9c19e7e5bc138e18500cea598365d6df55d8) - **style:** fix indentation in JSON files _(by Philipp Burckhardt)_
2729
- [`e1e45f6`](https://github.com/stdlib-js/stdlib/commit/e1e45f6323aa212a1ae7bbc0ac584131f7c87805) - **chore:** fix EditorConfig lint errors [(#6860)](https://github.com/stdlib-js/stdlib/pull/6860) _(by zhanggy)_
2830
- [`ad586ea`](https://github.com/stdlib-js/stdlib/commit/ad586ea94ab5079d4a097f8a472be16acce1a8cd) - **refactor:** use base array assertion utility _(by Athan Reines)_
2931
- [`21cdb49`](https://github.com/stdlib-js/stdlib/commit/21cdb496f2a3fafe672022e1be0e261949f88a27) - **chore:** fix EditorConfig lint errors [(#6086)](https://github.com/stdlib-js/stdlib/pull/6086) _(by Sanchay Ketan Sinha, Aayush Khanna, stdlib-bot)_
@@ -38,10 +40,11 @@ A total of 2 issues were closed in this release:
3840

3941
### Contributors
4042

41-
A total of 4 people contributed to this release. Thank you to the following contributors:
43+
A total of 5 people contributed to this release. Thank you to the following contributors:
4244

4345
- Aayush Khanna
4446
- Athan Reines
47+
- Philipp Burckhardt
4548
- Sanchay Ketan Sinha
4649
- zhanggy
4750

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
16+
Aditya Singh <[email protected]>
1517
Ahmed Atwa <[email protected]>
1618
Ahmed Kashkoush <[email protected]>
1719
Ahmed Khaled <[email protected]>
@@ -119,6 +121,8 @@ Momtchil Momtchev <[email protected]>
119121
Muhammad Haris <[email protected]>
120122
Muhammad Taaha Tariq <[email protected]>
121123
Muhmmad Saad <[email protected]>
124+
NEEKUorAAYUSH <[email protected]>
125+
Nakul Krishnakumar <[email protected]>
122126
Naresh Jagadeesan <[email protected]>
123127
Naveen Kumar <[email protected]>
124128
Neeraj Pathak <[email protected]>
@@ -133,6 +137,7 @@ Oneday12323 <[email protected]>
133137
Ori Miles <[email protected]>
134138
Philipp Burckhardt <[email protected]>
135139
Pierre Forstmann <[email protected]>
140+
Pradyumn Prasad <[email protected]>
136141
Prajjwal Bajpai <[email protected]>
137142
Prajwal Kulkarni <[email protected]>
138143
Pranav Goswami <[email protected]>
@@ -198,10 +203,12 @@ Utkarsh <http://[email protected]>
198203
Utkarsh Raj <[email protected]>
199204
UtkershBasnet <[email protected]>
200205
Vaibhav Patel <[email protected]>
206+
Vansh Choudhary <[email protected]>
201207
Vara Rahul Rajana <[email protected]>
202208
Varad Gupta <[email protected]>
203209
Vinit Pandit <[email protected]>
204210
Vivek Maurya <[email protected]>
211+
Wendy Yuchen Sun <[email protected]>
205212
Xiaochuan Ye <[email protected]>
206213
Yaswanth Kosuru <[email protected]>
207214
Yernar Yergaziyev <[email protected]>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The function accepts the following `options`:
9191

9292
- `hinge`: hinge loss function. Corresponds to a soft-margin linear Support Vector Machine (SVM), which can handle non-linearly separable data.
9393
- `log`: logistic loss function. Corresponds to Logistic Regression.
94-
- `modifiedHuber`: Huber loss function [variant][@zhang:2004a] for classification.
94+
- `modifiedHuber`: Huber loss function [variant][@zhang:2004a] for classification.
9595
- `perceptron`: hinge loss function without a margin. Corresponds to the original perceptron by Rosenblatt (1957).
9696
- `squaredHinge`: squared hinge loss function SVM (L2-SVM).
9797

dist/index.js.map

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

lib/learning_rate_defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"basic": [ "basic" ],
3-
"constant": [ "constant", 0.02 ],
4-
"invscaling": [ "invscaling", 0.02, 0.5 ],
5-
"pegasos": [ "pegasos" ]
2+
"basic": [ "basic" ],
3+
"constant": [ "constant", 0.02 ],
4+
"invscaling": [ "invscaling", 0.02, 0.5 ],
5+
"pegasos": [ "pegasos" ]
66
}

0 commit comments

Comments
 (0)