lishiwei2011 / gradientboostedmodels

Automatically exported from code.google.com/p/gradientboostedmodels
0 stars 0 forks source link

Pairwise distribution in gbm crash under gbm.fit interface #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Pairwise regression is fine with formula interface, but when
I try it with gbm.fit, the same model the Rgui crash.

This is my naive
model:

gbm1<-gbm.fit(x=train[,c(2,4)],
y=train[,1],
n.trees=1000,

distribution = list(name="pairwise",group="query",metric="conc"),

interaction.depth = 2,
n.minobsinnode = 30,
shrinkage = 0.01,
bag.
fraction = 0.95,
verbose=TRUE)

Is it a known issue / restriction or
is a bug?

Thank you for your work!

Jose A.

Original issue reported on code.google.com by harry.southworth on 14 Jun 2013 at 8:39

GoogleCodeExporter commented 8 years ago
Add more info:
R i386 3.0.0 (32 bits)
gbm 2.1
W7 Profesional 32bits.

Crash message: 
Microsoft Visual C++ Runtime Library
This application has requested the Runtime to terminate it in a unsual way. 
Please contact the application's support team for more information.

Original comment by jaguerre...@gmail.com on 14 Jun 2013 at 8:56