Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 3,757 for 1 (0.63 sec)

  1. Clustering text documents using k-means — sciki...

    assigned to each cluster: [ 1 1 1 3384] Number of elements assigned...n_features: { X_tfidf . shape [ 1 ] } " ) vectorization done in...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Sep 17 19:57:59 UTC 2025
      150.2K bytes
      Cache
     
  2. 2. Unsupervised learning — scikit-learn 1.7.2 d...

    1. Gaussian mixture models 2.1.1. Gaussian Mixture 2.1.2....Mixture 2.2. Manifold learning 2.2.1. Introduction 2.2.2. Isomap 2.2.3....
    scikit-learn.org/stable/unsupervised_learning.html
    Wed Sep 17 19:58:00 UTC 2025
      37.9K bytes
      Cache
     
  3. cross_val_score — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 SVM-Anova:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Wed Sep 17 19:57:58 UTC 2025
      126.3K bytes
      Cache
     
  4. Demonstrating the different strategies of KBins...

    ]]) centers_1 = np . array ([[ 0 , 0 ], [ 3 , 1 ]]) # construct...strategies ) + 1 , i ) ax . scatter ( X [:, 0 ], X [:, 1 ], edgecolors...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html
    Wed Sep 17 19:57:58 UTC 2025
      100.7K bytes
      Cache
     
  5. A demo of the Spectral Biclustering algorithm —...

    consensus score: 1.0 The score is between 0 and 1, where 1 corresponds...and adds 1 to each to ensure that the labels start from 1 instead...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
    Wed Sep 17 19:58:00 UTC 2025
      102.7K bytes
      Cache
     
  6. Visualizing the stock market structure — scikit...

    index ] = 1 dy = y - embedding [ 1 ] dy [ index ] = 1 this_dx =...alphas = np . logspace ( - 1.5 , 1 , num = 10 ) edge_model = covariance...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Wed Sep 17 19:57:58 UTC 2025
      145.3K bytes
      Cache
     
  7. Developer’s Guide — scikit-learn 1.7.2 document...

    Contributing- Ways to contribute, Automated Contributions Policy, Submitting a bug report or a feature request- How to make a good bug report., Contributing code- Video resources, How to contribute...
    scikit-learn.org/stable/developers/index.html
    Tue Sep 16 14:38:54 UTC 2025
      37.7K bytes
      Cache
     
  8. Two-class AdaBoost — scikit-learn 1.7.2 documen...

    random_state = 1 ) X2 , y2 = make_gaussian_quantiles...es ( mean = ( 3 , 3 ), cov = 1.5 , n_samples = 300 , n_features...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Wed Sep 17 19:58:00 UTC 2025
      102K bytes
      Cache
     
  9. Early stopping in Gradient Boosting — scikit-le...

    axes [ 1 ] . set_xlabel ( "Boosting Iterations" ) axes [ 1 ] . set_ylabel...(Validation)" ) axes [ 1 ] . set_yscale ( "log" ) axes [ 1 ] . legend ()...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Wed Sep 17 19:57:59 UTC 2025
      108.1K bytes
      Cache
     
  10. Agglomerative clustering with and without struc...

    ) t = 1.5 * np . pi * ( 1 + 3 * np . random . rand ( 1 , n_samples..."single" )): plt . subplot ( 1 , 4 , index + 1 ) model = AgglomerativeCluster...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html
    Wed Sep 17 19:57:59 UTC 2025
      97.4K bytes
      Cache
     
Back to top