Skip to content

Commit ffdfda6

Browse files
committed
0.3.3
1 parent 30cfc32 commit ffdfda6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ data-raw/
1010
^README-.*\.png$
1111
^logo\.png$
1212
^docs$
13+
^cran-comments\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: MlBayesOpt
22
Type: Package
33
Title: Hyperparameter Tuning for Machine Learning, Using Bayesian Optimization
4-
Version: 0.3.2
4+
Version: 0.3.3
55
Authors@R: person("Yuya", "Matsumura", role = c("aut", "cre"), email = "mattu.yuya@gmail.com")
66
Maintainer: Yuya Matsumura <mattu.yuya@gmail.com>
77
Description: This package provides the hyperparameter tuning using bayesian

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# MlBayesOpt 0.3.3
2+
- Fix Buggs for `xgb_cv_opt()`
3+
14
# MlBayesOpt 0.3.2
25
- Add a vignette
36
- Changed a option `num_tree_range` in `rf_opt()` to `num_tree`

0 commit comments

Comments
 (0)