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

skll breaks importing missing class BaseLibLinear with scikit-learn 0.16 #233

Closed
jkleint opened this issue Mar 28, 2015 · 3 comments
Closed

Comments

@jkleint
Copy link

jkleint commented Mar 28, 2015

run_experiement gives

ImportError: cannot import name BaseLibLinear

Seems this class was removed from scikit-learn. This is with skll 1.0.1.

@dan-blanchard
Copy link
Contributor

Thanks for reporting this. As of 1.0, each SKLL release is
intended/guaranteed to only work with a specific version of scikit-learn.
This makes it much simpler to replicate results. We will have a new release
that supports 0.16 soon.
On Sat, Mar 28, 2015 at 6:47 PM jkleint notifications@github.com wrote:

run_experiement gives

ImportError: cannot import name BaseLibLinear

Seems this class was removed from scikit-learn. This is with skll 1.0.1.


Reply to this email directly or view it on GitHub
#233.

@desilinguist
Copy link
Member

This is related to #235

@desilinguist
Copy link
Member

Addressed by #243.

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

No branches or pull requests

3 participants