Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 891 - 900 of 1,306 for store (0.12 seconds)

Filter
  1. SelectKBest — scikit-learn 1.8.0 documentation

    arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Mon Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  2. Bulk Retrieval of Search Results

    content : Body (excerpt) score : Search score boost : Boost value...) print ( f "Average score: { df [ 'score' ] . mean () } " ) #...
    fess.codelibs.org/15.5/config/search-scroll.html
    Mon Mar 23 02:47:55 UTC 2026
      53.2K bytes
      Cache
     
  3. MNIST classification using multinomial logistic...

    coef_ == 0 ) * 100 score = clf . score ( X_test , y_test ) #...print ( "Test score with L1 penalty: %.4f " % score ) coef = clf...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  4. GradientBoostingRegressor — scikit-learn 1.8.0 ...

    Notes The \(R^2\) score used when calling score on a regressor uses...squared error with improvement score by Friedman, “squared_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      22.4K bytes
      Cache
     
  5. Pipeline — scikit-learn 1.8.0 documentation

    Returns : score float Result of calling score on the final...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.88 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Mar 23 20:39:20 UTC 2026
      23K bytes
      Cache
     
  6. Classification of text documents using sparse f...

    it is more evident that the scores of the model trained with metadata...time: { test_time : .3 } s" ) score = metrics . accuracy_score (...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon Mar 23 20:39:20 UTC 2026
      25.2K bytes
      Cache
     
  7. StackingRegressor — scikit-learn 1.8.0 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.3... fit...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      19.5K bytes
      Cache
     
  8. det_curve — scikit-learn 1.8.0 documentation

    ) Target scores, can either be probability...classifiers). For decision_function scores, values greater than or equal...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      14.8K bytes
      Cache
     
  9. Principal Component Regression vs Partial Least...

    We also print the R-squared scores of both estimators, which further...( f "PCR r-squared { pcr . score ( X_test , y_test ) : .3f }...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Mar 23 20:39:21 UTC 2026
      18.1K bytes
      Cache
     
  10. SVR — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) The predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Mon Mar 23 20:39:23 UTC 2026
      19.1K bytes
      Cache
     
Back to Top