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

Fixing notebooks with recent numpy and sklearn #326

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joewa
Copy link

@joewa joewa commented Mar 12, 2023

The notebooks failed to run because the referenced libs had breaking changes.

  • sklearn's fit_transform wants np.array doesn't work with listanymore.
  • numpy's np.histogrammust not have the parameter 'normed' anymore because it was broken and deprecated

@joewa joewa requested a review from a team as a code owner March 12, 2023 16:53
@joewa joewa requested review from SudKul and removed request for a team March 12, 2023 16:53
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

Successfully merging this pull request may close these issues.

1 participant