We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ee04c commit 2d8ba7aCopy full SHA for 2d8ba7a
NEWS.md
@@ -1,5 +1,13 @@
1
# stackgbm 0.1.0
2
3
-## New Features
+## Improvements
4
5
-- First public release.
+- 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