데이터 과학 과제
[환경설정]
pd.read_csv('')의 CSV file 경로를 자신의 저장 경로로 바꿔줘야 정상적인 작동
[supervised_learning]
-
Classification_creditcard : (Gaussian naive bayes 사용)
- ./csv_file/creditcardcsvpresent.csv
-
Classificaiton_heart : (Decision Tree 사용)
- ./csv_file/heart.csv
-
Regression_Training : (Ridge Regression 사용)
- ./csv_file/USA_Housing.csv
[unsupervised_learning]
- Mall_Customers(k-means)
- ./csv_file/Mall_Customers.csv
- Mall_Customers(DBSCAN)
- ./csv_file/Mall_Customers.csv
- PCA_t-SNE_standardScale : (PCA와 t-SNE를 각각 standardScale 적용 시와 미적용시 결과 테스트)
- ./csv_file/datasets.csv