[Scikit-learn-general] Canonical Correlation Forests

2015-12-10 Thread Scott Turner
ht skills & interest. -- Scott Turner -- ___ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 70, Issue 11

2015-11-13 Thread Scott Turner
On Fri, Nov 13, 2015 at 6:01 AM, < scikit-learn-general-requ...@lists.sourceforge.net> wrote: > It's not a good idea, but i'll post it: > A man after my own heart :-) > Seems that it's possible to easily create StackingClassifier even in > current master. > But a Pipeline can't be used as a Cl

Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 70, Issue 10

2015-11-12 Thread Scott Turner
On Thu, Nov 12, 2015 at 3:41 PM, < scikit-learn-general-requ...@lists.sourceforge.net> wrote: > https://github.com/scikit-learn/scikit-learn/pull/5805 I wish all my off-hand remarks got such speedy service :-). To return for a moment to Andreas Mueller's concern over whether an averaging ensemb

Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 70, Issue 8

2015-11-11 Thread Scott Turner
On Wed, Nov 11, 2015 at 6:18 PM, < scikit-learn-general-requ...@lists.sourceforge.net> wrote: > @Scott: See https://github.com/scikit-learn/scikit-learn/pull/5794 for > checking the VotingClassifier > It has also occurred to me that VotingClassifier ought to be capable of using multiple CPUs to r

Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 70, Issue 8

2015-11-11 Thread Scott Turner
On Wed, Nov 11, 2015 at 6:18 PM, < scikit-learn-general-requ...@lists.sourceforge.net> wrote: > I am only a little concerned if averaging the results of different > regressors could potentially help with the predictive performance. I believe it has been proven that averaging uncorrelated regress

[Scikit-learn-general] Averaging Regressor?

2015-11-10 Thread Scott Turner
ator, so it provides a way for getting confidence estimates (or at least local error estimates) for estimators that don't provide that otherwise. If there's interest I'm happy to contribute that code as well. -- Scott Turner --