sklearn1 Scikit-learn, sklearn Machine learning에서 가장 많이 쓰이는 library이다. Homepage : https://scikit-learn.org/stable/user_guide.html Manual : https://scikit-learn.org/stable/_downloads/scikit-learn-docs.pdf 사용할 기능 Classification - SVM : https://scikit-learn.org/stable/modules/svm.html - Ensemble (Random forest) : https://scikit-learn.org/stable/modules/ensemble.html SVM: import numpy as np from sklearn.pipeline import make_pipel.. 2020. 11. 4. 이전 1 다음