Repository Analysis

microsoft/SynapseML

Simple and Distributed Machine Learning

7.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of microsoft/SynapseML, a Scala project with 5,232 GitHub stars. SynthScan v2.0 examined 629,913 lines of code across 3404 source files, recording 2045 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 7.0 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.0
Adjusted Score
7.0
Raw Score
100%
Time Factor
2026-08-01
Last Push
5.2K
Stars
Scala
Language
629.9K
Lines of Code
3.4K
Files
2.0K
Pattern Hits
2026-08-02
Scan Date
0.09
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 28HIGH 293MEDIUM 107LOW 1617

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2045 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Structural Annotation Overuse1057 hits · 1684 pts
SeverityFileLineSnippetContext
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md8## Step 1: Load libraries and add service informationCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md30## Step 2: Attach the storage account to hold the audio filesCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md59## Step 3: Read in text dataCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md82## Step 4: Synthesize audio from textCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md106## Step 5: Listen to an audio fileCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md8## Step 1: Imports and KeysCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md20## Step 2: Basic UsageCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md74## Step 3: Asynchronous UsageCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md88## Step 4: BatchingCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md119## Step 5: Multi-KeyCOMMENT
LOW…ckstart - Document Question and Answering with PDFs.md24### Step 1: Provide the keys for Azure AI Services and Azure OpenAI to authenticate the applications.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md54### Step 2: Load the PDF documents into a Spark DataFrame.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md82### Step 3: Read the documents using Azure AI Document Intelligence.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md120### Step 4: Split the documents into chunks.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md154### Step 5: Generate Embeddings.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md177### Step 6: Store the embeddings in Azure Cognitive Search Vector Store.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md219### Step 7: Ask a Question.COMMENT
LOW…ckstart - Document Question and Answering with PDFs.md279### Step 8: Respond to a User’s Question.COMMENT
LOW…Explore Algorithms/Vowpal Wabbit/Contextual Bandits.md46## Step 2: Use VowpalWabbitFeaturizer to convert data features into vectorCOMMENT
LOW…Explore Algorithms/Vowpal Wabbit/Contextual Bandits.md67## Step 3: Train modelCOMMENT
LOW…Explore Algorithms/Vowpal Wabbit/Contextual Bandits.md91## Step 4: Predict and evaluateCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md10## Step 1: PrerequisitesCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md19## Step 2: Import this guide as a notebookCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md28## Step 3: Fill in your service informationCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md48## Step 4: Load DataCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md70## Step 5: Generate EmbeddingsCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md92## Step 6: Reduce Embedding dimensionality for VisualizationCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md110## Step 7: Plot the embeddingsCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md136## Step 8: Build a fast vector index to over review embeddingsCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md155## Step 8: Build the retrieval model pipelineCOMMENT
LOW…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md176## Step 9: Retrieve resultsCOMMENT
LOW…/version-1.0.10/Explore Algorithms/OpenAI/Langchain.md13## Step 1: PrerequisitesCOMMENT
LOW…/version-1.0.10/Explore Algorithms/OpenAI/Langchain.md21## Step 2: Import this guide as a notebookCOMMENT
LOW…/version-1.0.10/Explore Algorithms/OpenAI/Langchain.md47## Step 3: Fill in the service information and construct the LLMCOMMENT
LOW…/version-1.0.10/Explore Algorithms/OpenAI/Langchain.md85## Step 4: Basic Usage of LangChain TransformerCOMMENT
LOW…/version-1.0.10/Explore Algorithms/OpenAI/Langchain.md133## Step 5: Using LangChain for Large scale literature reviewCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md13## Step 1: Prepare EnvironmentCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md33## Step 2: Load Input DataCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md87## Step 3: Generate EmbeddingsCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md105## Step 4: Build the query against embeddingsCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md129## Step 5: Build a fast vector index to over review embeddingsCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md162## Step 6: Find top k Nearest Neighbors ON GPUCOMMENT
LOW…tart - Custom Embeddings and Approximate KNN on GPU.md178## Step 7: Collect and display resultsCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md13## Step 1: PrerequisitesCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md22## Step 2: Import this guide as a notebookCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md32## Step 3: Fill in your service informationCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md53## Step 4: Load DataCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md75## Step 5: Generate EmbeddingsCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md97## Step 6: Reduce Embedding dimensionality for VisualizationCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md115## Step 7: Plot the embeddingsCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md141## Step 8: Build the query against embeddingsCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md181## Step 9: Fit KNN modelCOMMENT
LOW…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md194## Step 10: Retrieve query resultsCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md8## Step 1: Load libraries and add service informationCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md30## Step 2: Attach the storage account to hold the audio filesCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md59## Step 3: Read in text dataCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md82## Step 4: Synthesize audio from textCOMMENT
LOW…gorithms/AI Services/Quickstart - Create Audiobooks.md106## Step 5: Listen to an audio fileCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md8## Step 1: Imports and KeysCOMMENT
LOW…ces/Advanced Usage - Async, Batching, and Multi-Key.md20## Step 2: Basic UsageCOMMENT
997 more matches not shown…
Cross-File Repetition290 hits · 1450 pts
SeverityFileLineSnippetContext
HIGH…ml/services/search/split1/SearchWriterSuitePart1.scala0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…/Quick Examples/transformers/cognitive/_AzureSearch.md0|{ | "name": "$indexname", | "fields": [ | { | "name": "id", | "type": "edm.string", | "key": true, | "facetable": falseSTRING
HIGH…icrosoft/azure/synapse/ml/param/TransformerParam.scala0|${name}model <- ml_load(sc, path = file.path(test_data_dir, "model-$modelnum.model", "complexparams", "$name")) |${nameSTRING
HIGH…/microsoft/azure/synapse/ml/param/EstimatorParam.scala0|${name}model <- ml_load(sc, path = file.path(test_data_dir, "model-$modelnum.model", "complexparams", "$name")) |${nameSTRING
HIGH…rosoft/azure/synapse/ml/param/PipelineStageParam.scala0|${name}model <- ml_load(sc, path = file.path(test_data_dir, "model-$modelnum.model", "complexparams", "$name")) |${nameSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…hms/AI Services/Quickstart - Predictive Maintenance.md0select timestamp, measurevalue, anomalies.expectedvalue, anomalies.expectedvalue + anomalies.uppermargin as expecteduppeSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
HIGH…ckstart - Document Question and Answering with PDFs.md0context :{context} answer the question based on the context above. if the information to answer the question is not presSTRING
230 more matches not shown…
Hallucination Indicators28 hits · 305 pts
SeverityFileLineSnippetContext
CRITICAL…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala156// assert(model.getDiagnosticsInfo.variableStates.get.length.equals(3))COMMENT
CRITICAL…ure/synapse/ml/services/speech/SpeechToTextSuite.scala66 result.NBest.get.head.Display.contains("this is a test")CODE
CRITICAL…zure/synapse/ml/services/text/TextAnalyticsSuite.scala97 assert(results.head.get.document.get.entities.map(_.name).toSetCODE
CRITICAL…zure/synapse/ml/services/text/TextAnalyticsSuite.scala146 assert(results.head.get.document.get.sentences(1).assessments.get.head.sentiment == "positive")CODE
CRITICAL…osoft/azure/synapse/ml/core/test/fuzzing/Fuzzing.scala209 | sc._jvm.com.microsoft.azure.synapse.ml.core.utils.ModelEquality.assertEqual(CODE
CRITICAL…re/synapse/ml/train/VerifyComputeModelStatistics.scala169 val datasetWithAddedColumn = dataset.withColumn(otherLabelColumn, org.apache.spark.sql.functions.lit(0.0))CODE
CRITICAL…/python/synapse/ml/core/serialize/java_params_patch.py87 obj = sc._jvm.org.apache.spark.sql.types.DataType.fromJson(obj.json())CODE
CRITICAL…/python/synapse/ml/core/serialize/java_params_patch.py90 obj = sc._jvm.org.apache.spark.ml.python.MLSerDe.loads(data)CODE
CRITICALcore/src/main/python/synapse/ml/core/spark/functions.py11 ctx._jvm.com.microsoft.azure.synapse.ml.core.spark.Functions.template(expr)CODE
CRITICAL…e/src/main/python/synapse/ml/nn/ConditionalBallTree.py21 self._jconditional_balltree = SparkContext._active_spark_context._jvm.com.microsoft.azure.synapse.ml.nn.CondCODE
CRITICAL…e/src/main/python/synapse/ml/nn/ConditionalBallTree.py52 java_obj = SparkContext._active_spark_context._jvm.com.microsoft.azure.synapse.ml.nn.ConditionalBallTree.load(CODE
CRITICALcore/src/main/python/synapse/ml/io/IOImplicits.py94 extended = jvm.com.microsoft.azure.synapse.ml.io.DataFrameExtensions(self._jdf)CODE
CRITICALcore/src/main/python/synapse/ml/io/IOImplicits.py113 extended = jvm.com.microsoft.azure.synapse.ml.io.DataFrameExtensions(self._jdf)CODE
CRITICAL…re/src/main/python/synapse/ml/io/http/HTTPFunctions.py28# SparkContext._active_spark_context._jvm.com.microsoft.azure.synapse.ml.io.http.HTTPRequestData.schema().json()COMMENT
CRITICAL…src/main/python/synapse/ml/io/http/JSONOutputParser.py19 jdt = SparkContext.getOrCreate()._jvm.org.apache.spark.sql.types.DataType.fromJson(CODE
CRITICAL…c/main/python/synapse/ml/downloader/ModelDownloader.py66 return ctx._jvm.com.microsoft.azure.synapse.ml.downloader.ModelSchema(CODE
CRITICAL…c/main/python/synapse/ml/downloader/ModelDownloader.py111 self._ctx._jvm.com.microsoft.azure.synapse.ml.downloader.ModelDownloader(CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py53 self.hyperParam = self.jvm.com.microsoft.azure.synapse.ml.automl.HyperParamUtils.getDiscreteHyperParam(CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py70 self.rangeParam = self.jvm.com.microsoft.azure.synapse.ml.automl.HyperParamUtils.getRangeHyperParam(CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py88 hyperparamBuilder = self.jvm.org.apache.spark.ml.tuning.ParamGridBuilder()CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py103 self.gridSpace = self.jvm.com.microsoft.azure.synapse.ml.automl.GridSpace(CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py120 self.jvm.com.microsoft.azure.synapse.ml.automl.HyperparamBuilder()CODE
CRITICAL…src/main/python/synapse/ml/automl/HyperparamBuilder.py125 self.paramSpace = self.jvm.com.microsoft.azure.synapse.ml.automl.RandomSpace(CODE
CRITICAL…cala/org/apache/spark/ml/ComplexParamsSerializer.scala89 * [[org.apache.spark.ml.param.Param.jsonEncode()]].COMMENT
CRITICAL…com/microsoft/azure/synapse/ml/codegen/Wrappable.scala159 | value = SparkContext._active_spark_context._jvm.com.microsoft.azure.synapse.ml.param.ServiceParam.tCODE
CRITICAL…com/microsoft/azure/synapse/ml/codegen/Wrappable.scala177 | value = jvm.com.microsoft.azure.synapse.ml.param.ServiceParam.toMap(_convert(value))CODE
CRITICAL…rc/main/python/synapse/ml/policyeval/PolicyEvalUtil.py9 ctx._jvm.com.microsoft.azure.synapse.ml.policyeval.PolicyEvalUDAFUtil.registerUdafs()CODE
CRITICAL…m/microsoft/azure/synapse/ml/lightgbm/TrainUtils.scala52 state.ctx.trainingParams.delegate.get.beforeTrainIteration(CODE
Hyper-Verbose Identifiers275 hits · 262 pts
SeverityFileLineSnippetContext
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py76 def _assert_embedding_embedding_size(self, transformed, expected_size):CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py86 def _assert_embedding_df_size(self, dataframe, transformed):CODE
LOW…test/python/synapsemltest/dl/test_deep_vision_model.py57def test_lit_deep_vision_model(transform, get_data_path):CODE
LOW…n/python/synapse/ml/hf/HuggingFaceCausalLMTransform.py255 def _predict_single_completion(self, prompt, model, tokenizer):CODE
LOW…ng/src/main/python/synapse/ml/dl/DeepTextClassifier.py231 def _update_transformation_fn(self):CODE
LOW…/src/main/python/synapse/ml/dl/DeepVisionClassifier.py223 def _update_transformation_fn(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py119 def test_transformer_invokes_runnable(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py137 def test_transformer_applies_inline_settings_on_workers(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py172 def test_transformer_captures_modern_openai_error(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py190 def test_transformer_azure_key_override_disables_ad_token_auth(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py224 def test_inline_settings_override_openai_defaults(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py252 def test_worker_reconstruction_preserves_direct_client(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py273 def test_worker_reconstruction_normalizes_azure_urls(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py326 def test_worker_reconstruction_rejects_conflicting_direct_keys(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py337 def test_worker_reconstruction_clears_azure_completion_token(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py363 def test_worker_reconstruction_supports_classic_components(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py372 def test_worker_settings_override_nested_request_transport(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py414 def test_transformer_saves_serializable_runnable(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py431 def test_writer_sanitizes_transport_before_persisting(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py462 def test_transformer_saves_legacy_openai_chain_with_trusted_settings(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py516 def test_persisted_chain_strips_nested_transport_aliases(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py556 def test_saved_azure_chain_preserves_chain_api_version(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py588 def test_saved_chain_cannot_reference_trusted_openai_secret(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py622 def test_saved_chain_uses_internal_default_url(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py707 def test_saved_openai_chain_requires_key_and_url(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py729 def test_transformer_rejects_non_serializable_runnable_on_save(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py744 def test_transformer_rejects_unsupported_classic_component_on_save(self):CODE
LOW…semltest/services/langchain/test_LangchainTransform.py759 def test_transformer_rejects_plain_callable(self):CODE
LOW…est/services/openai/test_OpenAICompletionDeprecated.py13def _clear_openai_completion_imports():CODE
LOW…est/services/openai/test_OpenAICompletionDeprecated.py20def _has_openai_completion_warning(caught):CODE
LOW…est/services/openai/test_OpenAICompletionDeprecated.py29 def test_package_import_warns(self):CODE
LOW…est/services/openai/test_OpenAICompletionDeprecated.py43 def test_submodule_import_warns(self):CODE
LOW…est/services/openai/test_OpenAICompletionDeprecated.py53 def test_instantiation_warns_and_raises(self):CODE
LOW…synapsemltest/services/openai/test_StructuredOutput.py95 def test_chat_structured_output_reason_first(self):CODE
LOW…synapsemltest/services/openai/test_StructuredOutput.py100 def test_chat_structured_output_ans_first(self):CODE
LOW…synapsemltest/services/openai/test_StructuredOutput.py105 def test_responses_structured_output_reason_first(self):CODE
LOW…synapsemltest/services/openai/test_StructuredOutput.py110 def test_responses_structured_output_ans_first(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py152 def test_parameter_validation(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py204 def test_prompt_set_response_format_dict(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py209 def test_prompt_set_response_format_json_string_rejected(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py214 def test_chat_set_response_format_dict(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py219 def test_chat_set_response_format_json_string_rejected(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py224 def test_chat_set_response_format_invalid_missing_schema(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py230 def test_chat_set_response_format_invalid_type(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py236 def test_chat_set_response_format_bare_json_schema_string_rejected(self):CODE
LOW…n/synapsemltest/services/openai/test_OpenAIDefaults.py241 def test_prompt_set_response_format_bare_json_schema_string_rejected(self):CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py63def _validate_chain_for_spark(chain) -> None:CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py333 def _get_effective_openai_settings(self):CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py466 def walk_worker_chain_objects(chain):CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py507 def clear_worker_azure_ad_token_sentinel(chain):CODE
LOW…napse/ml/services/langchain/_LangchainSerialization.py133def _validate_secret_references(value, allowed_secret_ids: Set[str]) -> None:CODE
LOW…napse/ml/services/langchain/_LangchainSerialization.py219def _clear_azure_ad_token_sentinel(chain) -> None:CODE
LOW…napse/ml/services/langchain/_LangchainSerialization.py284def _sanitize_request_options(CODE
LOW…napse/ml/services/langchain/_LangchainSerialization.py338def _configure_serialized_chain(CODE
LOW…in/python/synapse/ml/services/openai/OpenAIDefaults.py105 def set_embedding_deployment_name(self, name):CODE
LOW…in/python/synapse/ml/services/openai/OpenAIDefaults.py108 def get_embedding_deployment_name(self):CODE
LOW…in/python/synapse/ml/services/openai/OpenAIDefaults.py111 def reset_embedding_deployment_name(self):CODE
LOW…/python/synapse/ml/services/openai/OpenAICompletion.py15def warn_openai_completion_deprecated(stacklevel=2):CODE
LOW…ft/azure/synapse/ml/services/openai/OpenAIPrompt.scala100 def setOrValidatePostProcessing(expected: String): Unit = {CODE
LOWtools/verify_snapshot_alignment.py36def _detect_scala_binary_version() -> str:CODE
215 more matches not shown…
Modern AI Meta-Vocabulary62 hits · 250 pts
SeverityFileLineSnippetContext
MEDIUM…ocs/version-1.0.10/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-1.0.11/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.1.3/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…art - Multimodal OpenAI Prompter with Responses API.md24# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.1.2/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…art - Multimodal OpenAI Prompter with Responses API.md24# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.9/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.7/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.6/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.1/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.8/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-1.0.14/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-1.0.13/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-1.0.12/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-1.0.15/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.1.0/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…art - Multimodal OpenAI Prompter with Responses API.md24# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-0.11.3/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ocs/version-0.11.4/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.1.1/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…art - Multimodal OpenAI Prompter with Responses API.md24# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.4/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…nAI/Quickstart - OpenAI Embedding and GPU based KNN.md42# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.3/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.2/Explore Algorithms/OpenAI/OpenAI.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…ore Algorithms/OpenAI/Quickstart - OpenAI Embedding.md37# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
MEDIUM…docs/version-1.0.5/Explore Algorithms/OpenAI/OpenAI.md41# Learn more about selecting which embedding model to choose: https://openai.com/blog/new-and-improved-embedding-modelCOMMENT
2 more matches not shown…
Unused Imports156 hits · 154 pts
SeverityFileLineSnippetContext
LOW…/synapsemltest/hf/test_HuggingFaceCausalLMTransform.py9CODE
LOW…/synapsemltest/hf/test_HuggingFaceCausalLMTransform.py10CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py4CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py4CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py4CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py6CODE
LOW…ynapsemltest/hf/test_HuggingFaceSentenceTransformer.py7CODE
LOW…test/python/synapsemltest/dl/test_deep_vision_model.py15CODE
LOW…python/synapsemltest/dl/test_deep_vision_classifier.py16CODE
LOW…t/python/synapsemltest/dl/test_deep_text_classifier.py7CODE
LOW…c/test/python/synapsemltest/dl/test_deep_text_model.py14CODE
LOW…-learning/src/main/python/synapse/ml/cntk/CNTKModel.py10CODE
LOW…-learning/src/main/python/synapse/ml/cntk/CNTKModel.py10CODE
LOWdeep-learning/src/main/python/synapse/ml/hf/__init__.py1CODE
LOWdeep-learning/src/main/python/synapse/ml/hf/__init__.py2CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py4CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py5CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py6CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py7CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py8CODE
LOWdeep-learning/src/main/python/synapse/ml/dl/__init__.py9CODE
LOW…earning/src/main/python/synapse/ml/dl/DeepTextModel.py6CODE
LOW…earning/src/main/python/synapse/ml/dl/DeepTextModel.py10CODE
LOW…/src/main/python/synapse/ml/dl/DeepVisionClassifier.py4CODE
LOW…/src/main/python/synapse/ml/dl/DeepVisionClassifier.py7CODE
LOW…/src/main/python/synapse/ml/dl/DeepVisionClassifier.py10CODE
LOW…rning/src/main/python/synapse/ml/dl/DeepVisionModel.py10CODE
LOW…/src/test/python/synapsemltest/services/test_simple.py7CODE
LOW…/src/test/python/synapsemltest/services/test_simple.py8CODE
LOW…/src/test/python/synapsemltest/services/test_simple.py10CODE
LOW…/src/test/python/synapsemltest/services/test_simple.py13CODE
LOW…semltest/services/langchain/test_LangchainTransform.py16CODE
LOW…semltest/services/langchain/test_LangchainTransform.py18CODE
LOW…tive/src/main/python/synapse/ml/cognitive/translate.py2CODE
LOW…gnitive/src/main/python/synapse/ml/cognitive/vision.py2CODE
LOW…itive/src/main/python/synapse/ml/cognitive/__init__.py3CODE
LOW…gnitive/src/main/python/synapse/ml/cognitive/openai.py2CODE
LOWcognitive/src/main/python/synapse/ml/cognitive/form.py2CODE
LOW…nitive/src/main/python/synapse/ml/cognitive/anomaly.py2CODE
LOW…ive/src/main/python/synapse/ml/cognitive/geospatial.py2CODE
LOWcognitive/src/main/python/synapse/ml/cognitive/text.py2CODE
LOW…itive/src/main/python/synapse/ml/cognitive/language.py2CODE
LOW…gnitive/src/main/python/synapse/ml/cognitive/search.py2CODE
LOW…tive/src/main/python/synapse/ml/cognitive/langchain.py2CODE
LOW…gnitive/src/main/python/synapse/ml/cognitive/speech.py2CODE
LOWcognitive/src/main/python/synapse/ml/cognitive/face.py2CODE
LOW…python/synapse/ml/services/search/AzureSearchWriter.py12CODE
LOWtools/verify_python_mapping.py19CODE
LOWtools/verify_python_mapping.py24CODE
LOWtools/verify_python_mapping.py154CODE
LOWtools/verify_snapshot_alignment.py26CODE
LOWtools/verify_snapshot_alignment.py33CODE
LOWtools/pypi/generate-pypi-mfa-qr.py2CODE
LOWtools/pypi/generate-pypi-mfa-qr.py3CODE
LOWtools/pypi/generate-pypi-mfa-qr.py4CODE
LOWtools/docgen/setup.py4CODE
LOWtools/docgen/setup.py5CODE
LOWtools/docgen/docgen/channels.py9CODE
LOWtools/docgen/docgen/channels.py13CODE
LOWtools/docgen/docgen/channels.py14CODE
96 more matches not shown…
Decorative Section Separators34 hits · 113 pts
SeverityFileLineSnippetContext
MEDIUM…/src/main/python/synapse/ml/recommendation/__init__.py1# ---------------------------------------------------------COMMENT
MEDIUM…/src/main/python/synapse/ml/recommendation/__init__.py3# ---------------------------------------------------------COMMENT
MEDIUMscripts/test_bump_version.py121# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py123# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py157# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py159# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py275# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py277# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py320# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py322# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py397# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py399# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py715# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py717# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py846# ── Round-trip tests ───────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test_bump_version.py1075# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py1077# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py14# ── Import the module under test ──────────────────────────────────────────────COMMENT
MEDIUMscripts/test_bump_version.py37# ── Helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test_bump_version.py56# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py58# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py437# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py439# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py597# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py599# ══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/test_bump_version.py902# ── Snapshot regression ────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test_bump_version.py960# ── Historical replay ─────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py23# ── Context patterns ───────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py56# ── Denylists and allowlists ──────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py131# ── Helpers ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py179# ── Analysis ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py261# ── Main ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/bump-version.py543 # ── Broad sweep: warn about old version in ANY text file ───────────STRING
MEDIUMscripts/bump-version.py575 # ── Step 3: Generate docs and create versioned snapshot ──────────STRING
Excessive Try-Catch Wrapping49 hits · 48 pts
SeverityFileLineSnippetContext
LOW…in/python/synapse/ml/hf/HuggingFaceSentenceEmbedder.py184 except Exception:CODE
LOW…ning/src/main/python/synapse/ml/dl/LitDeepTextModel.py90 except Exception as err:CODE
MEDIUM…ning/src/main/python/synapse/ml/dl/LitDeepTextModel.py83def _check_params(self):CODE
LOWtools/verify_python_mapping.py84 except Exception as e: # noqa: BLE001CODE
LOWtools/verify_python_mapping.py94 except Exception: # noqa: BLE001CODE
LOWtools/verify_python_mapping.py104 except Exception:CODE
LOWtools/verify_python_mapping.py137 except Exception: # noqa: BLE001CODE
LOWtools/verify_python_mapping.py157 except Exception as e: # noqa: BLE001CODE
LOWtools/pypi/generate-pypi-mfa-qr.py19 except Exception as e:CODE
MEDIUMtools/pypi/generate-pypi-mfa-qr.py12def retrieve_secret_from_keyvault(vault_url, secret_name):CODE
LOWtools/docgen/docgen/channels.py129 except Exception as e:CODE
MEDIUMtools/docgen/docgen/channels.py130 print("Error converting the RST file to Markdown:", e)CODE
MEDIUMtools/docgen/docgen/channels.py122def _read_rst(self, rst_file_path):CODE
LOWcore/src/test/python/synapsemltest/core/test_logging.py89 except Exception as e:CODE
LOWcore/src/test/python/synapsemltest/core/test_logging.py104 except Exception as e:CODE
LOWcore/src/test/python/synapsemltest/core/test_logging.py108 except Exception as e:CODE
LOW…main/python/synapse/ml/core/logging/SynapseMLLogger.py52 except Exception:CODE
LOW…main/python/synapse/ml/core/logging/SynapseMLLogger.py67 except Exception:CODE
LOW…main/python/synapse/ml/core/logging/SynapseMLLogger.py210 except Exception as e:CODE
LOW…main/python/synapse/ml/core/logging/SynapseMLLogger.py270 except Exception as e:CODE
MEDIUM…main/python/synapse/ml/core/logging/SynapseMLLogger.py47def safe_get_spark_context(cls) -> SparkContext:CODE
MEDIUM…main/python/synapse/ml/core/logging/SynapseMLLogger.py62def _get_synapseml_version(cls) -> Optional[str]:CODE
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…/Responsible AI/Quickstart - Snow Leopard Detection.md29 except Exception:CODE
MEDIUM…/Responsible AI/Quickstart - Snow Leopard Detection.md26def download_bytes(url):CODE
LOW…docs/version-1.1.3/Explore Algorithms/OpenAI/OpenAI.md506except Exception as e:CODE
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…docs/version-1.1.2/Explore Algorithms/OpenAI/OpenAI.md506except Exception as e:CODE
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…docs/version-1.1.0/Explore Algorithms/OpenAI/OpenAI.md506except Exception as e:CODE
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…docs/version-1.1.1/Explore Algorithms/OpenAI/OpenAI.md506except Exception as e:CODE
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
LOW…hms/OpenAI/Quickstart - Understand and Search Forms.md356 except Exception as e:STRING
Over-Commented Block48 hits · 48 pts
SeverityFileLineSnippetContext
LOW…in/python/synapse/ml/hf/HuggingFaceSentenceEmbedder.py1# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala1// Copyright (C) Microsoft Corporation. All rights reserved.COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala21//case class MADListModelsResponse(models: Seq[MADModel],COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala41//COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala61// .option("header", "true").schema(fileSchema).load(fileLocation)COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala81// smae.cleanUpIntermediateData()COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala101// }COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala121// }COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala141// test("Expose correct error message during fitting") {COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala161// .setTimestampCol(timestampColumn)COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala181// .setInputCols(inputColumns)COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala201// .collect()COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala221// super.beforeAll()COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala241// val twoDaysAgo = ZonedDateTime.now().minusDays(2)COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala261// MADUtils.madDelete(modelId, anomalyKey, anomalyLocation)COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala281// hc.set(s"fs.azure.account.keyprovider.$storageAccount.blob.core.windows.net",COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala301// }COMMENT
LOW…rvices/anomaly/MultivariateAnamolyDetectionSuite.scala321// val result = dlma.setBatchSize(10).transform(df.limit(50))COMMENT
LOW…re/synapse/ml/services/translate/TranslatorSuite.scala421// lazy val urlRoot: String = "https://mmlspark.blob.core.windows.net/datasets"COMMENT
LOW…re/synapse/ml/services/translate/TranslatorSuite.scala441// lazy val glossaryUrl: String = urlRoot + "/Translator/glossary/glossary.tsv" + containerSasTokenCOMMENT
LOW…re/synapse/ml/services/translate/TranslatorSuite.scala461// "File",COMMENT
LOW…re/synapse/ml/services/translate/TranslatorSuite.scala481// .select("totalNumber")COMMENT
LOW…re/synapse/ml/services/translate/TranslatorSuite.scala501// assert(result.head.getInt(0) === 2)COMMENT
LOW…zure/synapse/ml/services/text/TextAnalyticsSuite.scala301// def df: DataFrame = Seq(COMMENT
LOW…zure/synapse/ml/services/text/TextAnalyticsSuite.scala321//COMMENT
LOW…zure/synapse/ml/services/text/TextAnalyticsSuite.scala341//COMMENT
LOW…zure/synapse/ml/services/text/TextAnalyticsSuite.scala361// assertThrows[SparkException] {COMMENT
LOW…napse/ml/services/geospatial/AzMapsSearchSchemas.scala41 countryCode: Option[String],COMMENT
LOWtools/init_scripts/init-rapidsml-cuda-11.8.sh1# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.COMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh1#!/bin/bashCOMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh21export MASTER="${SPARK_MASTER:=local[*]}"COMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh41# export ZEPPELIN_NOTEBOOK_S3_KMS_KEY_REGION # AWS KMS key regionCOMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh61# export ZEPPELIN_NOTEBOOK_PUBLIC # Make notebook public by default when created, private otherwiseCOMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh81# Options read in YARN client modeCOMMENT
LOWtools/helm/zeppelin/zeppelin-env.sh101# export HBASE_HOME= # (require) Under which HBase scripts and configuration should beCOMMENT
LOWtools/helm/zeppelin/spark-config/start-common.sh1#!/bin/bashCOMMENT
LOWtools/helm/livy/spark-config/start-common.sh1#!/bin/bashCOMMENT
LOWtools/helm/spark/start-common.sh1#!/bin/bashCOMMENT
LOW…zure/synapse/ml/automl/VerifyTuneHyperparameters.scala41 // Getting negative feature values in NaiveBayes, need to look intoCOMMENT
LOW…e/synapse/ml/explainers/split1/ICEExplainerSuite.scala61 ICECategoricalFeature("col3")))COMMENT
LOWcore/src/main/python/synapse/doc/conf.py41# version = "1.0" # The short X.Y version.COMMENT
LOWcore/src/main/python/synapse/doc/conf.py61COMMENT
LOWcore/src/main/python/synapse/doc/conf.py121autodoc_mock_imports = ["pandas"]COMMENT
LOW…ckstart - Apply Phi Model with HuggingFace CausalLM.md61```pythonCOMMENT
LOW…azure/synapse/ml/vw/VerifyVowpalWabbitClassifier.scala241COMMENT
LOW…napse/ml/vw/VerifyVowpalWabbitGenericProgressive.scala101 // TODO: wait for VW to fix CATS producing output through APICOMMENT
LOW.github/workflows/scorecards.yml41 with:COMMENT
LOW.github/workflows/codeql.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
Deep Nesting17 hits · 16 pts
SeverityFileLineSnippetContext
LOW…ng/src/main/python/synapse/ml/dl/LitDeepVisionModel.py31CODE
LOW…semltest/services/langchain/test_LangchainTransform.py622CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py389CODE
LOW…on/synapse/ml/services/langchain/LangchainTransform.py524CODE
LOW…napse/ml/services/langchain/_LangchainSerialization.py338CODE
LOWtools/docgen/docgen/channels.py143CODE
LOWtools/esrp/prepare_jar.py25CODE
LOW…e/src/main/python/synapse/ml/core/platform/Platform.py17CODE
LOW…e/src/main/python/synapse/ml/core/platform/Platform.py57CODE
LOW…/python/synapse/ml/core/serialize/java_params_patch.py67CODE
LOWcore/src/main/python/synapse/ml/core/schema/Utils.py61CODE
LOW…n/python/synapse/ml/core/schema/TypeConversionUtils.py22CODE
LOW…rc/main/python/synapse/ml/explainers/ICETransformer.py11CODE
LOW…rc/main/python/synapse/ml/explainers/ICETransformer.py31CODE
LOWwebsite/doctest.py50CODE
LOWscripts/bump-version.py200CODE
LOWscripts/bump-version.py344CODE
Fake / Example Data11 hits · 10 pts
SeverityFileLineSnippetContext
LOW…cala/com/microsoft/azure/synapse/ml/onnx/ONNXHub.scala86 val home = new Path("placeholder")CODE
LOW…e/synapse/ml/services/form/FormRecognizerV3Suite.scala187 "123 Main Street",CODE
LOW…synapse/ml/services/language/AnalyzeTextLROSuite.scala56 """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ultricies interdum eros, vehicula dignissimSTRING
LOW…synapse/ml/services/language/AnalyzeTextLROSuite.scala56 """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ultricies interdum eros, vehicula dignissimSTRING
LOW…t/azure/synapse/ml/services/CognitiveServiceBase.scala576 case Nil => Seq(lit(false).alias("placeholder"))CODE
LOW…ure/synapse/ml/services/translate/TextTranslator.scala168 case Nil => Seq(lit(false).alias("placeholder"))CODE
LOW…azure/synapse/ml/services/speech/SpeechToTextSDK.scala446 case Nil => Seq(lit(false).alias("placeholder"))CODE
LOW…/azure/synapse/ml/io/split2/DistributedHTTPSuite.scala394 val DF: DataFrame = spark.sparkContext.parallelize(Seq(Tuple1("placeholder")))CODE
LOW…/azure/synapse/ml/explainers/split1/SamplerSuite.scala290 val text = "Lorem ipsum dolor sit amet vivendum principes sadipscing cu has"CODE
LOW…/azure/synapse/ml/explainers/split1/SamplerSuite.scala290 val text = "Lorem ipsum dolor sit amet vivendum principes sadipscing cu has"CODE
LOW…rk/sql/execution/streaming/DistributedHTTPSource.scala228 .parallelize(Seq(Tuple1("placeholder")),CODE
Cross-Language Confusion2 hits · 8 pts
SeverityFileLineSnippetContext
HIGH…-learning/src/main/python/synapse/ml/cntk/CNTKModel.py32 pairs = [java_map.apply(i) for i in range(java_map.length())]CODE
HIGHscripts/bump-version.py597 print(f" git add -u && git commit -m 'chore: Bump version to v{new_v}'")STRING
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…on/synapse/ml/services/langchain/LangchainTransform.py583 # Define the schema for the output of the UDFCOMMENT
MEDIUMcore/src/main/python/synapse/doc/conf.py5# This file is execfile()d with the current directory set to itsCOMMENT
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…/azure/synapse/ml/policyeval/CressieReadInterval.scala17 * Background http://www.machinedlearnings.com/2020/12/distributionally-robust-contextual.htmlCOMMENT
MEDIUM…icrosoft/azure/synapse/ml/policyeval/CressieRead.scala16 * Background http://www.machinedlearnings.com/2020/12/distributionally-robust-contextual.htmlCOMMENT
AI Structural Patterns5 hits · 5 pts
SeverityFileLineSnippetContext
LOW…ng/src/main/python/synapse/ml/dl/DeepTextClassifier.py67CODE
LOW…earning/src/main/python/synapse/ml/dl/DeepTextModel.py23CODE
LOW…/src/main/python/synapse/ml/dl/DeepVisionClassifier.py69CODE
LOW…rning/src/main/python/synapse/ml/dl/DeepVisionModel.py24CODE
LOW…on/synapse/ml/cyber/anomaly/collaborative_filtering.py746CODE
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…/main/python/synapse/ml/core/serialize/_safe_import.py18 Import a Python class by its fully-qualified name, restricted to an allowlist of trusted module prefixes. STRING
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/esrp/prepare_jar.py14 # Check if the current folder is a second-level folder by comparing its depth to the root's depthCOMMENT
LOWtools/esrp/prepare_jar.py37 # Check if a file with the same name already exists in the top-level directoryCOMMENT
LOWtools/esrp/prepare_jar.py56 # Add the foldername to the list of directories to deleteCOMMENT
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…/python/synapse/ml/services/openai/OpenAICompletion.py6__all__ = ["OpenAICompletion"]CODE
LOW…/src/main/python/synapse/ml/recommendation/__init__.py19__all__ = [CODE
LOW…/src/main/python/synapse/ml/cyber/utils/spark_utils.py7__all__ = ["DataFrameUtils", "ExplainBuilder"]CODE