Re: [Scikit-learn-general] Which scikit-learn contributors share common interests?

2013-09-27 Thread Robert Layton
This is a great idea! I wonder if my recent PR on licences skewed my result (in which I touched nearly every file...). Perhaps this should be an (automatically updating) example in the scikit-learn gallery? (that said, it could also be a good conference paper for you) On 26 September 2013 03:31

Re: [Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Luca Cerone
Thanks Emanuele! *Luca Cerone* Tel: +447585611951 Skype: luca.cerone On 27 September 2013 12:59, Emanuele Olivetti wrote: > Hi, > > Fetching just retrieve the changes to your local copy of the remote > branch, wihtout merging. Pull = fetch + merge. > If you do as Gilles explained then you nee

Re: [Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Emanuele Olivetti
Hi, Fetching just retrieve the changes to your local copy of the remote branch, wihtout merging. Pull = fetch + merge. If you do as Gilles explained then you need to pull (or even better, to fetch and rebase) from refs/pull/2120/head:mlp whenever you want to use the latest changes in PR #2120.

[Scikit-learn-general] Using HIdden Markov Model for predection

2013-09-27 Thread Maheshakya Wijewardena
Suppose there is a sequence of observations. for an example take [1,2,3,5,5,5,2,3,2,3, ..., 3, 4]. (Those can be even real numbers). How do I use the current implementation of HMM in Scikit-learn to predict the next value of this observation sequence. I have 2 questions regarding this. 1. Given a

Re: [Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Luca Cerone
Hi Gilles, thanks for the quick reply :) I just have one doubt, say that I find a bug in the pull request branch and I fix it locally, the second git fetch (upstream should be origin in our example, right?) would behave as a normal pull, merging what can be merged and asking to resolve eventual co

Re: [Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Gilles Louppe
Hi Luca, Let "origin" be the scikit-learn remote repo. From you local master branch you did something like: git fetch origin refs/pull/2120/head:mlp which fetched PR #2120 into a local branch called "mlp". If you want to retrieve the last commits of that PR, this is very simple. You simply have

Re: [Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Lars Buitinck
2013/9/27 Luca Cerone : > For example, Issam explained me how to checkout his branch, which I did, > but I can't understand now how to fetch eventual changes made to this > branch. > > Is there a way to do this? On github I have found this help page: > https://help.github.com/articles/checking-out

[Scikit-learn-general] [github] How can I track pull-requests for scikit-learn?

2013-09-27 Thread Luca Cerone
Hi everybody, don't know if this is slightly off topic, in that case I apologize in advance. I would like to fetch and track a few pull requests (e.g. the multilayer perceptron branch). For example, Issam explained me how to checkout his branch, which I did, but I can't understand now how to fet

Re: [Scikit-learn-general] NIPS's Machine Learning Open Source Software workshop

2013-09-27 Thread Gilles Louppe
I am quite busy until Monday (included) but I'll work after that on the 1-page abstract. This shouldn't take very long. Also, I don't think we need the demo to be ready by the time of submission, so this leaves us even more time to prepare nice examples. What do you think of the following structur