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

update for numpy array results on ABP notebook #468

Merged
3 commits merged into from
Nov 16, 2022

Conversation

gbatmaz
Copy link
Contributor

@gbatmaz gbatmaz commented Nov 16, 2022

removing to_array to avoid this error
----> 1 y_pred = fil_preds_gpu.to_array()
2 y_true = y_test.to_array()
3 accuracy_score(y_true, y_pred)

AttributeError: 'numpy.ndarray' object has no attribute 'to_array

Closes #469

@gbatmaz gbatmaz requested a review from raykallen November 16, 2022 16:00
@gbatmaz gbatmaz requested a review from a team as a code owner November 16, 2022 16:00
@gbatmaz gbatmaz added the bug Something isn't working label Nov 16, 2022
Copy link
Contributor

@raykallen raykallen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@raykallen
Copy link
Contributor

raykallen commented Nov 16, 2022

@gpucibot merge

1 similar comment
@raykallen
Copy link
Contributor

@gpucibot merge

@ghost ghost merged commit 16ca7bc into nv-morpheus:branch-22.11 Nov 16, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: error in the last cell of ABP notebook
2 participants