Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread Mathieu Blondel
On Wed, Aug 8, 2012 at 8:50 PM, Andreas Müller wrote: > > 2) There are at the moment no plans to add structured SVMs to the library. > The reason is that structured > models usually are very problem specific. It is possible to build generic > frameworks like Joachsim SVMstruct, > which works by th

Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread Peter Prettenhofer
seems hard to integrate nicely. >> >> Btw, I have some structured SVM code to play around in Python, if you want: >> http://peekaboo-vision.blogspot.co.uk/2012/06/structured-svm-and-structured.html >> >> Cheers, >> Andy >> >> >> - Ursprün

Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread amir rahimi
In fact I wanted to estimate plane parameters for small patches using structured output prediction. But, my dataset is very noisy and I had not enough time to do that ( choosing kernels, parameters, cross validation and etc). I decided to estimate the depth at each point and smooth it by a CRF. As

Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread Andreas Müller
> > Thanks for the fast response. > > > to JP: It works for me using gcc and g++ on 32-bit Mac and Linux! :) > > > J. Friedman in the paper "Greedy Function Approximation: A Gradient > Boosting Machine" has mentioned the M-regression algorithm which is > a gradient boosting regression method

Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread amir rahimi
- > Von: "amir rahimi" > An: scikit-learn-general@lists.sourceforge.net > Gesendet: Mittwoch, 8. August 2012 12:40:52 > Betreff: [Scikit-learn-general] GradientBoostingRegression loss function > andStructured svm > > > > Hi all, > I have two questi

Re: [Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread Andreas Müller
ant: http://peekaboo-vision.blogspot.co.uk/2012/06/structured-svm-and-structured.html Cheers, Andy - Ursprüngliche Mail - Von: "amir rahimi" An: scikit-learn-general@lists.sourceforge.net Gesendet: Mittwoch, 8. August 2012 12:40:52 Betreff: [Scikit-learn-general] GradientBoostingRegression lo

[Scikit-learn-general] GradientBoostingRegression loss function and Structured svm

2012-08-08 Thread amir rahimi
Hi all, I have two questions/requests Is there any way to define arbitrary loss function for gradient boosting regression? e.g. using huber penalty My request is about adding structured output prediction for SVM in the library. Is there any plan for adding that? -- ---