Re: [R] exporting adaBoost model

2008-08-18 Thread Bob Flagg
Hans, I was not aware of the Orange library. Since import via PMML is not possible I guess I could simply build the model in Python using this library. I'll give this a shot and compare it with the approach via Rpy. Thanks for the help! Bob On Sun, 2008-08-17 at 23:31 -0700, Hans W. Borche

Re: [R] exporting adaBoost model

2008-08-17 Thread Hans W. Borchers
One way to port these kinds of models between applications is the Predictive Model Markup Language (PMML). The R package 'PMML' supports linear regression, rpart, SVM, and others, not adaBoost. On the other side, not even the Python machine learning library Orange does have an import function fo

[R] exporting adaBoost model

2008-08-15 Thread Bob Flagg
Dear all, I'm using adaBoost from the ada package to build a classification model. After training the model in R I'd like to use it in a Python application. Is it possible to export the model in some way to make translating into python easier? Any help would be greatly appreciated. Thanks. Bo