Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 1,159 for store (0.11 sec)

  1. StackingRegressor — scikit-learn 1.7.1 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
    Wed Aug 20 16:02:07 UTC 2025
      153.5K bytes
      Cache
     
  2. Classifier comparison — scikit-learn 1.7.1 docu...

    y_train ) score = clf . score ( X_test , y_test ) ...y_min + 0.3 , ( " %.2f " % score ) . lstrip ( "0" ), size = 15...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Wed Aug 20 16:02:07 UTC 2025
      114.3K bytes
      Cache
     
  3. KernelDensity — scikit-learn 1.7.1 documentation

    score_samples ( X [: 3 ]) >>> log_density...n_features) List of samples. score ( X , y = None ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Wed Aug 20 16:02:08 UTC 2025
      136.4K bytes
      Cache
     
  4. RANSACRegressor — scikit-learn 1.7.1 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
    Wed Aug 20 16:02:09 UTC 2025
      143.5K bytes
      Cache
     
  5. DummyRegressor — scikit-learn 1.7.1 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
    Wed Aug 20 16:02:08 UTC 2025
      140.1K bytes
      Cache
     
  6. Job types | Elastic Docs

    anomaly score (instead of an independent anomaly score for each...
    www.elastic.co/docs/explore-analyze/machine-learning/anomaly-detection/ml-anomaly-detection-job-t...
    Thu Aug 21 00:48:29 UTC 2025
      182.1K bytes
      Cache
     
  7. sklearn.model_selection — scikit-learn 1.7.1 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
    Wed Aug 20 16:02:08 UTC 2025
      129K bytes
      Cache
     
  8. 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
    Sat Aug 16 15:30:00 UTC 2025
      62.3K bytes
      Cache
     
  9. BaggingClassifier — scikit-learn 1.7.1 document...

    oob_score_ float Score of the training dataset...bootstrap_features = False , oob_score = False , warm_start = False...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Wed Aug 20 16:02:08 UTC 2025
      153.6K bytes
      Cache
     
  10. Feature discretization — scikit-learn 1.7.1 doc...

    y_train ) score = clf . score ( X_test , y_test ) print...print ( f " { name } : { score : .2f } " ) # plot the decision...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Wed Aug 20 16:02:09 UTC 2025
      128.7K bytes
      Cache
     
Back to top