MBrouns

Results 42 comments of MBrouns

I havent tested this so maybe I'm completely off the mark, but I think you can do this by nesting GridSearchCV objects: ```python model = make_pipeline( ..., LogisticRegression() ) param_gridsearch...

~~We have the same issue with ui-router to 0.2.18 and ui-router-extras 0.1.2. However, when attempting to recreate the issue in a plunkr I can't get it to fail (http://plnkr.co/edit/yVulhiYUn5cEX2MyRuMo)~~ EDIT:...

Do you have the settings.js file included in your page?

In the adding template part of the tutorial you see the following code in the body of the page `{% swampdragon_settings %}` If you're using django templates you should make...

Hey! I don't have specific contributing guidelines yet. Opening a PR to master with the implementation + a test demonstrating its effect is good enough for now!

I’m not actively maintaining timeseers at the moment, but it is probably a good idea to update if you’re planning to use this library

Hi! That's definitely possible, but I wouldn't consider the package to be 'ready' to be used as-is so I'm not sure how useful it is to pip install it as...

Hi Kate! Thanks for showing interest, and glad you like my ideas. Exogenous regressors are indeed sort of part of the library. I think the actual modelling part of it...

I just took a quick look and I think what you're doing makes sense. As it stands though your regressors parameters are completely unpooled, is that what you wanted? Also...

Sorry for the late reply, I was out with limited connectivity. I'll need to check where I exactly left this off and will get back to you afterwards