(十九)Sklearn

題目: 思路:     1、數據集的建立使用函數: datasets.make_classification(n_samples,n_features,n_informative,n_redundant,n_repeated,n_classes)     2、使用10倍交叉驗證分割數據集使用函數: cross_validation.KFold(length,n_folds,shuffle)    
相關文章
相關標籤/搜索