Description Usage Arguments Value
Fit a model to a sample and predict on a density
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | fit_and_predict_nb(sample, density, ...)
fit_and_predict_qda(sample, density, ...)
fit_and_predict_mda(sample, density, ...)
fit_and_predict_glm(sample, density, ...)
fit_and_predict_gam(sample, density, ...)
fit_and_predict_mars(sample, density, ...)
fit_and_predict_polymars(sample, density, ...)
fit_and_predict_knn(sample, density, ...)
fit_and_predict_svm(sample, density, ...)
fit_and_predict_rpart(sample, density, ...)
fit_and_predict_rf(sample, density, ...)
fit_and_predict_etrees(sample, density, ...)
fit_and_predict_xgboost(sample, density, ...)
fit_and_predict_mb(sample, density, ...)
fit_and_predict_nn(sample, density, seed = 31415)
fit_and_predict_elm(sample, density, ...)
fit_and_predict_gp(sample, density, ...)
|
sample |
'data.frame': a sample from a probability distribution |
density |
'data.frame': a grid of data points with density values |
...: |
parameters to pass on to the model |
the density data frame with a column of fitted probability predictions from the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.