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

Docs/dont load sklearn detectors in notebooks #842

Merged

Conversation

jklaise
Copy link
Member

@jklaise jklaise commented Jul 17, 2023

Resolves #827 by completely removing calls to old, pre-trained sklearn detectors. The training of the detectors from scratch only takes a few seconds at most.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jklaise jklaise requested a review from ascillitoe July 17, 2023 16:27
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #842 (dc6bab5) into master (c580354) will not change coverage.
The diff coverage is n/a.

❗ Current head dc6bab5 differs from pull request most recent head 593f79b. Consider uploading reports for the commit 593f79b to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #842   +/-   ##
=======================================
  Coverage   81.89%   81.89%           
=======================================
  Files         159      159           
  Lines       10332    10332           
=======================================
  Hits         8461     8461           
  Misses       1871     1871           

@ascillitoe
Copy link
Contributor

Why didn't I think of this! Much easier than constantly maintaining those artefacts...

@jklaise jklaise merged commit e9d3dcd into SeldonIO:master Jul 18, 2023
16 checks passed
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.

The kddcup isolation forest artefact needs updating with sklearn 1.3.0
3 participants