similar to: Machine learning teaching for Data Science Retreat

Displaying 20 results from an estimated 1000 matches similar to: "Machine learning teaching for Data Science Retreat"

2010 Oct 26
1
trying to chainload the normal ubuntu pxe installer
Hi syslinux experts, So, I have a pxe boot tree that looks something like this: /menu.cfg /linux /ubuntu /amd64 /meerkat (contains a mirror of the netboot ubuntu image) If I set the following in the appropriate stanza of my dhcpd.conf (for isc dhcpd v3), I can boot the ubuntu installer: filename "linux/ubuntu/amd64/meerkat/pxelinux.0"; next-server <tftp_server_ip>; I would
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
I am trying to add confidence (error) bars to lattice barcharts (and dotplots, and xyplots). I found this helpful message from Deepayan Sarkar and based teh code below on it: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50299.html However, I can't get it to work with groups, as illustrated. I am sure I am missing something elementary, but I am unsure what. Using R 2.1.1 on various
2003 Dec 14
1
compile error with C code and standalone R math C library
Dear People, I just went back to an old piece of C code. On trying to compile it with the R math standalone C library I got the following error. Can anyone enlighten me what I am doing wrong, if anything? C file (rr-sa.c) follows. I'm on Debian sarge. I'm running R version 1.8.1. Gcc is version 3.3.1. Thanks in advance. Faheem.
2009 Jul 06
0
Student research assistant, Part-time, Max Planck Institute, Berlin (Germany)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Center for Adaptive Behavior and cognition (ABC) at Max Planck Institute, Berlin (Germany) is looking for Student research assistants. We work on a mixed environment of R and Java. Skills on both would be a plus, but some R knowledge (or willingness to learn) should suffice. Requirements: You must be enrolled in a German University. You must have
2011 Jan 12
3
Secret of Monkey Island SE, steam on wine, crashes on start
I'm wondering if anyone can help me? I'm trying to run Secret of Monkey Island special edition in Steam on wine with Ubuntu Maverick Meerkat. I can install steam and use it to install the game (after it installs directx), apparently with no problems, but when I try to run the game, a window opens saying "Preparing to launch The Secret of Monkey Island: Special Edition". This
2008 Nov 09
1
Help on performing multiple chi-square tests
Hi, I am new to R and I need to perform multiple chi-square tests. I manage to perform one at a time, but is there a specific command to do multiple tests? For example, I have a table that looks like this: Marker Treatment Genotype1 Genotype2 Genotype3 1 A 23 57 32 1 B 43 59 12 ... ... n A ## ## ## n
2006 Apr 27
3
gmane?
Hi All, I recently found gmane http://gmane.org/ It's a system to covert mail to news and back, with the nice property of keeping a searchable archive... Very convenient if you are subscribed to many lists and don't want to have your mail box cluttered. I use it to read several mailing lists already, but R is not available there. I wonder if the admins know about gmane and if they
2007 Aug 08
3
Subject: Re: how to include bar values in a barplot?
Greg, I'm going to join issue with your here! Not that I'll go near advocating "Excel-style" graphics (abominable, and the Patrick Burns URL which you cite is remarkable in its restraint). Also, I'm aware that this is potential flame-war territory -- again, I want to avoid that too. However, this is the second time you have intervened on this theme (previously Mon 6
2011 Sep 29
2
upsd fails to start
O.S. Ubuntu 10.10, Maverick Meerkat 32 bit. NUT 2.4.3-1ubuntu5, package installed Belkin F6C1500-TW-RK I am having trouble starting uspd whenever I add a client from my lan to uspd.conf: LISTEN 127.0.0.1 3493 LISTEN 192.168.36.106 3493 naknight at nak-server:~$ sudo upsd -DDDD Network UPS Tools upsd 2.4.3 0.000000 listen_add: added 127.0.0.1:3493 0.000093 listen_add:
2011 Mar 24
2
running a script repeatedly
Dear Debian People: Is there a way to run a little script (on Ubuntu Manic Meerkat) every hour, please? I know that this is more of a LINUX/UNIX question rather than an R question. Sorry. Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse@uhd.edu [[alternative HTML version deleted]]
2001 Jan 09
2
PAM clustering (using triangular matrix)
Hi, I'm trying to use a similarity matrix (triangular) as input for pam() or fanny() clustering algorithms. The problem is that this algorithms can only accept a dissimilarity matrix, normally generated by daisy(). However, daisy only accept 'data matrix or dataframe. Dissimilarities will be computed between the rows of x'. Is there any way to say to that your data are already a
2008 Mar 18
0
dom0 serial port usage
Hi, my physical machine (Dell PE2650) has two serial ports, the /proc/tty/driver/serial output looks like this under a non-XEN Linux kernel: serinfo:1.0 driver revision: 0: uart:16550A port:000003F8 irq:4 tx:2761 rx:2766 CTS|CD|RI 1: uart:NS16550A port:000002F8 irq:3 tx:58353 rx:2986 RTS|CTS|DTR|DSR|CD|RI 2: uart:16550A port:0000EC80 irq:177 tx:0 rx:0 CTS|DSR|CD 3: uart:unknown port:000002E8
2008 Mar 14
0
Sola 305 with INT-0051 cable
Hello again, I have a Sola 305 (aka Powerware 3110) here connected via a serial INT-0051 cable which I am trying to get working with nut. The driver.list file indicates that nut supports the Sola 305 when connected via the INT-0025C cable using the genericups driver with upstype set to 7 but it does not mention the INT-0051. I was able to use the "Basic CheckUPS II" utility provided
2014 Jun 04
1
feature request -- talk to the router, not the UPS
On 6/2/2014 6:28 AM, Charles Lepple wrote: > On Jun 2, 2014, at 7:27 AM, elliot smith wrote: > >> For example I am using FreeNAS. Rather than supporting my unorthodox UPS >> signaling scheme by installing it as a script in FreeNAS, (and me probably >> messing something up in the process) this scheme could be supported >> instead by NUT. > > Bear in mind that
2007 May 07
3
like apply(x,1,sum), but using multiplication?
Hi, I need to multiply all columns in a matrix so something like apply(x,2,sum), but using multiplication should do. I have tried apply(x,2,"*") I know this must be trivial, but I get: Error in FUN(newX[, i], ...) : invalid unary operator The help for apply states that unary operators must be quoted. I tried single quotes too, with the same results. Thanks, -Jose -- Jose
2009 Oct 24
1
operations on sparse matrices, and dense intermediary steps
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm doing some basic operations on large sparse matrices, for example getting a row. it takes close to 30 seconds on a 3Ghz machine, and shots the memory usage up to the sky. I suspect there are dense intermediary steps (which, if true would defeat the purpose of trying to use sparse representaitons). As much as I try understanding the
2006 Apr 16
0
R-vim suite
Hi All, If you use vim to edit R code, you may be interested in this. I have put together a personalized syntax file, some code templates, and a way to send code from Vim to R using autoHotKeys (windows). http://www.andrew.cmu.edu/user/jquesada/RvimSuite/instructions.html Actually, the little autoHotKeys can be useful even if you don't use vim just to send the example R code from the help
2009 Oct 22
0
dgTMatrix --- [, , drop=F] strange behavior, Matrix 0.999375-20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have something strange here... I want to subset a large sparse matrix, with the subset being still in sparse form. Easily achievable with mm[i,,drop=F] , right? Well, it doesn't work on the matrix I'm working on. This is a very large wikipedia Matrix (now I can play with it as I just got 16Gb of memory): > mm at Dim [1] 793251
2009 Dec 01
0
R with atlas in ubuntu karmic 64
Hi, I'm trying to install R with atlas in ubuntu karmic 64. I do a lot of matrix operations so I need performance. Doing grep sse2 /proc/cpuinfo tells me tha my CPU supports SSE2. But I don't see libatlas3gf-sse2 in the package repositories. Also, there seem to be some gotchas on how to install atlas, even the vanilla one, as described here:
2012 Aug 27
1
nut setup on ubuntu 10.04
using latest stable version, 2.4.3 I've think i've got my configurations mostly working. I followed the following site. http://www.blasterspike.it/2011/03/28/how-to-install-nut-on-ubuntu-10-10-maverick-meerkat/ one issue i have is the upsmon.conf setting NOTIFYCMD /usr/local/ups/bin/notifyme in web searches it seems like this should be set to NOTIFYCMD /sbin/upssched but still not