search for: relearn

Displaying 20 results from an estimated 54 matches for "relearn".

2004 Sep 03
2
windowing strategies
Hello to everybody, Does anyone has implemented a function for evaluating models using windowing strategies, such as growing window or sliding window ones? The aim is to evaluate regression models on a time series data. I do not use cross-validation once data sorted in a radom way does not make sense when evaluating time series. Thanks Joao Moreira
2004 Oct 13
0
Problems with randomForest for regression
...test.pos=test.pos.ini while (test.pos <= n) { naive.pred <- c(orig.data[test.pos-1,7]) model <- randomForest(Duracao ~ ., data=orig.data[1:(test.pos-1),], na.action=na.omit, ntree=5000, mtry=i) preds <- predict(model,orig.data[test.pos:min(n,test.pos+relearn.step- 1),]) test.pos <- test.pos+relearn.step a<-theil(preds, naive.pred, orig.data[test.pos:min (n,test.pos+relearn.step-1),7]) if (is.na(a)==FALSE) {eval.sum <- eval.sum + a} } rf.theil <- c(rf.theil, eval.sum/(trunc((n-test.pos.ini)/relearn.step)+1)) } r...
2017 Dec 01
2
R vs PYTHON vs SAS vs SPSS?
I am a mature learner; 3 masters some doctoral work ? statistics for social sciences; psychological statistics ? worked in spss and sas 2005 ? 2006 now have forgotten ; relearning my question is this can I do everything in R and Python and SAS studio that I did in SPSS and the paid variation of SAS we used in doctoral statistics class? Can I do in Stat in R or Python or SAS studio everything I need to do in multiple regression; ANOVA; ANCOVA etc ? that I did/was starting...
2006 Aug 23
5
negatively skewed data; reflecting
.... I know that you first need to reflect the negatively skewed data and then apply another transformation such as log, square root etc to bring it towards normailty. How is it that I reflect data in R? I'm sorry if this seems a very simple task, I think it involves going back to Maths GCSE and relearning reflection, rotation, translation etc! I have searched the internet, but cannot come up with anything useful on how to reflect data. > hist(Lsoc) #how do I reflect Lsoc in R? I am grateful for any help regarding this matter, it is just a very small part of my analysis and doesn't seem...
2015 Sep 24
0
FreeBSD 10 & default_vsz_limit causing reboots?
...us kernel: mfi0: 200247 (495457736s/0x0020/info) - Time established as 09/13/15 11:08:56; (51 seconds since power on) Sep 17 11:25:39 romulus kernel: mfi0: 200248 (495457771s/0x0008/info) - Battery temperature is normal Sep 17 11:25:39 romulus kernel: mfi0: 200249 (495457771s/0x0008/info) - Battery relearn will start in 4 days Sep 17 11:25:39 romulus kernel: mfi0: 200250 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0060/1000/1006/1000) Sep 17 11:25:39 romulus kernel: mfi0: 200251 (boot + 3s/0x0020/info) - Firmware version 1.40.342-1650 Sep 17 11:25:39 romulus kernel: mfi0: 200252...
2018 Apr 06
1
Best Power FE700VA?
...s five and six (only difference was package I'm using doesn't use /usr/local.)? So, it's set do all necessary; thanks very much for help so far!? However, it doesn't start unless I add to /etc/rc.d/rc.local.? Is there a log to show why?? I'd like to fix standard setup, then relearn setting up each UPS to be network-/HTTP-controlled.
2006 Oct 25
1
SpamAssassin training plugin
...the code to work for SpamAssassin instead. The purpose of this plugin is to watch the mail that is in the user's spam folder. If the user manually moves a piece of mail into the spam folder then the mail must have been spam that was incorrectly classified. This plugin causes SpamAssassin to relearn that mail as spam. Anyone else who finds this functionality useful is welcome to follow the link below. . http://chad.parry.org/software/dovecot/ - Chad Parry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot...
2017 Dec 01
0
R vs PYTHON vs SAS vs SPSS?
Yes On 30 November 2017 at 22:28, <hotprojects at nyc.rr.com> wrote: > I am a mature learner; 3 masters > some doctoral work ? statistics for social sciences; psychological > statistics ? > worked in spss and sas 2005 ? 2006 > now have forgotten ; relearning > my question is this can I do everything in R and Python and SAS studio > that I did in SPSS and the paid variation of SAS we used in doctoral > statistics class? > Can I do in Stat in R or Python or SAS studio > everything I need to do in multiple regression; ANOVA; ANCOVA etc &...
2015 Sep 15
3
FreeBSD 10 & default_vsz_limit causing reboots?
Ok, So this is really more of an observation than anything else.? I had a FreeBSD 10.1 server that was running great. Some SSL issue came up, or I upgrade Dovecot in ports - something occurred and the machine started rebooting randomly.? It would run for 2 weeks, then reboot.? It might run for 5 days and then reboot. So I started doing more FreeBSD upgrades, thinking it was a kernel issue. The
2009 Jan 15
0
[LLVMdev] Testing and CMake (was: win32/llvm.sln, win32/clang.sln)
...l check" would keep working, although for partial testing the script would be mandatory. If this is not already working, is due to lack of time here. OTOH, I haven't followed in detail all that discussion around a new testing framework (plus the introduction of C++ unit tests). I need to relearn was going on and see how that affects my plans. > That shouldn't prevent anyone who is using the current VS project > files from switching to CMake, though. Right. Current VS project files does not support testing at all. -- Oscar
2015 Oct 30
4
Screen
Hey I like to use Ctrl+A and Ctrl+E a lot to navigate my insane big bash one liners but this is incompatible with Screen which has a binding to Ctrl-A. Is it possible to move the screen binding so I can have the best of both worlds? Ta Andrew
2009 Jan 15
2
[LLVMdev] [cfe-dev] win32/llvm.sln, win32/clang.sln
On Jan 15, 2009, at 8:43 AM, Óscar Fuentes wrote: > Makslane Araújo Rodrigues > <makslane at hotmail.com> writes: > >> Please, don't remove, I'm using!!! > > What's preventing you from using CMake? > > Is there some problem we can solve? At some point, we'll need to deal with the testing issue in the CMake build system. Clang, for example, uses
2015 Oct 30
2
Screen
...'s always tmux. It uses > ctl+b by default, and one of the reasons is the issue you mention. > > (If you have a lot of complex uses of screen, then it becomes a bigger deal > to learn the new keyboard shortcuts, but many people just use it's attach > and deteach feature, and relearning those in tmux takes a few minutes.) > > If you are interested in trying it, I have my own very simple page with > links to a better page at http://srobb.net/screentmux.html >
2017 Sep 11
2
[RFC] llvm-dwarfdump's command line interface
...d are users on other platforms to the current >> command line interface? > > > I'm not especially attached - though I imagine it's pretty cheap to support > both (though I don't personally mind if you want to migrate from one to the > other - will just take a bit to relearn the muscle memory). > > One other thing: If we're moving towards a point where llvm-dwarfdump is not > just a tool for LLVM developers but a shipping product, might be worth being > a bit more rigorous about testing for it (historically sometimes dwarfdump > functionality hasn...
2017 Sep 08
5
[RFC] llvm-dwarfdump's command line interface
I would like to grow llvm-dwarfdump to become a drop-in replacement for the dwarfdump utility that is currently shipping on Darwin. (You can search the web for "darwin dwarfdump manpage" to see the currently supported feature set.) Doing this means implementing the missing features, such as the ability to print only subsets of DIEs, looking up DIEs by name or address, and the option to
2015 Dec 23
3
C7 apache file access
On 12/23/2015 02:36 PM, Paul Heinlein wrote: > On Wed, 23 Dec 2015, Robert Moskowitz wrote: > >> Pulling out what little hair I have here, but stumbled onto a >> possible problem. >> >> I have a server running C6 apache that is set up with personal >> directories and no problem showing the files. >> >> You can see it at:
2016 Sep 28
7
Alternative GUI
Hey All, I'm considering moving from CentOS 6 to CentOS 7. I'm not interested in dealing with Gnome 3. I've heard good things about Mate, a fork of Gnome 2. it appears that Mate is available in the EPEL repository associated with CentOS 7. Have any of you tried Mate on CentOS 7? In your experienced opinion what would I be giving up by abandoning Gnome 3 and installing Mate
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
...pholding motherhood and promoting the wholesomeness of apple-pie this sort of moralizing really brooks no answer. You can guess my opinion on that line of puritanism. As you have painfully discovered, infrequently used utilities and commands are difficult to deal with. The process of learning, or relearning, the correct arcana is particularly noisome given the notorious inconsistency of syntaxes across different utilities and the spotty coverage of up-to-date documentation. Google can be a dangerous guide given the wide variation of practice across differing flavours of *nix and the widespread ave...
2004 Dec 29
3
Windows vignettes, shQuote, texi2dvi
I noticed a shQuote fix for Windows in the svn logs. Just wanted to point out that this will favorably affect texi2dvi on Windows which previously used UNIX quoting and so generated an incorrect Windows command. (Note that texi2dvi is used when creating vignettes.) Another problem is that the recommended tex distribution for Windows, fptex, does not have texi2dvi in the first place. The
2018 Mar 23
2
Best Power FE700VA?
On 03/21/2018 07:07 PM, Charles Lepple wrote: > On Mar 20, 2018, at 6:06 PM, David Melik wrote: >> Ok, around 24hrs ago I retested, but the (same) output is still on >> the screen without it going into background to release tty/sh... > My mistake - I misinterpreted the log you posted. Without the "-D" flag, the driver should go into the background in a matter of