- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1391 - 1400 of over 10,000 for 2 (0.23 seconds)
-
KMeans — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
k_means — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
ExtraTreeRegressor — scikit-learn 1.8.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
Evaluation of outlier detection estimators R...
as samples encoded with label 2 and outliers as those with label...as_frame = True ) s = ( y == 2 ) + ( y == 4 ) X = X . loc [ s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
업그레이드 절차
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz 이전...-Uvh fess-15.3.2.rpm # DEB $ sudo dpkg -i fess-15.3.2.deb 참고 설정 파일(...fess.codelibs.org/ko/15.3/install/upgrade.html -
PCA — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
d2_brier_score — scikit-learn 1.8.0 docum...
labels = None ) [source] # \(D^2\) score function, fraction of...features. The null model gets a D^2 score of 0.0. Read more in the...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html -
LedoitWolf — scikit-learn 1.8.0 documenta...
2 ], ... [ .2 , .8 ]]) >>> np...Multivariate Analysis, Volume 88, Issue 2, February 2004, pages 365-411....scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
cohen_kappa_score — scikit-learn 1.8.0 do...
prior over the class labels [2] . Read more in the User Guide...Psychological Measurement 20(1):37-46. [ 2 ] R. Artstein and M. Poesio (2008)....scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
Detection error tradeoff (DET) curve — sc...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...ax_det ] = plt . subplots ( 1 , 2 , figsize = ( 11 , 5 )) ax_roc...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html