Skip to content

Commit 2d8ba7a

Browse files
committed
Update news for v0.1.0
1 parent 39ee04c commit 2d8ba7a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

NEWS.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# stackgbm 0.1.0
22

3-
## New Features
3+
## Improvements
44

5-
- First public release.
5+
- Use a standard dependency management strategy (thanks, @privefl, #1).
6+
- The optimal parameter objects generated by `cv_*()` now can be
7+
passed to the `params` argument `stackgbm()` directly when
8+
bundled as a list. This change simplifies the interface and
9+
saves typing (thanks, @svm-zhang, #26).
10+
- Rename the argument `nfolds` to `n_folds`, `ncpus` to `n_threads`
11+
in `cv_*()` and set the default value of `n_threads` to 1 (#18).
12+
- Optimize the default parameter grid (#19).
13+
- Add code examples for all exported functions (#27).

0 commit comments

Comments
 (0)