Apply new Ruff actions to Python codeblocks (#13783)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
c0305f4e15
commit
6bddeda34b
13 changed files with 95 additions and 99 deletions
|
|
@ -300,8 +300,6 @@ You can also visualize the embedding space using the plotting tool of your choic
|
|||
|
||||
```python
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
from mpl_toolkits.mplot3d import Axes3D
|
||||
from sklearn.decomposition import PCA
|
||||
|
||||
# Reduce dimensions using PCA to 3 components for visualization in 3D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue