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

feat: implement new anomaly detection in soda core #1995

Merged
merged 6 commits into from
Jan 24, 2024

Conversation

baturayo
Copy link
Contributor

No description provided.

@baturayo baturayo marked this pull request as draft January 23, 2024 17:46
# Generate random values between 10 and 20 for 'y'
# set seed for reproducibility
np.random.seed(0)
y_values = np.random.uniform(10, 20, size)

Check notice

Code scanning / SonarCloud

numpy.random.Generator should be preferred to numpy.random.RandomState Low test

Use a "numpy.random.Generator" here instead of this legacy function. See more on SonarCloud
@baturayo baturayo marked this pull request as ready for review January 23, 2024 20:17
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@baturayo baturayo merged commit ceab226 into main Jan 24, 2024
15 of 16 checks passed
@baturayo baturayo deleted the IA-510-implement-new-anomaly-detection-in-soda-core branch January 24, 2024 10:12
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.

2 participants