Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans to update to scikit-learn 1.5.0? #11

Closed
tianhuil opened this issue Nov 29, 2014 · 8 comments
Closed

Any plans to update to scikit-learn 1.5.0? #11

tianhuil opened this issue Nov 29, 2014 · 8 comments

Comments

@tianhuil
Copy link

This project is great! Are there any plans to upgrade to the new scikit-learn?

@branliu0
Copy link
Owner

Sure, I'll try to get that in sometime. Have you tried installing it yourself, just by including it in the requirements file? 0.14.1 seemed to work somewhat, although not all the tests passed.

@tianhuil
Copy link
Author

tianhuil commented Dec 1, 2014

Will try!

Michael Li
Training and placing PhDs to be data scientists:
http://www.thedataincubator.com
(Venture Beat) New bootcamp more competitive than Harvard
http://venturebeat.com/2014/04/15/ny-gets-new-bootcamp-for-data-scientists-its-free-but-harder-to-get-into-than-harvard/
(HBR) The question to ask before hiring a data scientist
http://blogs.hbr.org/2014/08/the-question-to-ask-before-hiring-a-data-scientist/

On Sat, Nov 29, 2014 at 8:27 PM, Brandon Liu notifications@github.com
wrote:

Sure, I'll try to get that in sometime. Have you tried installing it
yourself, just by including it in the requirements file? 0.14.1 seemed to
work somewhat, although not all the tests passed.


Reply to this email directly or view it on GitHub
#11 (comment)
.

@branliu0
Copy link
Owner

branliu0 commented Dec 2, 2014

Oh wow, this is amazingly coincidental. I just checked your profile out on your data incubator website and saw that you're a Marshall scholar. I'm actually in London right now doing the first year of my Marshall!

@tianhuil
Copy link
Author

tianhuil commented Dec 2, 2014

Haha! Yes. What a coincidence. Are you on the Israel trip? Let me know
if your'e ever in NYC - we should catch up. I don't think there are that
many Marshalls with github accounts.

Michael Li
Training and placing PhDs to be data scientists:
http://www.thedataincubator.com
(Venture Beat) New bootcamp more competitive than Harvard
http://venturebeat.com/2014/04/15/ny-gets-new-bootcamp-for-data-scientists-its-free-but-harder-to-get-into-than-harvard/
(HBR) The question to ask before hiring a data scientist
http://blogs.hbr.org/2014/08/the-question-to-ask-before-hiring-a-data-scientist/

On Tue, Dec 2, 2014 at 4:33 PM, Brandon Liu notifications@github.com
wrote:

Oh wow, this is amazingly coincidental. I just checked your profile out on
your data incubator website and saw that you're a Marshall scholar. I'm
actually in London right now doing the first year of my Marshall!


Reply to this email directly or view it on GitHub
#11 (comment)
.

@branliu0
Copy link
Owner

branliu0 commented Dec 2, 2014

What's your email address?

@andrewychoi
Copy link

@tianhuil Not sure if you got this fixed, but I'm able to compile scikit-learn==0.15.2 from inclusion in requirements.txt without needing a precompiled binary:

$ heroku run -a cedar-app python
Running `python` attached to terminal... up, run.xxxx
Python 2.7.6 (default, Jan 16 2014, 02:39:37) 
[GCC 4.4.3] on linux2
>>> import sklearn
>>> sklearn.__version__
'0.15.2'

Also using the updated cedar-14 stack (with Python 2.7.9):

$ heroku run -a cedar-14-app python
Running `python` attached to terminal... up, run.xxxx
Python 2.7.9 (default, Dec 11 2014, 17:18:51) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sklearn
>>> sklearn.__version__
'0.15.2'

We're using some of the sklearn.linear_model stuff and it seems to be working okay.

@branliu0
Copy link
Owner

branliu0 commented Sep 2, 2015

I haven't tried it, but if it works for Andrew then I'm guessing it should work for others.

If you try it out, definitely run the full test suite to make sure you feel confident it works.

@branliu0 branliu0 closed this as completed Sep 2, 2015
@anitameh
Copy link

Hey @andrewychoi what version of scipy and numpy were you using to get scikit-learn==0.15.2 working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants