Re: [Scikit-learn-general] Storing the values of internal nodes in DecisionTrees

2014-06-03 Thread Zach Dwiel
I am the author of that branch. Please let me know if there is anything I can do to help merge when it comes to be that time. Thanks zach On Mon, Jun 2, 2014 at 7:14 AM, Olivier Grisel wrote: > 2014-06-02 9:25 GMT+02:00 Lars Buitinck : > > 2014-06-02 5:43 GMT+02:00 John Prior : > >> Does the

Re: [Scikit-learn-general] Scikit-learn tutorial at Scipy 2014 (deadline: March 14)

2014-03-04 Thread Zach Dwiel
What's going on in Seattle? Are there other conferences that you guys prefer to go to? PyCon? On Tue, Mar 4, 2014 at 10:13 AM, Nelle Varoquaux wrote: > I should be there (and in Seattle before that). I can help putting up > a proposal. > > Cheers, > N > > On 4 March 2014 16:05, Olivier Grisel

Re: [Scikit-learn-general] Bayesian optimization for hyperparameter tuning

2014-01-30 Thread Zach Dwiel
It seems that with GridSearchCV and RandomizedSearchCV both already included in scikit-learn, it would make sense to also include other common, more efficient hyperparameter searchers as well. zach On Thu, Jan 30, 2014 at 3:11 PM, Hadayat Seddiqi wrote: > Hi, > > So I was the one who volunteer

Re: [Scikit-learn-general] Save trained classifier

2013-12-19 Thread Zach Dwiel
which classifier are you using? I pickle trained DecisionTree and RandomForest classifiers, save them to disk and then load them up in production without a problem all the time. zach On Thu, Dec 19, 2013 at 5:00 PM, Su, Jian, Ph.D. wrote: > Is it possible to save the trained classifier and pass