Displaying 5 results from an estimated 5 matches for "brown3".
Did you mean:
brown
2017 Jun 26
3
Jagged ROC curves?
...000,pdel=0.05)
my_opt_model <- my_model$RFopt
my_probs <- predict(my_opt_model, d1test, type = 'prob')
my_roc <- roc(d1test[,resp_col] ~ my_probs[,2])
aucval <- round(as.numeric(my_roc$auc),4)
return(my_roc)
}
roc_1 <- getROC(dat1,dat1test)
plot.roc(roc_1,col="brown3")
> roc_1
Call:
roc.formula(formula = d1test[, resp_col] ~ ibd_probs[, 2])
Data: ibd_probs[, 2] in 3 controls (d1test[, resp_col] 0) < 19 cases
(d1test[, resp_col] 1).
Area under the curve: 0.8596
> roc_1$sensitivities
[1] 1.00000000 0.94736842 0.94736842 0.94736842 0.89473684...
2017 Jun 26
0
Jagged ROC curves?
...opt
>
> my_probs <- predict(my_opt_model, d1test, type = 'prob')
> my_roc <- roc(d1test[,resp_col] ~ my_probs[,2])
> aucval <- round(as.numeric(my_roc$auc),4)
> return(my_roc)
> }
>
>
> roc_1 <- getROC(dat1,dat1test)
> plot.roc(roc_1,col="brown3")
>
>
>> roc_1
>
> Call:
> roc.formula(formula = d1test[, resp_col] ~ ibd_probs[, 2])
>
> Data: ibd_probs[, 2] in 3 controls (d1test[, resp_col] 0) < 19 cases
> (d1test[, resp_col] 1).
> Area under the curve: 0.8596
>
>
>> roc_1$sensitiviti...
2017 Jun 26
0
Jagged ROC curves?
...ttached two png files (test_roc.png & test_roc_smooth.png)
>
> 1. Using 'plot' function:
>
> plot(c(1,0),c(0,1), type='l', lty=3, xlim=c(1.01,-0.01), ylim=c(-0.01,1.01), xaxs='i', yaxs='i', ylab='', xlab='')
> plot(roc_1,col="brown3", lwd=2, add=T, lty=1)
>
> 2. Using the 'smooth' function:
>
> plot(c(1,0),c(0,1), type='l', lty=3, xlim=c(1.01,-0.01), ylim=c(-0.01,1.01), xaxs='i', yaxs='i', ylab='', xlab='')
> plot(smooth(roc_1),col="brown3", lwd=2,...
2011 Jun 12
0
Bug#630175: 32 bit hvm windows xp pro guests crash on 64 bit amd host
...lling onto an image filesystem image using disk: file and
exactly the same
thing happens.
here is the config i am using:
import os, re
arch = os.uname()[4]
kernel = "/usr/lib/xen-default/boot/hvmloader"
builder='hvm'
memory = 2048
maxmem = 4096
shadow_memory = 20
name = "brown3"
vif = [ 'type=ioemu, bridge=eth0' ]
disk = [ 'phy:/dev/mapper/lime-brown3,ioemu:xvda,w',
'phy:/dev/sr0,ioemu:xvdc:cdrom,r' ]
device_model = '/usr/lib/xen-default/bin/qemu-dm'
boot="dc"
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncconsole=1
vncdisplay=...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...0000EE",
"blue3", "#0000CD",
"blue4", "#00008B",
"blueviolet", "#8A2BE2",
"brown", "#A52A2A",
"brown1", "#FF4040",
"brown2", "#EE3B3B",
"brown3", "#CD3333",
"brown4", "#8B2323",
"burlywood", "#DEB887",
"burlywood1", "#FFD39B",
"burlywood2", "#EEC591",
"burlywood3", "#CDAA7D",
"burlywood4", &...