Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 1,074 for store (1.43 sec)

  1. Evaluation of outlier detection estimators — sc...

    returns the average outlier score of X. from time import perf_counter... : estimator . fit ( X ) y_score = estimator [ - 1 ] . negative_outlier_factor_...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Sat Oct 11 07:51:26 UTC 2025
      164.6K bytes
      Cache
     
  2. Search API group | App Search documentation [8....

    containing the field name or _score as the key and the value as..."park_redwood" }, "_meta": { "score": 3.6536791 }, "_group": [ {...
    www.elastic.co/guide/en/app-search/current/grouping.html
    Tue Jul 29 14:26:41 UTC 2025
      18.4K bytes
      Cache
     
  3. ExtraTreeRegressor — scikit-learn 1.7.2 documen...

    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.tree.ExtraTreeRegressor.html
    Fri Oct 10 15:14:35 UTC 2025
      160.8K bytes
      Cache
     
  4. Metadata Routing — scikit-learn 1.7.2 documenta...

    add ( caller = "score" , callee = "score" ), ) return router...'predict'}, {'callee': 'score', 'caller': 'score'}], 'router': {'fit':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Sat Oct 11 07:51:27 UTC 2025
      272.6K bytes
      Cache
     
  5. Tweedie regression on insurance claims — scikit...

    "score" ): continue score = estimator . score ( X , y...subset_label , "metric" : score_label , "score" : score }) res = ( pd ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Sat Oct 11 07:51:26 UTC 2025
      181.8K bytes
      Cache
     
  6. Adjustment for chance in clustering performance...

    ( score_name , score_func ) in zip ( "d^vx.," , score_funcs...): scores = fixed_classes_uniform_labelings_scores ( score_func...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Sat Oct 11 07:51:26 UTC 2025
      162.8K bytes
      Cache
     
  7. Outlier detection with Local Outlier Factor (LO...

    outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Sat Oct 11 07:51:27 UTC 2025
      98.5K bytes
      Cache
     
  8. 3.2. Tuning the hyper-parameters of an estimato...

    cy_score for classification and sklearn.metrics.r2_score for...accuracy score is often uninformative), see Which scoring function...
    scikit-learn.org/stable/modules/grid_search.html
    Sat Oct 11 07:51:27 UTC 2025
      130.8K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.7.2 do...

    input a scoring function that returns univariate scores and p-values...to provide a score_func where y=None . The score_func should use...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat Oct 11 07:51:26 UTC 2025
      73.8K bytes
      Cache
     
  10. Custom refit strategy of a grid search with cro...

    define the scores to select the best candidate. scores = [ "precision"...(), tuned_parameters , scoring = scores , refit = refit_strategy...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Sat Oct 11 07:51:25 UTC 2025
      136K bytes
      Cache
     
Back to top