Skip to content

Added Principal Component Analysis #19204

Added Principal Component Analysis

Added Principal Component Analysis #19204

Triggered via pull request September 8, 2026 13:58
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (NPY002): machine_learning/principal_component_analysis.py#L93
machine_learning/principal_component_analysis.py:93:10: NPY002 Replace legacy `np.random.normal` call with `np.random.Generator`
ruff (NPY002): machine_learning/principal_component_analysis.py#L92
machine_learning/principal_component_analysis.py:92:10: NPY002 Replace legacy `np.random.normal` call with `np.random.Generator`
ruff (NPY002): machine_learning/principal_component_analysis.py#L91
machine_learning/principal_component_analysis.py:91:10: NPY002 Replace legacy `np.random.normal` call with `np.random.Generator`
ruff (NPY002): machine_learning/principal_component_analysis.py#L90
machine_learning/principal_component_analysis.py:90:10: NPY002 Replace legacy `np.random.normal` call with `np.random.Generator`