參考:http://scikit-learn.org/stable/modules/clustering.html 在实际项目中,我们真的非常少用到那些简单的模型,比方LR.kNN.NB等.尽管经典,但在project中确实不有用. 今天我们不关注详细的模型,而关注无监督的聚类方法. 之所以关注无监督聚类方法.是由于.在实际项目中,我们除了使用PCA等方法降维外.有时候我们也会考虑使用聚类的方法降维特征. Overview of clustering methods: A comparison…
參考:http://scikit-learn.org/stable/modules/label_propagation.html The semi-supervised estimators insklearn.semi_supervised are able to make use of this additional unlabeled data to better capture the shape of the underlying data distribution and gener…
Before you read This is a demo or practice about how to use Simple-Linear-Regression in scikit-learn with python. Following is the package version that I use below: The Python version: 3.6.2 The Numpy version: 1.8.0rc1 The Scikit-Learn version: 0.19…