Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. BayesianRidge — scikit-learn 1.7.2 docume...

    Notes The \(R^2\) score used when calling score on a regressor uses...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Mon Nov 24 10:55:06 GMT 2025
      149.6K bytes
      Cache
     
  8. PLSRegression — scikit-learn 1.7.2 docume...

    Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Mon Nov 24 11:23:20 GMT 2025
      160.1K bytes
      Cache
     
  9. Class Likelihood Ratios to measure classificati...

    scoring = scoring , cv = 10 )) positive...( estimator , X , y , scoring = scoring , cv = 10 )) positive...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Wed Nov 26 04:38:21 GMT 2025
      143.3K bytes
      Cache
     
  10. 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
     
Back to Top