Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oooo26 committed Jun 16, 2023
1 parent 9c97655 commit d7e537c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ $ Rscript abess/docs/simulation/R/timings.R

New features version `4.6`:

- `abess` can be used via `mlr3extralearners` as learners `regr.abess` and `classif.abess`.
- Support no-intercept model for most regressors in `abess.linear` with argument `fit_intercept=False`. We assume that the data has been centered for these models. (Python)
- `abess` can be used via `mlr3extralearners` as learners `regr.abess` and `classif.abess`. (R)
- Use [CMake](https://cmake.org/) on compiling to increase scalability.
- Support score functions for all GLM models.
- Rearrange some arguments in Python package to improve legibility. Please check the latest [API document](https://abess.readthedocs.io/en/latest/Python-package/index.html).
- Support score functions for all GLM models. (Python)
- Rearrange some arguments in Python package to improve legibility. Please check the latest [API document](https://abess.readthedocs.io/en/latest/Python-package/index.html). (Python)

## Citation

Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Unreleased
- Python package

- Use `CMake <https://cmake.org/>`__ on compiling to increase scalability.
- Support no-intercept model for most regressors in `abess.linear` with argument `fit_intercept=False`. We assume that the data has been centered for these models.

- R package

Expand Down
20 changes: 12 additions & 8 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,21 @@ the other best subset selection problems.
What's new
===========

Version 0.4.5:
Unreleased
----------

- `abess` Python package can be installed via `conda`.
- Easier installation for Python users
- ``abess`` R package is is highlighted as one of the core packages in `CRAN Task View: Machine Learning & Statistical Learning <https://cran.r-project.org/web/views/MachineLearning.html>`__.
- Support predicting survival function in `abess.linear.CoxPHSurvivalAnalysis`.
- Rename estimators in Python. Please check `here <https://abess.readthedocs.io/en/latest/Python-package/index.html>`__.
- Use `CMake <https://cmake.org/>`__ on compiling to increase scalability.
- Support no-intercept model for most regressors in `abess.linear` with argument `fit_intercept=False`. We assume that the data has been centered for these models.

New best subset selection tasks:

- Generalized linear model for ordinal regression (a.k.a rank learning in some machine learning literature).
Version 0.4.6
-------------

- Support `score` function for all GLM estimators.
- Rearrange some arguments to improve legibility.
Please check `here <https://abess.readthedocs.io/en/latest/Python-package/index.html>`__ for the latest API.
- Better docstring, e.g. move important arguments to the front.
- Combine `metrics.py` and `functions.py`.

Citation
==========
Expand Down

0 comments on commit d7e537c

Please sign in to comment.