Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1261 - 1270 of 1,998 for store (2.02 seconds)

  1. RegressorMixin — scikit-learn 1.8.0 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
    Mon Jan 26 11:09:14 GMT 2026
      116.1K bytes
      Cache
     
  2. MLPClassifier — scikit-learn 1.8.0 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
    Mon Jan 26 11:09:14 GMT 2026
      166.5K bytes
      Cache
     
  3. 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
    Mon Jan 26 11:09:12 GMT 2026
      102.6K bytes
      Cache
     
  4. confusion_matrix_at_thresholds — scikit-l...

    negative samples assigned a score < thresholds[i] . fps ndarray...negative samples assigned a score >= thresholds[i] . The total...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html
    Mon Jan 26 14:16:30 GMT 2026
      113.6K bytes
      Cache
     
  5. Perceptron — scikit-learn 1.8.0 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 Jan 26 14:16:30 GMT 2026
      162.6K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates — ...

    score ( X_test , y_test ) print (..."""compute deviance scores on ``X_test`` and ``y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Mon Jan 26 11:09:12 GMT 2026
      111.6K bytes
      Cache
     
  7. MultinomialNB — scikit-learn 1.8.0 docume...

    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.naive_bayes.MultinomialNB.html
    Mon Jan 26 11:09:14 GMT 2026
      152.5K bytes
      Cache
     
  8. Comparison of Calibration of Classifiers &#8212...

    minimize proper scoring rules: the Brier score or the log-loss...= 10 , l1_ratios = ( 0 ,), scoring = "neg_log_loss"...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Mon Jan 26 11:09:12 GMT 2026
      116.8K bytes
      Cache
     
  9. Arrow right

    deployments Arrow down Featured stories Arrow down Deployment process...amazing prototypes, but the story ends there. Every Call for Code...
    developer.ibm.com/callforcode/solutions/deployments/
    Mon Jan 26 12:22:33 GMT 2026
      41.8K bytes
      Cache
     
  10. plot_multi_metric_evaluation.rst.txt

    scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Mon Jan 26 11:09:14 GMT 2026
      6.6K bytes
     
Back to Top