search for: horse

Displaying 20 results from an estimated 575 matches for "horse".

Did you mean: worse
2010 May 11
1
has_one/belongs_to -- accessing the subordinate
...ith a has_one/belongs_to relationship, what''s the best way to guarantee that the belongs_to object gets created and is accessible alongside the has_one object? I *think* the after_create callback is a good choice, but I discovered an oddity while trying it. F''rinstance, if every horse has a carriage: ============ ActiveRecord::Schema.define do create_table(:horses) {|t| t.timestamps } create_table(:carriages) {|t| t.timestamps; t.integer :horse_id } end class Horse < ActiveRecord::Base after_create :create_carriage has_one :carriage, :dependent => :destroy privat...
2009 Sep 17
1
Grouped Logistic (Or conditional Logistic.)
...asily do this in R. Both SVM and GLM work easily. The part that I want to add is "group wise" awareness. So that the algorithm computes the coefficients to maximize the liklihood of of a "True" label per group. An toy explanation is probably best. I've been looking at horse racing models as a fun field to learn about statistics and R. So, for this example, lets assume the following: 100 horses in our stable 10 horses per race 75 races this season (some horses race more than once.) The independent variables are things about a horse (average speed, number of past wi...
2011 Oct 06
1
Urgent help needed for honours project - breaks between races in one year
Hi to anyone who is willing to help, I have a csv. file which has 1999 horses as the rows and the age(in years) of the horse at each race as columns. Ive read this file into R and called it 'horses'. Im trying to find the longest break between each race in the horse's first year of racing. I already have a numeric called 'age.first' which is the age at w...
2008 Dec 10
3
How do I multiply labeled vectors of numbers?
I'm an R newbie trying to do an operation that seems like it should be very simple, but after much playing around with the interface and reading "An Introduction to R" I can figure out how to do it. I have two text files. File1 contains: type n dog 2 cat 4 horse 6 File2 contains: type n horse 1 dog 3 cat 9 mouse 11 I want to read both files into R and multiply corresponding values of n so that I end up with: dog 2*3 = 6 cat 4*9 = 36 horse 6*1 = 6 mouse 0*11 = 0 Note that the type rows are not necessarily in the...
2018 Sep 12
2
make check (pigeonhole)
...ly. On 9/11/2018 9:26 PM, Aki Tuomi wrote: > You know we have rpm packages for 2.3.2.1 available at > https://repo.dovecot.org if you are in a hurry? > > > > --- > Aki Tuomi > Dovecot oy > > -------- Original message -------- > From: Eric Broch <ebroch at whitehorsetc.com> > Date: 12/09/2018 00:35 (GMT+02:00) > To: dovecot at dovecot.org > Subject: Re: make check (pigeonhole) > > Any news on this error on CentOS 7 ? > > Help! > > > On 9/10/2018 9:32 AM, Eric Broch wrote: >> >> I attempted as non-root user and got th...
2018 Feb 27
2
RADIUS
...se for a particular software when you do not know what the software is capable of and if it is applicable at all, and you can not very well design the use case when you don?t even know if what you might want is possible. Yet you need to start somewhere to get somewhere. Imagine you want to ride a horse and don?t know anything about horses. You look for documentation about horses, and the only documentations you can find are telling you that horses exist, how to get one and that they can be used for riding. How helpful is that? I?m merely asking how to ride the darn horses. Perhaps I?m better...
2009 May 12
1
Oblivion Horse armor Bug
Ok, I know this is a well known bug but I can't find a solution (if there is one). When you mount a horse outfitted with armor from the horse armor addon the game just crashes. Is there any way i could solve this? maybe by using njative windows dlls or playing around with winetricks?
2009 Oct 02
3
Tabulating using arbitrary numbers of factors
...all, thank you VERY much for any help you have time to offer. I greatly appreciate it. I would like to write a function that, given an arbitrary number of factors from a data frame, tabulates the number of occurrences of each unique combination of the factors. Cleary, this works: > table(horse,date,surface) <SNIP> , , surface = TURF date horse 20080404 20080514 20081015 20081025 20081120 20081203 20090319 Bedevil 0 0 0 0 0 0 0 Cut To The Point 227 0 0 0...
2011 Jul 12
7
FW: lasso regression
...6.00 116.46 0.14 0.00 0.00 5.14 5.00 118.50 118.97 5.00 119.77 0.00 0.00 0.14 4.57 4.14 120.74 121.03 4.00 116.81 0.14 0.29 0.00 4.86 3.57 117.63 117.40 5.00 117.66 0.14 0.14 0.14 4.57 4.71 119.19 120.57 7.00 #load Data crs<- read.csv("file:///C:/temp/Horse//horseracing.csv<file:///C:\temp\Horse\horseracing.csv>", na.strings=c(",", "NA", "", "?"), encoding="UTF-8") # # define x and y x= x<-crs[,9] #predictor variables y= y<-crs[1:8,] #response variable library(lars) cv.lars(x...
2009 Aug 22
1
Trying something for fun...
Hi, For fun, I'm trying to throw some horse racing data into either an svm or lrm model. Curious to see what comes out as there are so many published papers on this. One thing I don't know how to do is to standardize the probabilities by race. For example, if I train an LRM on a bunch of variable I get a model. I can then get pro...
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote: > > So not to beat a dead horse or anything, but after seeing Gavriel's note > that InstallShield was working in the latest Transgaming patch (I have no > need of the Direct3d stuff, but I was not able to find any relevant pattches > by Andreas on PATCHES), I installed the patch, and tried out installing > MediaPl...
2018 Sep 12
1
make check (pigeonhole)
...for 2.3.2.1 available at >>> https://repo.dovecot.org if you are in a hurry? >>> >>> >>> >>> --- >>> Aki Tuomi >>> Dovecot oy >>> >>> -------- Original message -------- >>> From: Eric Broch <ebroch at whitehorsetc.com> >>> Date: 12/09/2018 00:35 (GMT+02:00) >>> To: dovecot at dovecot.org >>> Subject: Re: make check (pigeonhole) >>> >>> Any news on this error on CentOS 7 ? >>> >>> Help! >>> >>> >>> On 9/10/2018 9:32...
2010 Sep 12
4
using read.table, removing extra quotation mark from a text field? (e.g. ""cat" )
....  An "extra" quotation mark has inadvertently been included within a few text fields.   e.g. for a pipe (|) delimited text file, I have something similar to this:   1|7|30| "dog" 2|6|25| ""cat" 3|4|20|"" 4|5| 56| "mouse" 5|3|56| ""horse" 6|56| ""   In the above example| there are extra quotation marks within the fields for cat and horse. (row 2 and row 5)   e.g. "cat , "horse   One solution is to simply edit the text file and remove the extra quotation mark.   Is there a "good solution" I can i...
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
On 20 February 2015 at 05:25, Chris Murphy <lists at colorremedies.com> wrote: >> I'd say your mom is an admin in the sense that chickens fly and horses swim. > > It's a confusing analogy. Chickens don't fly. Horses do swim. I have a couple of chickens, and yes, the buggers do fly if you don't clip their flight feathers. :-)
2008 Apr 24
1
truncate row names
...regression with the covariates in a matrix, and in the results the coefficients have the matrix name concatenated with the variable name: > full.t.ag <- Icens(lfirst_well, llast_well, lfirst_ill, formula=~ t.ag.X, breaks=t.ag.int, data=t.ag) > full.t.ag$cov$coeff t.ag.Xnyearc t.ag.Xhorse t.ag.Xswine t.ag.Xpet t.ag.Xother t.ag.Xpoultry t.ag.Xyr.horse -0.29497437 0.77857817 -0.53315929 -1.02745065 -0.17775268 -0.08237047 -0.36606818 I want these coefficients to have the t.ag.X removed from the names. ie. nyearc horse swine pe...
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
Le 19/02/2015 11:03, Chris Murphy a ?crit : > This is a false dichotomy. I reject it. There's too much fact to the > contrary. My mom has done an OS installation, she is most definitely > not an admin. I'd say your mom is an admin in the sense that chickens fly and horses swim. :o) -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
2018 Sep 10
2
make check (pigeonhole)
I attempted as non-root user and got the exact same error. On 9/10/2018 9:10 AM, Aki Tuomi wrote: > Have you attempted this as non-root user? > > > > --- > Aki Tuomi > Dovecot oy -- Eric Broch White Horse Technical Consulting (WHTC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180910/66ae41cb/attachment.html>
2018 Sep 12
0
make check (pigeonhole)
Must be non root user as well On 9/12/2018 1:05 PM, Aki Tuomi wrote: > Ok. We have that fix as well but for other reasons.? Good to know this. > > --- > Aki Tuomi > Dovecot oy > > -------- Original message -------- > From: Eric Broch <ebroch at whitehorsetc.com> > Date: 12/09/2018 21:36 (GMT+02:00) > To: Aki Tuomi <aki.tuomi at dovecot.fi>, dovecot at dovecot.org > Subject: Re: make check (pigeonhole) > > Hi Aki, > > I needed this patch > <https://src.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot-2.3.0.1-l...
2016 Jun 10
0
typosquatting and trojan horses in packages
A friend passed along this interesting link: http://incolumitas.com/2016/06/08/typosquatting-package-managers/ about the strategy of using "typosquatting" (packages with very similar names to existing packages) to trick users into downloading/installing packages with malicious code). They made fake trojans (with empty payloads) for Ruby, Python and NodeJS and experimented to see how
2014 Mar 19
1
Beating a dead horse
Sorry to do this .... AGAIN Every year or two I get stuck on this same problem involving excluding. Seems I learn how its done then 2yrs later I've totally forgotten and when I look up my notes ... this new need is just different enough that they don't apply. Here's the problem. (Simplified... and I've skipped some of the repetitive output) On remote ls A/ a/ b/ c/ d e on