-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: ParBayesianOptimization
Title: Parallel Bayesian Optimization of Hyperparameters
Version: 1.2.5
Authors@R: person("Samuel", "Wilson", email = "samwilson303@gmail.com", role = c("aut", "cre"))
Description: Fast, flexible framework for implementing Bayesian optimization of model
hyperparameters according to the methods described in Snoek et al. <arXiv:1206.2944>.
The package allows the user to run scoring function in parallel, save intermediary
results, and tweak other aspects of the process to fully utilize the computing resources
available to the user.
URL: https://github.com/AnotherSamWilson/ParBayesianOptimization
BugReports: https://github.com/AnotherSamWilson/ParBayesianOptimization/issues
Depends: R (>= 3.4)
Imports: data.table (>= 1.11.8), DiceKriging, stats, foreach, dbscan, lhs, crayon, ggplot2, ggpubr (>= 0.2.4)
Suggests: knitr, rmarkdown, xgboost, doParallel, testthat
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Maintainer: Samuel Wilson <samwilson303@gmail.com>