similar to: Gaussian Process Classification R packages

Displaying 20 results from an estimated 10000 matches similar to: "Gaussian Process Classification R packages"

2017 Dec 12
2
Gaussian Process Classification R packages
For the record: I **was** trying to be helpful. I simply didn't know whether "I struggled" meant that the OP had done a web search; as Chuck mentioned, when I did one, I found what looked like possibly helpful hits. The OP's hostile response frankly surprised me, but I see no reason to respond in kind. Cheers, Bert Bert Gunter "The trouble with having an open mind is
2017 Dec 11
0
Gaussian Process Classification R packages
Google it! "R Gaussian process model binary classification." Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Dec 11, 2017 at 4:53 AM, Damjan Krstajic <dkrstajic at hotmail.com> wrote: > Dear All, >
2017 Dec 11
2
Gaussian Process Classification R packages
Thank you Charles Berry for your kind reply. I don't see anything wrong with the word "struggling". I have spent several hours trying various R packages like kernlab and GPfit to use GP to create a binary classification model which produces a prediction interval for each sample. I have been struggling because with all of them you may create a GP classification model but it only
2017 Dec 12
0
Gaussian Process Classification R packages
For the record please re-read my original message. It is clear, concise, polite and thankful for future help. I received a reply "Google it!". Thank you! Thank you Jeff for your links. I am aware of them. However, they do not point to an R package for GP for binary classification which produces prediction intervals. It seems that r-help is not as it was before. Wish you all the
2017 Dec 11
2
Gaussian Process Classification R packages
I have kindly asked for help and I am sad to receive such a reply from some on the r-help list. I did google it prior to sending my request, and I could not find any R package which provides GP classification model which produces prediction intervals for each sample. I would be grateful if anybody could inform me about it. Thank you. ________________________________ From: Bert Gunter
2017 Dec 11
0
Gaussian Process Classification R packages
While a plea about struggling may seem appropriate to you, it is just as content-free as a reply telling you to use Google... and like it or not, that tit-for-tat arises due to frustration with lack of specificity as detailed by Charles. That is, if you are constructive about documenting your issue with a reproducible example and mentioning what you have tried and how it failed, you won't
2017 Dec 11
0
Gaussian Process Classification R packages
> On Dec 11, 2017, at 8:06 AM, Damjan Krstajic <dkrstajic at hotmail.com> wrote: > > I have kindly asked for help and I am sad to receive such a reply from some on the r-help list. > > Well, you only said you were `struggling' to find a package. Bert may well have done the Google search himself and found numerous resources on such models including links to R (as I
2009 Oct 08
1
statistics and R package for election results
Dear all, Is there any R package which would help in analysing election results between two elections? Does anybody know any good papers which are related to this field? I am a statistician and my main research area so far has been regression and classification modelling. The analysis of two election results is new to me. Thanks in advance. Kind regards DK
2009 Jun 30
2
NaiveBayes fails with one input variable (caret and klarR packages)
Hello, We have a system which creates thousands of regression/classification models and in cases where we have only one input variable NaiveBayes throws an error. Maybe I am mistaken and I shouldn't expect to have a model with only one input variable. We use R version 2.6.0 (2007-10-03). We use caret (v4.1.19), but have tested similar code with klaR (v.0.5.8), because caret relies on
2010 Mar 06
3
scientific (statistical) foundation for Y-RANDOMIZATION in regression analysis
Dear all, I am a statistician doing research in QSAR, building regression models where the dependent variable is a numerical expression of some chemical activity and input variables are chemical descriptors, e.g. molecular weight, number of carbon atoms, etc. I am building regression models and I am confronted with a widely a technique called Y-RANDOMIZATION for which I have difficulties in
2006 Jul 24
2
RandomForest vs. bayes & svm classification performance
Hi This is a question regarding classification performance using different methods. So far I've tried NaiveBayes (klaR package), svm (e1071) package and randomForest (randomForest). What has puzzled me is that randomForest seems to perform far better (32% classification error) than svm and NaiveBayes, which have similar classification errors (45%, 48% respectively). A similar difference in
2017 Jul 18
1
Help-Multi class classification for large datasets
Hai all, We are working on Multi-class Classification. Currently up to 1.1 million records Ranger package in R is able to handle. Training time on 128 GB RAM is 12 days, which is not a practically feasible method to proceed further. In future we will have dataset of dimension 10 million records, we are in search for a package or framework which can handle 10 million records with at least 12000
2017 Jul 28
4
R-Package for Recursive Partitioning without Classification or Regression
Hello, I have a question related to recursive partitioning, but I cannot find an answer, likely because I don't know how to properly word my Google search query. All recursive partitioning examples, which I can find, are used for either classification or regression trees like library(tree) data(iris) tree(Species ~ Sepal.Width + Petal.Width, data = iris) which implies building a
2011 Dec 07
1
How to fit the log Gaussian Cox process model
Hi, As far as I know, there exist some programs via the function INLA, but I'm so curious if there is a specific function directly used to fit the log Gaussian Cox process model and predict the latent Gaussian field. That is, if I have a data points, then I input it in the function and don't need to revise the program. Thanks for your help. Joseph -- View this message in context:
2010 Oct 21
1
SVM classification based on pairwise distance matrix
Dear all, I am exploring the possibilities for automated classification of my data. I have successfully used KNN, but was thinking about looking at SVM (which I did nto use before). I have a pairwise distance matrix of training observations which are classified in set classes, and a distance matrix of new observations to the training ones. Is it possible to use distance matrices for SVM, and
2003 Oct 22
1
: Prediction interval for a Gaussian family log-link model
Hi there fellow R-users, Can anyone tell me how to build a prediction interval for a gaussian log-link model for the reponse variable?? I can find the standard error of the predictions but I cant seem to find the prediction interval. Is there a way I can calculate the prediction interval from the standard errors?? Here's the example: logX<-rnorm(100)
2006 May 27
2
boosting - second posting
Hi I am using boosting for a classification and prediction problem. For some reason it is giving me an outcome that doesn't fall between 0 and 1 for the predictions. I have tried type="response" but it made no difference. Can anyone see what I am doing wrong? Screen output shown below: > boost.model <- gbm(as.factor(train$simNuance) ~ ., # formula +
2008 Sep 18
1
caret package: arguments passed to the classification or regression routine
Hi, I am having problems passing arguments to method="gbm" using the train() function. I would like to train gbm using the laplace distribution or the quantile distribution. here is the code I used and the error: gbm.test <- train(x.enet, y.matrix[,7], method="gbm", distribution=list(name="quantile",alpha=0.5), verbose=FALSE,
2012 May 16
1
survival survfit with newdata
Dear all, I am confused with the behaviour of survfit with newdata option. I am using the latest version R-2-15-0. In the simple example below I am building a coxph model on 90 patients and trying to predict 10 patients. Unfortunately the survival curve at the end is for 90 patients. Could somebody please from the survival package confirm that this behaviour is as expected or not - because I
2009 Nov 11
1
Introducing R to statisticians
Dear all, I will present R language and R software environment to the Statistical Society of Serbia. As I will doing it to professional statisticians it seems unneccesary to me to present them how R language works in details. I am more interested to present them with the latest facts regarding R (approximately number of users, number of add-on packages etc.) and in general why they should start