Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 841 - 850 of 3,757 for 1 (0.42 sec)

  1. 11. Common pitfalls and recommended practices —...

    n_features = 1 , noise = 1 ) >>> X_train , X_test ,...applies to using None . 11.3.1.1. Estimators # Passing instances...
    scikit-learn.org/stable/common_pitfalls.html
    Wed Sep 17 19:57:58 UTC 2025
      102.9K bytes
      Cache
     
  2. Comparing different clustering algorithms on to...

    "connectivity matrix is [0-9]{1,2}" " > 1. Completing it to avoid stopping...= n_samples , cluster_std = [ 1.0 , 2.5 , 0.5 ], random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html
    Wed Sep 17 19:57:58 UTC 2025
      126K bytes
      Cache
     
  3. Classification of text documents using sparse f...

    the mean squared error on {-1, 1} encoded targets, one for each...n_features: { X_train . shape [ 1 ] } " ) print ( f "vectorize testing...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Wed Sep 17 19:58:00 UTC 2025
      158K bytes
      Cache
     
  4. Face completion with a multi-output estimators ...

    shape [ 1 ] # Upper half of the faces X_train...X_train = train [:, : ( n_pixels + 1 ) // 2 ] # Lower half of the faces...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Wed Sep 17 19:57:59 UTC 2025
      99.2K bytes
      Cache
     
  5. single_source_shortest_path_length — scikit-lea...

    1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length....
    Wed Sep 17 19:57:59 UTC 2025
      108.5K bytes
      Cache
     
  6. SVM: Separating hyperplane for unbalanced class...

    clusters of random points n_samples_1 = 1000 n_samples_2 = 100 centers...2.0 , 2.0 ]] clusters_std = [ 1.5 , 0.5 ] X , y = make_blobs (...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Wed Sep 17 19:58:00 UTC 2025
      94K bytes
      Cache
     
  7. Faces recognition example using eigenfaces and ...

    1 )[ - 1 ] true_name = target_names...y_test [ i ]] . rsplit ( " " , 1 )[ - 1 ] return "predicted: %s \n...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Wed Sep 17 19:57:59 UTC 2025
      113.1K bytes
      Cache
     
  8. 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
    Wed Sep 17 19:57:58 UTC 2025
      77.3K bytes
      Cache
     
  9. 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
    Wed Sep 17 19:57:59 UTC 2025
      121.4K bytes
      Cache
     
  10. 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
    Wed Sep 17 19:57:59 UTC 2025
      123.1K bytes
      Cache
     
Back to top