This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: testAutoProxyFullExposed (PyroTests.test_serialize.SerializeTests_dill) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/media/src/Pyro4/tests/PyroTests/test_serialize.py", line 275, in testAutoProxyFullExposed | |
s, c = self.ser.serializeData(data) | |
File "/media/src/Pyro4/.tox/pypy/site-packages/Pyro4/util.py", line 155, in serializeData | |
data = self.dumps(data) | |
File "/media/src/Pyro4/.tox/pypy/site-packages/Pyro4/util.py", line 457, in dumps | |
return dill.dumps(data, Pyro4.config.DILL_PROTOCOL_VERSION) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date | demand | |
---|---|---|
01-01-04 | 488.07 | |
02-01-04 | 582.02 | |
03-01-04 | 575.58 | |
04-01-04 | 542.39 | |
05-01-04 | 600.26 | |
06-01-04 | 544.76 | |
07-01-04 | 695.58 | |
08-01-04 | 718.88 | |
09-01-04 | 699.09 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plot.nnet<-function(mod.in,nid=T,all.out=T,all.in=T,bias=T,wts.only=F,rel.rsc=5, | |
circle.cex=5,node.labs=T,var.labs=T,x.lab=NULL,y.lab=NULL, | |
line.stag=NULL,struct=NULL,cex.val=1,alpha.val=1, | |
circle.col='lightblue',pos.col='black',neg.col='grey', | |
bord.col='black', ...){ | |
require(scales) | |
#sanity checks | |
if('mlp' %in% class(mod.in)) warning('Bias layer not applicable for rsnns object') |