View source: R/funKerasCensus.R
predMlCensus | R Documentation |
Predict machine learning models on Census data
predMlCensus( x = NULL, model = NULL, target = "age", task.type = "classif", nobs = 10000, nfactors = "high", nnumericals = "high", cardinality = "high", cachedir = "oml.cache", k = 1, prop = 2/3, verbosity = 0 )
x |
matrix hyperparameter, e.g., result from |
model |
character ml model, e.g., |
target |
target |
task.type |
class/reg |
nobs |
number of obsvervations, max: 229,285 |
nfactors |
(character) number of factor variables |
nnumericals |
(character) number of numerical variables |
cardinality |
(character) cardinality |
cachedir |
cachedir |
k |
number of repeats |
prop |
split proportion. Default: |
verbosity |
verbsity. Default: 0 |
list of matrices with predictions and true values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.