Add a 3D plot to visualise the K-mean algorithm #11880
Annotations
3 errors
Ruff (RUF100):
data_structures/arrays/sudoku_solver.py#L175
data_structures/arrays/sudoku_solver.py:175:54: RUF100 Unused `noqa` directive (unused: `SIM115`)
|
Ruff (E501):
machine_learning/k_means_clust.py#L138
machine_learning/k_means_clust.py:138:89: E501 Line too long (93 > 88)
|
ruff
Process completed with exit code 1.
|