Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1081 - 1090 of 1,745 for store (2.04 seconds)

  1. d2_log_loss_score — scikit-learn 1.7.2 do...

    = None ) [source] # \(D^2\) score function, fraction of log loss...loss explained. Best possible score is 1.0 and it can be negative...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Wed Nov 26 04:38:19 GMT 2025
      107.6K bytes
      Cache
     
  2. OutputCodeClassifier — scikit-learn 1.7.2...

    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.OutputCodeClassifier.html
    Fri Nov 21 04:27:30 GMT 2025
      132.1K bytes
      Cache
     
  3. homogeneity_completeness_v_measure — scik...

    completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Mon Nov 24 11:06:37 GMT 2025
      110.4K bytes
      Cache
     
  4. RegressorMixin — scikit-learn 1.7.2 docum...

    score ( X , y ) 0.0 score ( X , y , sample_weight...Notes The \(R^2\) score used when calling score on a regressor uses...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Wed Nov 26 04:38:19 GMT 2025
      115.7K bytes
      Cache
     
  5. OrthogonalMatchingPursuitCV — scikit-lear...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Mon Nov 24 12:29:38 GMT 2025
      137.1K bytes
      Cache
     
  6. Supervised fine-tuning of the open source IBM G...

    predefined metrics like bert score and meteor score, and then finally save...cosine similarity and the METEOR score . It is designed to work with...
    developer.ibm.com/articles/awb-supervised-finetuning-ibm-granite-model-transformers/
    Wed Nov 26 05:39:53 GMT 2025
      758.3K bytes
      Cache
     
  7. Effect of model regularization on training and ...

    print ( f "Test score: { enet . score ( X_test , y_test )...shows the training and test scores of the model for different...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Wed Nov 26 04:38:19 GMT 2025
      102.8K bytes
      Cache
     
  8. MLPClassifier — scikit-learn 1.7.2 docume...

    The score reported is the accuracy score. Only available...The best validation score (i.e. accuracy score) that triggered the...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Wed Nov 26 04:38:21 GMT 2025
      165.7K bytes
      Cache
     
  9. Perceptron — scikit-learn 1.7.2 documenta...

    confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Mon Nov 24 10:55:05 GMT 2025
      161.9K bytes
      Cache
     
  10. Sample pipeline for text feature extraction and...

    between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Wed Nov 26 04:38:19 GMT 2025
      168.1K bytes
      Cache
     
Back to Top