Python-Machine-Learning
Python-Machine-Learning copied to clipboard
file path issue on 07_dimensionality reduction
pd.read_csv("../data/world_happiness.csv")
also ml_pca section
diamonds = pd.read_csv("../data/diamonds.csv", index_col=[0])