Skip to content

Commit

Permalink
Add news for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie2wang committed Apr 12, 2022
1 parent cbdb19b commit 600b00d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# abclass 0.2.0

## New features

* Added experimental group-wise regularization by group lasso penalty.

## Minor changes

* Removed the function call from the return of `abclass()` to avoid
unnecessarily large returned objects
* Changed the default value of `lum_c` for `abclass()` from 0 to 1.
* Renamed the argument `rel_tol` to `epsilon` for `abclass()`.

## Bug fixes

* Fixed the first derivatives of the boosting loss
* Fixed the label prediction by using the fitted inner products instead of the
probability estimates
* Fixed the computation of regularization term for verbose outputs in
`AbclassNet`
* Fixed the computation of validation accuracy in cross-validation
* Fixed the assignment of `lum_c` in the associated header files.
* Fixed the computation of lower bound for distinct observation weights


# abclass 0.1.0

## New features
Expand Down

0 comments on commit 600b00d

Please sign in to comment.