Skip to content

Commit

Permalink
add libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzam Arefi authored and Farzam Arefi committed Mar 2, 2024
1 parent 49284ee commit b03b3b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
@@ -1,5 +1,7 @@
import pandas as pd

from sklearn.preprocessing import StandardScaler, normalize
from sklearn.cluster import KMeans
from sklearn.decomposition import PCA


# data sets:
Expand Down

0 comments on commit b03b3b4

Please sign in to comment.