-
Notifications
You must be signed in to change notification settings - Fork 29
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
Pandas version of as_matrix is deprecated #24
Comments
…accept data frames anymore, related to tmoerman/arboreto#24)
You can try to pass your object as a matrix rather than a data frame. Alternatively, you can force an older version of pandas with |
I've been able to get around this by locally going into |
@d93espinoza did you mean |
The way to run it is:
|
I was trying to use pandas version 1.0.0 with grnboost2. However, I ran into a problem where the as_matrix call part of grnboost2 does not work because it is deprecated (I think people use .values instead). Do you know a way to use the older version of pandas so I do not run into this problem?
Thanks, I am somewhat new to programming.
The text was updated successfully, but these errors were encountered: