similar to: help! A quetion about the Elasticnet package in R

Displaying 20 results from an estimated 100 matches similar to: "help! A quetion about the Elasticnet package in R"

2005 Jul 02
0
CCP Believes Australian Government Can Be Bought
Chen Yonglin: CCP Believes Australian Government Can Be Bought Jun 24, 2005 Picture:Chen Yonglin at the press conference on June 22, 2005 (The Epoch Times) When Chen Yonglin, the former Chinese Communist Party (CCP) diplomat seeking asylum in Australia, first announced his intention to defect, he told the world about the close relationship between
2013 Mar 14
1
Elasticnet - Cross validation problem
Hello, I am attempting to use elasticnet to classify a number of documents. The features are words. The data is coded into a matrix with each document as a row and each word as a column. The data is binary, with {0,1} indicating the presence of a word. I want to use the cross validation function of elasticnet (cv.enet). However, when the code selects a random subset of the data for a given
2009 Jul 12
0
Plotting problem [lars()/elasticnet()]
Dear all, I am using modified LARS algorithm (ref: The Adaptive Lasso and Its Oracle Properties, Zou 2006) for adaptive lasso penalized linear regression. 1. w(j) <- |beta_ols(j)|^(-gamma) gamma>0 and j = 1,...,p 2. define x_new(j) <- x(j)*w(j) 3. apply LARS to solve modified lasso problem out.adalasso <- lars(X_new,y,type="lasso") or enet(X_new,
2011 Apr 01
0
Applying the Google Summer code
Hi all: Glad to meet you!! My name's Zhang Fan, a Phd Student from Nankai University, China. I have been doing the information retrieval research work for 3 years. I have several papers published in the top-tier computer science conferences such as WSDM, VLDB, CIKM and ACL. I have many years of coding experiments and participated several projects about search engines. I want to take part in
2011 Apr 01
1
Apply the google summer code (additional idea)
Hi all: As I have gone through the The Xapian-devel Archives, it seems many people would like to do the project "weight schemes" and few would like to do the CJK project. I am a native speaker of Chinese and I learned a little Korean and Japanese, so if possible, I would like to apply this projects too. Fan Zhang -- My Homepage: http://sites.google.com/site/zhfan555/ PhD Student at
2011 Apr 07
1
About the Summer code
Hi Olly: I have updated my proposal, could you give me more advice? http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/fan/1 Thank you! -- My Homepage: http://sites.google.com/site/zhfan555/ PhD Student at Nankai U and Intern at MSRA -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 05
2
loop problem for extract coefficients
Dear R users, I have problem with extracting coefficients from a object. Here, X (predictor)and Y (response) are two matrix , I am regressing X ( dimensions 10 x 20) on each of columns of Y[,1] (10 x 1) and want to store the coefficient values. I have performed a Elastic Net regression and I want to store the coeffcients in each iteration. I got an error message . I do not
2009 Aug 04
2
error in Elastic net
Dear R users,   I am new user for elastic net. I am trying to use elasticnet library. I have marker data with 359 markers and 168 samples, and response is metabolites. I am trying to do regression between a metabolite and markers.  But i am getting the following error:   > en<-enet(marker,as.numeric(vio),lambda=0.5,normalize=FALSE,intercept=TRUE) Error in one %*% x : requires numeric
2009 Mar 17
1
Double Cross validation for LASSO
Dear R user, I am looking for a code on double cross validation in LASSO , one for optimizing the parameter and other one is for MSEP. If any one have it, please foroward to me. I am using different package like LARS, chemometric etc. Thanks in advance Alex [[alternative HTML version deleted]]
2013 Mar 19
1
Lars package
Hi,   I'm using lars package to run some regression analysis and my doubt now is how can I predict my model to another dataset? Let me explain a little better: I have a dataset from which I withhold some data. With the data that wasn't withheld, I create the model. Now, what I'm not being able to do is apply the model back to the data that I withheld. Any suggestions?   Here it goes
2014 Sep 15
0
CFP: IEEE/ACM Int. Symposium on Big Data Computing (BDC) 2014 -- 1 week deadline extension
Call for Papers IEEE/ACM International Symposium on Big Data Computing (BDC) 2014 December 8-11, 2014, London, UK http://www.cloudbus.org/bdc2014 In conjunction with: 7th IEEE/ACM International Conference on Utility and Cloud Computing (UCC 2014) Sponsored by: IEEE Computer Society and ACM (Association for Computing Machinery) Introduction
2014 Sep 15
0
CFP: IEEE/ACM Int. Symposium on Big Data Computing (BDC) 2014 -- 1 week deadline extension
Call for Papers IEEE/ACM International Symposium on Big Data Computing (BDC) 2014 December 8-11, 2014, London, UK http://www.cloudbus.org/bdc2014 In conjunction with: 7th IEEE/ACM International Conference on Utility and Cloud Computing (UCC 2014) Sponsored by: IEEE Computer Society and ACM (Association for Computing Machinery) Introduction
2011 Feb 03
1
glmnet with binary predictors
Hi Everybody! I must start with a declaration that I am a sparse user of R. I am creating a credit scorecard using a dataset which has a variable depicting actual credit history (good/bad) and 41 other variables of yes/no type. The procedure I am asked to follow is to use a penalized logistic procedure for variable selection. I have located the package "glmnet" which gives the complete
2013 Dec 02
1
Basic quetion on Asterisk usage
Hi all, I want peer-peer communication between two clients (soft phones) both are behind NAT.I have an accounts with SIP proxy for two clients. To communicate these two clients do i need to use Asterisk ? As per my understanding Asterisk acts like Gateway where conventional phone calls data transfer into internet voice calls. If am wrong please correct me . Thanks, Raghav.
2005 Jun 28
1
quetion about duplicate messages
Hi, we recently switched from Imap-Uw to Dovecot as a pop3 server. I was wondering why people who have the flag 'Leave messages on server' in their email client (Outlook, Outlook Expres) that they receive duplicates of their stored mail? Is it because Dovecot doesn't know that the messages has already been popped by Imap Uw or is the email client which thinks there are new messages
2017 Aug 01
1
How automatic Y on install y/n prompts?
You are right, maintainer does keep a list of model's packages. So how do I use a variable instead of $adaboost$? getModelInfo()$adaboost$library Also, server not found: http://rwiki.sciviews.org/doku.php?id=getting-started:reference-cards:getting-help On Tue, Aug 1, 2017 at 11:46 AM, Bert Gunter <bgunter.4567 at gmail.com> wrote: > I have provided you all the
2010 Jan 27
1
Step and AIC
Hello everybody, I would need some help from you. I am trying to fit a logistic model to some presence absence data of animals living on river islands. I have got 12 predictor variables and I am trying to use a stepwise forward method to fit the best logistic model to my data. I am using the function STEP (stats). I have a question for you. Can I use step function if my variables have a
2011 Jun 06
1
Lasso for k-subset regression
Dear R-users I'm trying to use lasso in lars package for subset regression, I have a large matrix of size 1000x100 and my aim is to select a subset k of the 100 variables. Is there any way in lars to fix the number k (i.e. to select the best 10 variables) library(lars) aa=lars(X,Y,type="lasso",max.steps=200) plot(aa,plottype="Cp") aa$RSS which.min(aa$RSS)
2017 Aug 01
0
How automatic Y on install y/n prompts?
You should read the section on Indexing in the Introduction to R document that comes with R, regarding $ and `[[`. -- Sent from my phone. Please excuse my brevity. On August 1, 2017 2:44:18 AM PDT, Dimlak Gorkehgz <rain8dome9 at gmail.com> wrote: >You are right, maintainer does keep a list of model's packages. > >So how do I use a variable instead of $adaboost$? >
2010 Jan 27
9
Remote debug quetion
Hey all, I plan to use windbg tool to do remote debug my Windows PV Driver. I''m confused how to setup the enviroment. Any Advice? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users