Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e735cbe

Browse files
committedMar 1, 2025
refactor:Removed requests from imports
1 parent 44cb411 commit e735cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎machine_learning/principle_component_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"""
1313

1414
import numpy as np
15-
import requests
1615
from sklearn.decomposition import PCA
1716
from sklearn.preprocessing import StandardScaler
1817
from sklearn.datasets import load_iris

0 commit comments

Comments
 (0)
Please sign in to comment.