-
Notifications
You must be signed in to change notification settings - Fork 1
Anomaly Detection #398
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
Anomaly Detection #398
Conversation
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
f5a9ca5
to
e6809d8
Compare
192feeb
to
c0b983a
Compare
3b02549
to
b524736
Compare
5064e75
to
4e4ec3d
Compare
4e4ec3d
to
80baa98
Compare
24dac69
to
19262bf
Compare
19262bf
to
246229d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🚀 Features
✨Anomaly Detection
This update adds a powerful new component to the code analysis pipeline: an unsupervised machine learning module that automatically detects anomalies across your codebase—with zero manual tuning.
This pipeline generates over 10 insightful plots and CSV reports per code unit type (Java Artifacts, Java Types, Java Packages, and TypeScript Modules). Visualizations range from** intuitive 2D feature plots** that highlight unusual code patterns, to advanced statistical analyses and clustering techniques.
One standout addition: an Isolation Forest model that excels at spotting the “needle in the haystack”—uncovering rare and unexpected feature combinations that could indicate deeper issues or innovation opportunities.
This feature not only flags anomalies—it explains them, helping you understand why certain parts of your code stand out.
📓 Example for anomaly detection with Isolation Forest
📓 Example for hyper-parameter tuning of node embeddings
⚙️ Optimization
📖 Documentation