Skip to content

Instantly share code, notes, and snippets.

View agn-7's full-sized avatar
🎯
Focusing

Benyamin Jafari agn-7

🎯
Focusing
View GitHub Profile
@agn-7
agn-7 / pca_applicator.py
Created July 31, 2020 09:22
Apply PCA on a vector.
import numpy as np
import pandas as pd
import csv
import sys
from sklearn.decomposition import PCA
from sklearn.preprocessing import scale
__author__ = 'aGn'