Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 941 - 950 of 1,306 for store (0.11 seconds)

Filter
  1. __sklearn_is_fitted__ as Developer API — scikit...

    predictions def score ( self , X , y ): """ Calculate Score If the estimator...check_is_fitted ( self ) # Perform scoring logic return 0.5 def __sklearn_is_fitted__...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Mon Mar 23 20:39:22 UTC 2026
      15.5K bytes
      Cache
     
  2. XML results output

    &lt;tr&gt; &lt;td</cache> <score>4.98744</score> <digest>goo の提供するス...contents of the content. score Score values of the document. Digest...
    fess.codelibs.org/4.0/user/xml-response.html
    Thu Mar 19 15:25:44 UTC 2026
      43.4K bytes
      1 views
      Cache
     
  3. normalized_mutual_info_score — scikit-learn 1.8...

    the Mutual Information (MI) score to scale the results between...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html
    Mon Mar 23 20:39:21 UTC 2026
      14.2K bytes
      Cache
     
  4. MultinomialNB — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:23 UTC 2026
      17.8K bytes
      Cache
     
  5. fowlkes_mallows_score — scikit-learn 1.8.0 docu...

    Returns : score float The resulting Fowlkes-Mallows score. References...but not in labels_pred ). The score ranges from 0 to 1. A high value...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  6. plot_hgbt_regression.py

    training if the validation score does not # improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Mon Mar 23 20:39:21 UTC 2026
      5.8K bytes
     
  7. Model Selection — scikit-learn 1.8.0 documentation

    complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Mon Mar 23 20:39:20 UTC 2026
      15.2K bytes
      Cache
     
  8. class_likelihood_ratios — scikit-learn 1.8.0 do...

    to return the worst possible scores: {"LR+": 1.0, "LR-": 1.0} a...used for returning the worst scores, indicating a useless model,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Mon Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  9. Comparing Nearest Neighbors with and without Ne...

    y_train ) score = clf . score ( X_test , y_test ) _...0.1 , " {:.2f} " . format ( score ), size = 15 , ha = "center"...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Mon Mar 23 20:39:20 UTC 2026
      15.9K bytes
      Cache
     
  10. L1-based models for Sparse Signals — scikit-lea...

    models in terms of the \(R^2\) score, the fitting time and the sparsity...estimate the variance of the test score. Here we set shuffle="False"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Mar 23 20:39:21 UTC 2026
      20.5K bytes
      Cache
     
Back to Top