Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1311 - 1320 of 1,998 for store (2.45 seconds)

  1. 3.3. Tuning the decision threshold for class pr...

    point is addressed by providing scores using predict_proba or decision_function...the latter returns a decision score for each class. The decision...
    scikit-learn.org/stable/modules/classification_threshold.html
    Mon Jan 26 11:09:17 GMT 2026
      48.8K bytes
      Cache
     
  2. Post-hoc tuning the cut-off point of decision f...

    scoring = scoring , cv = cv , return_train_score...tuned_model , data , target , scoring = scoring , cv = cv , return_train_score...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Jan 26 11:09:12 GMT 2026
      155.3K bytes
      Cache
     
  3. Recursive feature elimination with cross-valida...

    the cross-validated scores. The scoring strategy “accuracy” optimizes...clf , step = 1 , cv = cv , scoring = "accuracy" , m...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Jan 26 11:09:12 GMT 2026
      98.4K bytes
      Cache
     
  4. v_measure_score — scikit-learn 1.8.0 docu...

    This score is identical to normalized_mutual_info_score...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Jan 26 14:16:30 GMT 2026
      121.6K bytes
      Cache
     
  5. RANSACRegressor — scikit-learn 1.8.0 docu...

    score(X, y) : Returns the mean accuracy...stop_score . Additionally, the score is used to decide which of two...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Jan 26 14:16:29 GMT 2026
      144K bytes
      Cache
     
  6. A demo of the Spectral Co-Clustering algorithm ...

    "consensus score: {:.3f} " . format ( score )) fit_data...found the biclusters. consensus score: 1.000 # Authors: The scikit-learn...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Mon Jan 26 11:09:14 GMT 2026
      92.8K bytes
      1 views
      Cache
     
  7. OneVsRestClassifier — scikit-learn 1.8.0 ...

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Mon Jan 26 11:09:12 GMT 2026
      150.8K bytes
      Cache
     
  8. Column Transformer with Mixed Types — sci...

    ( "model score: %.3f " % clf . score ( X_test , y_test...arrays (scores, pvalues) or a single array with scores. Default...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Mon Jan 26 11:09:12 GMT 2026
      368.1K bytes
      Cache
     
  9. GammaRegressor — scikit-learn 1.8.0 docum...

    score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Jan 26 14:16:30 GMT 2026
      139.4K bytes
      Cache
     
  10. ExtraTreesClassifier — scikit-learn 1.8.0...

    estimate the generalization score. By default, accuracy_score...performed. oob_score_ float Score of the training dataset obtained...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Mon Jan 26 14:16:33 GMT 2026
      168K bytes
      Cache
     
Back to Top