- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1671 - 1680 of over 10,000 for 2 (2.23 seconds)
Filter
-
GaussianMixture — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict ([[...scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html -
ROC Curve with Visualization API — scikit-learn...
return_X_y = True ) y = y == 2 X_train , X_test , y_train , y_test...n_classes * (n_classes - 1) / 2). However, note that internally,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
EllipticEnvelope — scikit-learn 1.8.0 documenta...
(n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....with n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html -
SpectralCoclustering — scikit-learn 1.8.0 docum...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
orthogonal_mp — scikit-learn 1.8.0 documentation
n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User Guide...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html -
Scheduler
crawl configuration IDs are 1 and 2, and file system crawl configuration..."info" ) . webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...fess.codelibs.org/15.5/admin/scheduler-guide.html -
StackingRegressor — scikit-learn 1.8.0 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...generalization.” Neural networks 5.2 (1992): 241-259. Examples >>>...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
数据存储爬取
2,タイトル 2,テスト2です。 3,タイトル 3,テスト3です。 4,タイトル...versionNo ) VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909' , '135.494977'...fess.codelibs.org/zh-cn/15.5/admin/dataconfig-guide.html -
completeness_score — scikit-learn 1.8.0 documen...
2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
Plot the support vectors in LinearSVC — scikit-...
centers = 2 , random_state = 0 ) plt . figure...support_vector_indices ] plt . subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:,...scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html