Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 1,071 for store (0.53 sec)

  1. Perceptron — scikit-learn 1.7.2 documentation

    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
    Fri Oct 10 15:14:35 UTC 2025
      161.9K bytes
      Cache
     
  2. LinearSVR — scikit-learn 1.7.2 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.svm.LinearSVR.html
    Thu Oct 09 16:57:49 UTC 2025
      143.3K bytes
      Cache
     
  3. SVR — scikit-learn 1.7.2 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.svm.SVR.html
    Fri Oct 10 15:14:33 UTC 2025
      145.1K bytes
      Cache
     
  4. StackingRegressor — scikit-learn 1.7.2 document...

    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.ensemble.StackingRegressor.html
    Fri Oct 10 15:14:35 UTC 2025
      153.4K bytes
      Cache
     
  5. RANSACRegressor — scikit-learn 1.7.2 documentation

    defined by stop_score . Additionally, the score is used to decide...stop_score float, default=np.inf Stop iteration if score is greater...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Fri Oct 10 15:14:35 UTC 2025
      143.5K bytes
      Cache
     
  6. plot_multi_metric_evaluation.py

    sample_score_mean - sample_score_std, sample_score_mean + sample_score_std,...: range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2,...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Oct 06 22:31:16 UTC 2025
      3.6K bytes
     
  7. Probability Calibration curves — scikit-learn 1...

    precision_score , recall_score , f1_score ]: score_name = metric...precision_score , recall_score , f1_score ]: score_name = metric...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Fri Oct 10 15:14:33 UTC 2025
      143.5K bytes
      Cache
     
  8. DummyRegressor — scikit-learn 1.7.2 documentation

    score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Fri Oct 10 15:14:35 UTC 2025
      140K bytes
      Cache
     
  9. sklearn.model_selection — scikit-learn 1.7.2 do...

    cross_val_score Evaluate a score by cross-validation....cross-validation and also record fit/score times. learning_curve Learning...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Fri Oct 10 15:14:34 UTC 2025
      129K bytes
      Cache
     
  10. Crafting a minimal reproducer for scikit-learn ...

    other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Tue Oct 07 17:07:17 UTC 2025
      62.3K bytes
      Cache
     
Back to top