Skip to content

Instantly share code, notes, and snippets.

View hgharagyozyan's full-sized avatar

hgharagyozyan

View GitHub Profile
from sys import argv
from itertools import cycle
import numpy as np
np.random.seed(3)
import pandas as pd
from sklearn.model_selection import train_test_split, cross_validate,\
StratifiedKFold
from sklearn.utils import shuffle
from sklearn.decomposition import PCA