OpenML dependency removed. Since version == 1.19.52 the package OpenML is not
imported any more, because it is not maintained on CRAN.
If OpenML is available again, you can uncomment the lines in getDataCensus.R
and rebuild the package.
The census data set is included as dataCensusFull
kerasConf$returnObject == "model" returns y instead of only the model, i.e., y$model
1.19.44
BUGFIX:
dropoutfac value in getModelConf() corrected: [0.5; 1] -> [0; 0.5]
1.19.42
BUGFIX:
prepareProgressPlot() uses information about initial number of replicates (Rinit)
1.19.40
NEW:
getModelConf: number of units modified: 0;5 (1;32)
1.19.38
NEW:
further tests tfdatasets
1.19.36
NEW:
funKerasGeneric: embedding enhanced
1.19.32
BUGFIX:
"mace" -> "race" in Census Data
1.19.30
BUGFIX:
*funKerasGeneric: embedding corrected
1.19.28
BUGFIX:
xgboost added to suggests in DESCRIPTION
1.19.26
NEWS:
new function trans_odd_round()
evalKerasMnist() checks size (simple check)
new transformations for model "cnn" in getModelConf(): kernel uses trans_odd_round()
1.19.24
resDl100 data
1.19.22
NEWS:
getKerasConf() moved to getKerasConf.R
getKerasConf(): new argument tfDevice = "/cpu:0"
getMnistData(), evalKerasGeneric() and funKerasGeneric() require the argument kerasConf (getKerasConf() is not used as the default)
https addresses in documentations use \url{https://....}
funKerasModular.R renamed to funKerasGeneric.R
1.19.20
NEWS:
getModelConf() arguments modified. Function accepts a list, e.g., from getKerasConf()
1.19.18:
NEWS:
documentation
1.19.16:
NEWS
dataCensus: data frame
getDataCensus() uses SPOTMisc data frame "dataCensus" if getDataCensus() fails
1.19.14
NEWS
spotKeras()
1.19.12
NEWS:
pooling modified
1.19.10
NEWS:
kerasActivation()
1.19.8
NEWS
hyperparameter handling extended: mapX2Flags() uses new argument "model". Default: "dl"
1.19.6
NEWS:
limited number of training epochs in startMnistRun.R
1.19.4
NEWS:
MNIST updated
kConf -> kerasConf
startMnistRun()
1.19.2
BUGFIX:
tryCatch -> try in evalKerasGeneric()
1.19.0
NEWS:
evalParamCensus() accepts new parameter xbest. Default: "xBestOcba"
1.18.14
NEWS:
cleanup. funKerasGeneric.R removed
1.18.12
NEWS:
getMlConfig() does not call getDataCensus(), but accepts data as an argument.
get_objf() renamed to getObjf()
1.18.10
NEWS:
test predDlCensus
1.18.8
BUGFIX:
predMlCensus transforms x values before calculation
NEWS:
getDataCensus: new argument "cache.only" with default value "FALSE"
documentation, cleanup
1.18.6
BUGFIX:
prop corrected in evalParamCensus()
1.18.4
NEW:
evalParamCensus() added back
1.18.2
NEWS:
startKerasRun()
1.18.0
NEWS:
funKerasModular
1.17.14
NEWS:
documentation
1.17.12
NEWS:
handleNA -> handleNAs
1.17.10
NEWS:
kerasConf: naDummy removed, use spot::handleNAs instead
1.17.8
NEWS:
startCensusRun implemented as a script, not a function
1.17.6
NEWS:
kerasEvalPrediction() uses testScore instead of Metrics
1.17.4
NEWS: predictDL rewritten
1.17.2
NEWS:
CPU/GPU handling
1.17.0
NEWS:
tf updated
1.16.4
NEW:
with(tf$device("/cpu:0"), {}) is not used anymore, instead the follwoing mechanism is
used:
library(keras)
use_session_with_seed(42, disable_gpu = FALSE, disable_parallel_cpu = FALSE)
1.16.2
NEWS:
target set in getDataCensus
1.16.0
NEWS:
Generic keras functions
1.15.24
BUGFIX:
parallelPlot fixed
NEWS:
spotStats
keras functions use "with(tf$device("/cpu:0"), {})" to force CPU usage
1.15.22
BUGFIX:
OCBAbudget -> OCBABudget (typo)
1.15.20
NEWS:
plots updated
1.15.18
NEWS:
OCBA
1.15.16
BUGFIX:
commented code
1.15.14
BUGFIX:
getParamConf: missing task.type added
1.15.12
NEWS:
evalParamCensus() determines nFeatures
cache.dir set to "oml.cache"
1.5.10
BUGFIX:
example evalParamCensus fixed
1.15.8
BUGFIX:
evalParamCensus(): x is converted to matrix
1.15.6
NEWS:
Documentation.
1.15.4
NEWS:
startCensusRun()
1.15.2
NEWS:
Improved experimental designs and evaluations for keras
1.15.0
NEWS:
prepare optimizer select. This is hyperparameter x11, which can encoded as
type=factor.