# NOT RUN {
feat <- mmb::createFeatureForBayes(
name = "Petal.Width", value = mean(iris$Petal.Width))
featTarget <- mmb::createFeatureForBayes(
name = "Species", iris[1,]$Species, isLabel = TRUE)
# }
Run the code above in your browser using DataLab