Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 1,159 for store (0.12 sec)

  1. Demo of affinity propagation clustering algorit...

    homogeneity_score ( labels_true , labels )) print..." % metrics . completeness_score ( labels_true , labels )) print...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Wed Aug 20 16:02:07 UTC 2025
      97.5K bytes
      Cache
     
  2. Underfitting vs. Overfitting — scikit-learn 1.7...

    using crossvalidation scores = cross_val_score ( pipeline , X [:,...( degrees [ i ], - scores . mean (), scores . std () ) ) plt ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Wed Aug 20 16:02:09 UTC 2025
      98.7K bytes
      Cache
     
  3. RegressorTags — scikit-learn 1.7.1 documentation

    RegressorTags ( poor_score : bool = False ) [source] #...regressor. Parameters : poor_score bool, default=False Whether...
    scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html
    Wed Aug 20 16:02:07 UTC 2025
      105.2K bytes
      Cache
     
  4. plot_kmeans_digits.rst.txt

    homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Tue Aug 19 13:22:49 UTC 2025
      10.5K bytes
      1 views
     
  5. plot_kmeans_digits.ipynb

    ==========nhomo homogeneity score\ncompl completeness score\nv-meas V measure\nARI...metrics.homogeneity_score,\n metrics.completeness_score,\n metrics.v_measure_score,\n...
    scikit-learn.org/stable/_downloads/6bf322ce1724c13e6e0f8f719ebd253c/plot_kmeans_digits.ipynb
    Tue Aug 19 13:22:49 UTC 2025
      8.6K bytes
      1 views
     
  6. User Guide — scikit-learn 1.7.1 documentation

    Which scoring function should I use? 3.4.2. Scoring API overview...Weighted scoring and fitting 4.1.2. Weighted scoring and unweighted...
    scikit-learn.org/stable/user_guide.html
    Wed Aug 20 16:02:09 UTC 2025
      81.7K bytes
      Cache
     
  7. Model-based and sequential feature selection — ...

    print ( f "ROC AUC score: { roc_auc_score ( y , model . predict_proba...features based a cross-validation score. That is, we start with 0 features...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Wed Aug 20 16:02:07 UTC 2025
      123.2K bytes
      Cache
     
  8. Biclustering documents with the Spectral Co-clu...

    ( axis = 0 ) ) word_scores = word_scores . ravel () important_words...sklearn.metrics.cluster import v_measure_score def number_normalizer ( tokens...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Wed Aug 20 16:02:09 UTC 2025
      109.8K bytes
      Cache
     
  9. SequentialFeatureSelector — scikit-learn 1.7.1 ...

    scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Wed Aug 20 16:02:07 UTC 2025
      143.1K bytes
      Cache
     
  10. Demo of DBSCAN clustering algorithm — scikit-le...

    homogeneity_score ( labels_true , labels ) : .3f..."Completeness: { metrics . completeness_score ( labels_true , labels ) : .3f...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Wed Aug 20 16:02:09 UTC 2025
      103K bytes
      Cache
     
Back to top