Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1401 - 1410 of 2,057 for store (0.52 seconds)

Filter
  1. LinearSVC — scikit-learn 1.8.0 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.svm.LinearSVC.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  2. Imputing missing values before building an esti...

    and score # Now we will write a function which will score the...regressor scores = cross_val_score ( estimator , X , y , scoring = ...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Mon Mar 23 20:39:20 UTC 2026
      18.9K bytes
      Cache
     
  3. Comparing randomized search and grid search for...

    with rank: 1 Mean validation score: 0.993 (std: 0.007) Parameters:...with rank: 2 Mean validation score: 0.983 (std: 0.018) Parameters:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Mon Mar 23 20:39:22 UTC 2026
      16.4K bytes
      Cache
     
  4. feature_selection.rst.txt

    input a scoring function that returns univariate scores and p-values...improve estimators' accuracy scores or to boost their performance...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      5.1K bytes
     
  5. LassoLarsIC — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  6. Imputing missing values with variants of Iterat...

    6 )) means = - scores . mean () errors = scores . std () means...cross_val_score ( estimator , X , y , scoring = "neg_mean_squared_error"...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      18K bytes
      Cache
     
  7. Suggest API

    "score" : 1.0 } ], "total" : 100 }..."guest" ], "lang" : "ja" , "score" : 1.0 } } } サジェストワード作成 リクエスト...
    fess.codelibs.org/ja/15.5/api/admin/api-admin-suggest.html
    Mon Mar 23 02:56:30 UTC 2026
      44.7K bytes
      Cache
     
  8. SequentialFeatureSelector — scikit-learn 1.8.0 ...

    scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Mar 23 20:39:21 UTC 2026
      18.1K bytes
      Cache
     
  9. d2_tweedie_score — scikit-learn 1.8.0 documenta...

    [source] # \(D^2\) regression score function, fraction of Tweedie...deviance explained. Best possible score is 1.0 and it can be negative...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  10. DummyRegressor — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:21 UTC 2026
      16.7K bytes
      Cache
     
Back to Top