similar to: save a regression model that can be used later

Displaying 20 results from an estimated 6000 matches similar to: "save a regression model that can be used later"

2002 Feb 22
1
(no subject)
Hi people, sorry for the previous HTML stuff, I hope this time it's plain text. Here's my problem: I'm not sure if this is a samba/solaris problem or a Win98 problem and I'll tell you why. I have a Solaris 8 server running samba 2.2.2, a linux/samba 2.0.7 box and a couple Win 98 boxes. When I did a complete restore of my Win98 box from tape, I could no longer access the Solaris
2002 Feb 25
2
(no subject)
did U use : smbpasswd -a user th passwd must be the same rick. >From: "Gary Ferrer" <gary@ferrer.yi.org> >To: "Samba-users" <samba@lists.samba.org> >Subject: [Samba] (no subject) >Date: Fri, 22 Feb 2002 00:07:04 -0800 > >Hi people, sorry for the previous HTML stuff, I hope this time it's plain >text. Here's my problem:
2010 Feb 11
1
Sweve/cacheSweave
Hi there I have a problem with using Sweave in combination with the option driver = cacheSweave. Whichever code I try to run - when it comes to converting the tex file into pdf it comes up with the same errors (\csname \endcsname errors). Does anybody have an idea what it going wrong? > Sweave("pgfSweave-example.Rnw",driver = cacheSweaveDriver) Writing to file
2009 Aug 04
1
Save model and predictions from svm
Hello, I'm using the e1071 package for training an SVM. It seems to be working well. This question has two parts: 1) Once I've trained an SVM model, I want to USE it within R at a later date to predict various new data. I see the write.svm command, but don't know how to LOAD the model back in so that I can use it tomorrow. How can I do this? 2) I would like to add the
2015 Jun 01
3
Signaling incoming call
Steve Edwards <asterisk.org at sedwards.com> schrieb: > You can fiddle with the ring tone by phone specific configuration and > phone specific SIP headers (sipaddheader(Alert-Info: ...)). > > These seem relevant: > > http://www.voip-info.org/wiki/view/RTTTL+melodies+for+ST2030 (the > discussion looks relevant as well). > >
2010 Jun 20
2
Icecast not listening ports?
Hey guys, First time using a mailing list, hopefully I've done it correctly. I've installed Icecast, and configured ports 8008 and 8009 in my icecast.xml file and started the server with icecast -b -c /etc/icecast.xml Icecast then loads and I can see the process in the command 'top' However, I can't access it with my domain URL, I have Shoutcast setup on this server on
2011 Feb 12
2
Predictions with missing inputs
Dear users, I'll appreciate your help with this (hopefully) simple problem. I have a model object which was fitted to inputs X1, X2, X3. Now, I'd like to use this object to make predictions on a new data set where only X1 and X2 are available (just use the estimated coefficients for these variables in making predictions and ignoring the coefficient on X3). Here's my attempt but, of
2005 Jun 01
3
x[x$a=="q",,drop=TRUE]
I'm trying to select a subset of a dataframe while dropping some factors. While the dataset gets smaller all Factor levels remain and I need to get rid of them. Strangely enough, I am almost certain that the same code on the same data worked OK earlier today - and it is not the first time that I'm not able to replicate earlier results with this command (I know, I might just be going
2011 Dec 02
6
Problem with japanese programs
Hello. I have a tiny problem. I am running Character Maker (a japanese painting program aimed mainly for RPG Maker and the like). Now on Windows, it used the default system font, but when I run it under Wine it uses an ugly handwriting font. Is there a way to fix this problem? It also happens with several programs which were originally in japanese (such as Melody Raiser [from the same author] and
2005 Dec 22
3
snom Firmware 5.0.
Hi, Snom phones firmware 5.0 is now out. Try it if you like: http://www.snom.com/wiki/index.php/Main_Page. Regards, --------------------------------------------------------------------- Usman Tahir snom technology AG www.snom.com --------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 25
21
Problems with mock assigned to a constant
Hi all, Initially I thought this was a bug in the built-in mocking framework(and it still may be), but I better hash it out on the mailing list before I file/reopen the ticket: http://rspec.lighthouseapp.com/projects/5645/tickets/478-mocks-on-constants#ticket-478-6 I thought my example illustrated my problem, but obviously I was passing the wrong arguments to the mock. I revised my example to
2001 Dec 08
1
almost printing
Ok, I've managed to print to my HPDeskjet 694c attached to a Solaris 8 box running samba 2.2.2 from Win98. Problem is with the left margin, there are these little lines (garbage) running down the 1st column on the left side of the page. Also, when I print a page from Word 97, the whole page doesn't print (about 95% of it) and starts a little too far down the page. Printing was perfect
2013 May 21
1
Calculating AIC for the whole model in VAR
Hello! I am using package "VAR". I've fitted my model: mymodel<-VAR(mydata,myp,type="const") I can extract the Log Liklihood for THE WHOLE MODEL: logLik(mymodel) How could I calculate (other than manually) the corresponding Akaike Information Criterion (AIC)? I tried AIC - but it does not take mymodel: AIC(mymodel) # numeric(0) Thank you! -- Dimitri Liakhovitski
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
Hi Louis, It's simple to run a r script from the excel spreadsheet. Just write your code, source("C:\\Quantil Aplicativos\\Genercauca\\BackwardSelectionNC.r"), into a cell of a workingsheet. Then right-click the cell and select "run code" in the pop-up menu. Hope this will help you. Best, Bernard -----????----- ???: r-help-bounces at r-project.org [mailto:r-help-bounces
2012 Dec 03
1
How do I make R randomForest model size smaller?
I've been training randomForest models on 7 million rows of data (41 features). Here's an example call: myModel <- randomForest(RESPONSE~., data=mydata, ntree=50, maxnodes=30) I thought surely with only 50 trees and 30 terminal nodes that the memory footprint of "myModel" would be small. But it's 65 megs in a dump file. The object seems to be holding all sorts of
2018 May 18
3
Exporting to text files
I have dose response data analyzed with the package 'drc'. 'summary(mymodel)' prints my kinetic parameters. I want that text in an ASCII text file. I want to get exactly what I would get if I copied and pasted from the terminal window. I've read the documentation on data export to text files here:
2006 Nov 16
2
dynamically adding static (class) methods to a class
Hello again, I guess this is more of a Ruby question, but here goes anyways... I want to intercept all calls to non existent class methods and then call an existing class method with the non existent name. In code... class MyModel < ActiveRecord::Base def MyModel.method_missing(symbol, *args) MyModel.func(symbol.id2name) end def MyModel.func(func_called) puts "You
2006 Feb 28
12
Examples for Money library ?
Can anybody share some examples of their Money implementation ? I''m trying to setup a Model to use this library, but can''t seem to wrap my head around how it is exactly supposed to work. My Model (Foo) looks like: =============== composed_of :commission, :class_name => "Money", :mapping => [ %w(commission_cents cents), %w(commission_currency currency) ] Yet, in
2010 Jan 01
1
Questions bout SVM
Hi everyone, Can someone please help me in these questions?: 1)if I use crossvalidation with svm, do I have to use this equation to calculate RMSE?: mymodel <- svm(myformula,data=mydata,cross=10) sqrt(mean(mymodel$MSE)) But if I don’t use crossvalidation, I have to use the following to calculate RMSE: mymodel <- svm(myformula,data=mydata) mytest
2010 Dec 29
2
Referring to an object name from within a function
Can anyone show me how to refer to an object name that is passed to a function, from within the function? For example: MyModel <- 1 test <- function(x) { if(x == 1) {cat("x is a valid object.\n")} } test(x) What I would like this to do is pass MyModel to function test, and if it passes a test, be able to print "MyModel is a valid object." Thanks. -- View this