Skip to content

Adding a 3D plot to the k-means clustering algorithm #14010

Adding a 3D plot to the k-means clustering algorithm

Adding a 3D plot to the k-means clustering algorithm #14010

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- run: uvx ruff check --output-format=github .