- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 2,485 for 2 (0.42 sec)
-
範囲指定検索
時間の範囲指定検索をするためには、「last_modified:[日時1 TO 日時2]」(日時1<日時2) を検索フォームに入力します。 日時はISO 8601を基準にしています。...たとえば、last_modified フィールドに対して、2016年2月21日20時(現在日時とする)から30日前までに更新された...fess.codelibs.org/ja/15.3/user/search-range.html -
Classification of text documents using sparse f...
(training set) 1353 documents - 2.87MB (test set) 4 categories vectorize...= RidgeClassifier ( tol = 1e-2 , solver = "sparse_cg" ) clf ....scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
StratifiedGroupKFold — scikit-learn 1.7.2 docum...
index=[ 0 1 2 3 15 16] group=[1 1 2 2 8 8] Fold 2: Train: index=[...index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5 8...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
shuffle — scikit-learn 1.7.2 documentation
2)> >>> X_sparse . toarray () array([[0., 0.], [2., 1.],...y array([2, 1, 0]) >>> shuffle ( y , n_samples = 2 , random_state...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
KMeans — scikit-learn 1.7.2 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 -
sklearn.cluster — scikit-learn 1.7.2 documentation
Popular unsupervised clustering algorithms. User guide. See the Clustering and Biclustering sections for further details.scikit-learn.org/stable/api/sklearn.cluster.html -
Gaussian Mixture Models — scikit-learn 1.7.2 do...
Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...scikit-learn.org/stable/auto_examples/mixture/index.html -
sklearn.decomposition — scikit-learn 1.7.2 docu...
Matrix decomposition algorithms. These include PCA, NMF, ICA, and more. Most of the algorithms of this module can be regarded as dimensionality reduction techniques. User guide. See the Decomposing...scikit-learn.org/stable/api/sklearn.decomposition.html -
fetch_20newsgroups — scikit-learn 1.7.2 documen...
Gallery examples: Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation Biclustering documents with the Spectral Co-clustering algorithm Column Transformer with He...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
shrunk_covariance — scikit-learn 1.7.2 document...
Skip to main content Back to top Ctrl + K GitHub Choose version shrunk_covariance # sklearn.covariance. shrunk_covari...scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html