-
Notifications
You must be signed in to change notification settings - Fork 3
feat: new algorithms + various improvements #10
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9506a8f
draft structure of DataDriftAnalyzer
alelavml3 d1e5ef0
first ks implementation
alelavml3 028c872
ks after test
alelavml3 a026027
just test rule accept testWorkers parameter
alelavml3 3d5106e
new drift info
alelavml3 ea30f43
testing for analyzer
alelavml3 70cb647
formatting with bonferroni, new monitoring specs
alelavml3 8023a91
abstract class for data batch analyzer
alelavml3 945127b
detection is performed in online or offline according to the monitori…
alelavml3 27c4733
fix test import but still wrong because it is streaming
alelavml3 5fca60f
batch drift analyzer
alelavml3 df80ef2
doc strings
alelavml3 768b681
test support with polars and pandas
alelavml3 549a515
Handle new extras in tests; linting according to previous py versions
GiovanniGiacometti 7d1e5db
Parametrize for tests done in a loop
GiovanniGiacometti fce49d1
Refactor scan method and tests of batch-analyzer
GiovanniGiacometti fddd086
Improvements to Monitoring Algorithm base class
GiovanniGiacometti 72dd083
Default algorithms builders
GiovanniGiacometti 0b84b97
Refactor classes to accept an instance of algorithms rather than buil…
GiovanniGiacometti 765eb4f
HuggingFace integration uses monitoring modules
GiovanniGiacometti 1eaad45
wip in sklearn general detector
alelavml3 25869a0
fix tests
alelavml3 7cbaf46
sklearn detector uses standard monitoring algorithms
alelavml3 c69b39d
better comment
alelavml3 468ab57
Merge pull request #7 from ml-cube/dev-drift-analysis
alelavml3 c662ed1
mypy check on py3.10
alelavml3 713ed19
remove comma in action extrast list
alelavml3 94c3e90
remove legacy detector
alelavml3 121a4be
online without bonf
gloriadesideri 656c983
added online monitoring algorithms tests, fixed errors
gloriadesideri 9b4c82d
check for no columns in datasets, sdded tests
gloriadesideri daae074
fixed pr comments: added river as optional dependency
gloriadesideri 6e92d34
minor fixes
gloriadesideri e3e6628
added comment to clarify comparison size = 1 in online algorithm, fix…
gloriadesideri 79d922a
Merge pull request #9 from gloriadesideri/main
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The pytest configuration section is placed after the uv configuration, but it should be grouped with other tool configurations earlier in the file for better organization. Consider moving this section near other [tool.*] sections.