-
Notifications
You must be signed in to change notification settings - Fork 98
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
Simple cvglment example fails due to using float when int is required #46
Comments
Actually, I believe this has already been fixed in the version of the code on github. The version on Pypy needs to be updated. |
Error is still occurring, indicating installation packages have not been updated yet. |
I pick up on what @DBeZ and @esantorella said, it would be so great if the Pypi repository could be updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the following code:
I get the following error:
I believe this can be corrected by changing line 260 of cvglmnet to
ma = scipy.tile(scipy.arange(nfolds), [1, nobs // nfolds])
.I will submit a pull request if you agree.
The text was updated successfully, but these errors were encountered: