Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1201 - 1210 of 1,745 for store (3.01 seconds)

  1. 2.4. Biclustering — scikit-learn 1.7.2 do...

    one-dimensional k-means and scored using the Euclidean distance....similarities into an overall score. To compare individual biclusters,...
    scikit-learn.org/stable/modules/biclustering.html
    Wed Nov 26 04:38:19 GMT 2025
      50.9K bytes
      Cache
     
  2. L1-based models for Sparse Signals — scik...

    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
    Wed Nov 26 04:38:21 GMT 2025
      125.4K bytes
      Cache
     
  3. Compatible third party NLP models | Machine Lea...

    designed to work with specific scoring functions for calculating the...produce. Examples of typical scoring functions are: cosine , dot...
    www.elastic.co/guide/en/machine-learning/8.19/ml-nlp-model-ref.html
    Mon Oct 20 16:31:59 GMT 2025
      32.3K bytes
      Cache
     
  4. Knn query | Elasticsearch Guide [8.19] | Elastic

    document score. The matched documents are then scored according...documents are then scored and the top 3 top scored documents are returned....
    www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl-knn-query.html
    Mon Oct 20 16:31:40 GMT 2025
      35.2K bytes
      Cache
     
  5. BernoulliNB — scikit-learn 1.7.2 document...

    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.BernoulliNB.html
    Fri Nov 21 04:27:30 GMT 2025
      152K bytes
      Cache
     
  6. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    score ( X , y ) score_clf2 += clf2 . score ( X , y )...) score_clf3 += clf3 . score ( X , y ) acc_clf1 . append ( score_clf1...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Wed Nov 26 04:38:21 GMT 2025
      99.4K bytes
      Cache
     
  7. accuracy_score — scikit-learn 1.7.2 docum...

    [source] # Accuracy classification score. In multilabel classification,...default=None Sample weights. Returns : score float or int If normalize ==...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Wed Nov 26 04:38:21 GMT 2025
      116.4K bytes
      Cache
     
  8. Comparing random forests and the multi-output m...

    "Multi RF score= %.2f " % regr_multirf . score ( X_test ,...label = "RF score= %.2f " % regr_rf . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Wed Nov 26 04:38:21 GMT 2025
      98.6K bytes
      Cache
     
  9. Pipelining: chaining a PCA and a logistic regre...

    the PCA Best parameter (CV score=0.874): {'logistic__C':...( "Best parameter (CV score= %0.3f ):" % search . best_score_...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Nov 26 04:38:21 GMT 2025
      97.2K bytes
      Cache
     
  10. plot_classifier_comparison.py

    y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Nov 26 04:38:20 GMT 2025
      4.8K bytes
     
Back to Top