summaryrefslogtreecommitdiff
path: root/loael.Rmd
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-01 13:52:38 +0100
committerChristoph Helma <helma@in-silico.ch>2016-03-01 13:52:38 +0100
commit799ac13e2424dafbabc817854ecd1f4a608c59d9 (patch)
treeef45fccf26151b54eb315d1607dcd4eca74a4f3b /loael.Rmd
parentafcaa6f7e8af8c9bc2cf419e8513051c6a595d88 (diff)
svm regression with caret tune, no crossvalidation
Diffstat (limited to 'loael.Rmd')
-rw-r--r--loael.Rmd7
1 files changed, 6 insertions, 1 deletions
diff --git a/loael.Rmd b/loael.Rmd
index c34f5f6..0951de6 100644
--- a/loael.Rmd
+++ b/loael.Rmd
@@ -182,7 +182,8 @@ algorithm for the prediction of quantitative properties. First all fingerprint
features with identical values across all neighbors are removed. The reamining
set of features is used as descriptors for creating a local weighted PLS model
with atom environments as descriptors and model similarities as weights. The
-`plsr` function of the `pls` R package [@pls] is used for this purpose.
+`pls` method from the `caret` R package [@Kuhn08] is used for this purpose.
+
Finally the local PLS model is applied to predict the activity of the query
compound.
@@ -190,10 +191,14 @@ If PLS modelling or prediction fails, the program resorts to using the weighted
mean of the neighbors LOAEL values, where the contribution of each neighbor is
weighted by its similarity to the query compound.
+default settings for tuning
+
### Applicability domain
Christoph: TODO
+Prediction intervals were obtained from the `predict` function.
+
### Validation
For the comparison of experimental variability with predictive accuracies we