Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 911 - 920 of 1,301 for store (0.16 seconds)

Filter
  1. Column Transformer with Mixed Types — scikit-le...

    ) print ( "model score: %.3f " % clf . score ( X_test , y_test...arrays (scores, pvalues) or a single array with scores. Default...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Mon Mar 23 20:39:22 UTC 2026
      67.5K bytes
      Cache
     
  2. 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
     
  3. plot_hgbt_regression.rst.txt

    training if the validation score does not improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Mon Mar 23 20:39:21 UTC 2026
      6.9K bytes
     
  4. Visualization of MLP weights on MNIST — scikit-...

    05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:...print ( "Training set score: %f " % mlp . score ( X_train , y_train...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Mon Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  5. SVC — 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.svm.SVC.html
    Mon Mar 23 20:39:20 UTC 2026
      24.1K bytes
      Cache
     
  6. Underfitting vs. Overfitting — scikit-learn 1.8...

    - scores . mean (), scores . std () ) ) plt ....models using crossvalidation scores = cross_val_score ( pipeline...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Mar 23 20:39:22 UTC 2026
      16.4K bytes
      Cache
     
  7. Elasticsearch retrievers - How to use search re...

    control over how documents are scored and filtered. You can, for...example, specify a minimum score threshold, apply a complex filter...
    www.elastic.co/search-labs/blog/elasticsearch-retrievers
    Mon Jun 08 01:39:00 UTC 2026
      53.3K bytes
      Cache
     
  8. Massen-Abruf von Suchergebnissen

    : Haupttext (Auszug) score : Such-Score boost : Boost-Wert created...) print ( f "Average score: { df [ 'score' ] . mean () } " ) #...
    fess.codelibs.org/de/15.5/config/search-scroll.html
    Mon Mar 23 02:50:59 UTC 2026
      55.3K bytes
      Cache
     
  9. Comparison of kernel ridge regression and SVR —...

    best_params_ } and R2 score: { svr . best_score_ : .3f }...kr . best_params_ } and R2 score: { kr . best_score_ : .3f }...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  10. Model-based and sequential feature selection — ...

    features based a cross-validation score. That is, we start with 0 features...single feature with the highest score. The procedure is repeated until...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Mon Mar 23 20:39:20 UTC 2026
      21.1K bytes
      Cache
     
Back to Top