Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 1,301 for store (0.1 sec)

  1. 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
    Thu Jul 03 11:42:05 UTC 2025
      98.8K bytes
      Cache
     
  2. ClassifierMixin — scikit-learn 1.7.0 documentation

    estimator_type tag; score method that default to accuracy_score . enforce...>>> estimator . score ( X , y ) 0.66... score ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Thu Jul 03 11:42:05 UTC 2025
      114.1K bytes
      Cache
     
  3. A demo of the Spectral Biclustering algorithm —...

    "consensus score: { score : .1f } " ) consensus score: 1.0 The...sets of biclusters score = consensus_score ( model . biclusters_...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
    Thu Jul 03 11:42:05 UTC 2025
      102.9K bytes
      Cache
     
  4. Ridge — scikit-learn 1.7.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Thu Jul 03 11:42:05 UTC 2025
      154.3K bytes
      Cache
     
  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
    Thu Jul 03 11:42:05 UTC 2025
      8.6K bytes
      1 views
     
  6. Wikipedia principal eigenvector — scikit-learn ...

    i ) prev_scores = scores scores = ( alpha * ( scores * X + np...norm scores_max = np . abs ( scores ) . max () if scores_max ==...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Thu Jul 03 11:42:05 UTC 2025
      118.9K bytes
      Cache
     
  7. 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
    Thu Jul 03 11:42:05 UTC 2025
      103K bytes
      Cache
     
  8. CalibratedClassifierCV — scikit-learn 1.7.0 doc...

    2 ] Transforming Classifier Scores into Accurate Multiclass Probability...n_classes) The predicted probas. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Thu Jul 03 11:42:05 UTC 2025
      154.7K bytes
      Cache
     
  9. Permutation Importance vs Random Forest Feature...

    0 bootstrap True oob_score False n_jobs None random_state..."RF train accuracy: { rf . score ( X_train , y_train ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Thu Jul 03 11:42:05 UTC 2025
      195.3K bytes
      Cache
     
  10. RFE — scikit-learn 1.7.0 documentation

    score ( X , y , ** score_params ) [source]...more details. Returns : score float Score of the underlying base...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Thu Jul 03 11:42:05 UTC 2025
      149.7K bytes
      Cache
     
Back to top