<Kaggle>
-
-
-
6/1 Ridge<Kaggle>/[Mercari Price Suggestion] 2022. 5. 31. 21:19
import multiprocessing as mp # 병렬처리 mp.set_start_method('forkserver', True) 포크 또는 소프트웨어 개발 포크, 프로젝트 포크는 개발자들이 하나의 소프트웨어 소스 코드를 통째로 복사하여 독립적인 새로운 소프트웨어를 개발하는 것을 말한다. 위키백과 from scipy.sparse import csr_matrix arr = np.array([[0, 1, 0, 2], [0, 3, 4, 5], [0, 0, 0, 0], [6, 0, 0, 7], [0, 8, 0, 0]]) csr_mat = csr_matrix(arr) csr_mat[Out] from sklearn.feature_extraction.text import HashingVectorizer # Co..
-
-
캐글 커널 커리큘럼<Kaggle> 2022. 5. 31. 20:41
Binary classification : Tabular data 1st level. Titanic: Machine Learning from Disaster 타이타닉 튜토리얼 1 - Exploratory data analysis, visualization, machine learning EDA To Prediction(DieTanic) Titanic Top 4% with ensemble modeling Introduction to Ensembling/Stacking in Python 2nd level. Porto Seguro’s Safe Driver Prediction 총정리 : https://9566.tistory.com/category/%3CKaggle%3E/%5BPorto%20seguro-safe%..
-
-
-